Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Last active August 28, 2017 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-minguez/b164e31425151326ee3306bee1242f7f to your computer and use it in GitHub Desktop.
Save e-minguez/b164e31425151326ee3306bee1242f7f to your computer and use it in GitHub Desktop.
# Cura app image
sudo dnf install -y libglvnd-devel
# Create a file
/home/edu/.local/share/applications/cura.desktop
[Desktop Entry]
Name=Cura
GenericName=3D Printing 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=/home/edu/bin/cura %F
TryExec=/home/edu/bin/cura
Icon=/home/edu/.local/share/applications/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;
# Download the icon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment