Skip to content

Instantly share code, notes, and snippets.

@aaBoustani
Created September 9, 2017 11:21
Show Gist options
  • Select an option

  • Save aaBoustani/d1cb466dc7613ab32683453e02303e5b to your computer and use it in GitHub Desktop.

Select an option

Save aaBoustani/d1cb466dc7613ab32683453e02303e5b to your computer and use it in GitHub Desktop.
Create an application shortcut in linux
// in /usr/share/applications/Appname.desktop
// Don't forget to sudo
[Desktop Entry]
Name=appname
Type=Application
Exec=path/to/executable
Terminal=false
Icon=path/to/icon
Comment=Description
NoDisplay=false
Categories=categories;list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment