8081f4b1fc
Icons are now installed into /usr/share/icons and the desktop file now specifies an icon file without a path. The .install file is no longer needed since pacman 5.0.0 because it introducted hooks (see /usr/share/libalpm/hooks) which take care of updating all kinds of databases.
14 lines
323 B
Desktop File
14 lines
323 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Encoding=UTF-8
|
|
Name=FreeCAD
|
|
Comment=A general purpose 3D CAD modeler
|
|
GenericName=CAD Application
|
|
Exec=/usr/bin/freecad %F
|
|
Path=/opt/freecad/lib
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=freecad
|
|
Categories=Application;Science;Math;Education;
|
|
StartupNotify=true
|
|
MimeType=application/x-extension-fcstd;
|