mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00

Version number needs to be the version number of the desktop file format. The exec command needs to accept multiple files (capital F). The tryexec needs to accept no files. Added a comment. Contributes to issue CURA-730.
15 lines
640 B
Desktop File
15 lines
640 B
Desktop File
[Desktop Entry]
|
|
Version=1
|
|
Name=Cura
|
|
Name[de]=Cura
|
|
GenericName=3D Printing Software
|
|
GenericName[de]=3D-Druck-Software
|
|
Comment=Cura converts 3D models into paths for a 3D printer. It prepares your print for maximum accuracy, minimum printing time and good reliability with many extra features that make your print come out great.
|
|
Exec=/usr/bin/cura_app.py %F
|
|
TryExec=/usr/bin/cura_app.py
|
|
Icon=/usr/share/cura/resources/images/cura-icon.png
|
|
Terminal=false
|
|
Type=Application
|
|
MimeType=application/sla;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;image/bmp;image/gif;image/jpeg;image/png
|
|
Categories=Graphics;
|
|
Keywords=3D;Printing;
|