The QGuiApplication::setDesktopFileName() call was changed in [1] but
the desktop file and other files that reference it were not.
As shown by Looking Glass [2] on X11 updating these files is still
not enough for GNOME to associate the process with the desktop file,
a StartupWMClass entry is added to the desktop file to fix this.
[1]
87b0935dff ("Migrate domain name from freecadweb to freecad (#9352)", 2023-04-24)
[2]
https://blogs.gnome.org/mclasen/2016/11/15/help-my-app-icon-is-missing/
65 lines
2.7 KiB
XML
65 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>org.freecad.FreeCAD</id>
|
|
<project_license>LGPL-2.1</project_license>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<developer_name>The FreeCAD Team</developer_name>
|
|
<launchable type="desktop-id">org.freecad.FreeCAD.desktop</launchable>
|
|
<name>FreeCAD</name>
|
|
<summary>An open source parametric 3D CAD modeler</summary>
|
|
<description>
|
|
<p>
|
|
FreeCAD is an open-source parametric 3D modeler made
|
|
primarily to design real-life objects of any size.
|
|
Parametric modeling allows you to easily modify your
|
|
design by going back into your model history and
|
|
changing its parameters. It is designed to fit a
|
|
wide range of uses including product design, mechanical
|
|
engineering, architecture and 3D printing.
|
|
</p>
|
|
<p>
|
|
FreeCAD allows you to sketch geometry constrained
|
|
2D shapes and use them as a base to build other objects.
|
|
It contains many components to adjust dimensions or
|
|
extract design details from 3D models to create high
|
|
quality production-ready drawings. it is a multiplatfom
|
|
(Windows, Mac and Linux), highly customizable using the
|
|
Python language. It reads and writes to many open file
|
|
formats such as STEP, IGES, STL, SVG, DXF, OBJ, IFC,
|
|
DAE and many others, making it possible to seamlessly
|
|
integrate it into your workflow.
|
|
</p>
|
|
<p>
|
|
FreeCAD includes a modern Finite Element Analysis (FEA)
|
|
tools, experimental CFD, BIM, Geodata workbenches,
|
|
a Path (CNC) workbench, a robot simulation module that
|
|
allows you to study robot movements and many more, and
|
|
a rich collection of plugins and macros installable
|
|
directly from within the application.
|
|
</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://wiki.freecad.org/images/7/72/Freecad016_screenshot1.jpg</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://wiki.freecad.org/images/f/f7/FreeCAD_highlight_3_0.19.jpg</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://wiki.freecad.org/images/c/c3/Arch_tutorial_43.jpg</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://wiki.freecad.org/images/f/f4/Freecad-document-01.jpg</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://www.freecad.org</url>
|
|
<url type="bugtracker">https://www.freecad.org/tracker</url>
|
|
<url type="help">https://forum.freecad.org</url>
|
|
<url type="donation">https://www.freecad.org/wiki/Donate</url>
|
|
<update_contact>yorik_AT_uncreated.net</update_contact>
|
|
<content_rating type="oars-1.1"/>
|
|
<releases>
|
|
<release version="@PACKAGE_VERSION@" date="@APPDATA_RELEASE_DATE@"/>
|
|
</releases>
|
|
</component>
|