Created
September 9, 2017 11:21
-
-
Save aaBoustani/d1cb466dc7613ab32683453e02303e5b to your computer and use it in GitHub Desktop.
Create an application shortcut in linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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