mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Various improvements to desktop file
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.
This commit is contained in:
parent
317706bbeb
commit
df9aac045b
1 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=15.06.01
|
Version=1
|
||||||
Name=Cura
|
Name=Cura
|
||||||
Name[de]=Cura
|
Name[de]=Cura
|
||||||
GenericName=3D Printing Software
|
GenericName=3D Printing Software
|
||||||
GenericName[de]=3D-Druck-Software
|
GenericName[de]=3D-Druck-Software
|
||||||
Comment=
|
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
|
Exec=/usr/bin/cura_app.py %F
|
||||||
TryExec=/usr/bin/cura_app.py %f
|
TryExec=/usr/bin/cura_app.py
|
||||||
Icon=/usr/share/cura/resources/images/cura-icon.png
|
Icon=/usr/share/cura/resources/images/cura-icon.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue