Created
January 2, 2018 06:26
-
-
Save tyagiakhilesh/0f5878f025b0e7f16907a78aff997c09 to your computer and use it in GitHub Desktop.
Creating shortcut for apps in linux (centos/ubunut)
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
[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