Created
January 12, 2013 12:25
-
-
Save yudina-m/4517796 to your computer and use it in GitHub Desktop.
desktop menu
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
| xdg-desktop-menu install --novendor /[path to software.desktop] | |
| software.desktop file: | |
| [Desktop Entry] | |
| Name=Software Name | |
| Comment=Software Comment | |
| Exec=/[path to software.sh] | |
| TryExec=/[path to software.sh] | |
| Icon=/[path to software.png icon] | |
| StartupNotify=false | |
| Terminal=false | |
| Type=Application | |
| Categories=Programming |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment