Skip to content

Instantly share code, notes, and snippets.

@sotlucas
Created October 12, 2019 22:05
Show Gist options
  • Save sotlucas/3c08771bbe2f42d4811cfca05d81e829 to your computer and use it in GitHub Desktop.
Save sotlucas/3c08771bbe2f42d4811cfca05d81e829 to your computer and use it in GitHub Desktop.
Creating .desktop files

Save a name.desktop file in ~/.local/share/applications Here's a sample .desktop file:

[Desktop Entry]
Name=name of the application
Comment=whatever description
Exec=command to run
Icon=icon path
Terminal=false
Type=Application
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment