Skip to content

Instantly share code, notes, and snippets.

@tyagiakhilesh
Created January 2, 2018 06:26
Show Gist options
  • Save tyagiakhilesh/0f5878f025b0e7f16907a78aff997c09 to your computer and use it in GitHub Desktop.
Save tyagiakhilesh/0f5878f025b0e7f16907a78aff997c09 to your computer and use it in GitHub Desktop.
Creating shortcut for apps in linux (centos/ubunut)
[Desktop Entry]
Version=1.0
Name=Firefox
Comment=Browse the World Wide Web
Icon=/opt/firefox/browser/icons/mozicon128.png
Exec=/opt/firefox/firefox %u
Terminal=false
Type=Application
Categories=Network;WebBrowser;
Actions=Default;Mozilla;ProfileManager;
[Desktop Action Default]
Name=Default Profile
Exec=/opt/firefox/firefox --no-remote -P minefield-default
[Desktop Action Mozilla]
Name=Mozilla Profile
Exec=/opt/firefox/firefox --no-remote -P minefield-mozilla
[Desktop Action ProfileManager]
Name=Profile Manager
Exec=/opt/firefox/firefox --no-remote --profile-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment