Skip to content

Instantly share code, notes, and snippets.

@yudina-m
Created January 12, 2013 12:25
Show Gist options
  • Save yudina-m/4517796 to your computer and use it in GitHub Desktop.
Save yudina-m/4517796 to your computer and use it in GitHub Desktop.
desktop menu
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