-
-
Save n1mh/3acf0835da77cbe33579fde74e136148 to your computer and use it in GitHub Desktop.
mozilla firefox latest version .desktop file
This file contains 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
$ cat /usr/share/applications/firefox-latest.desktop | |
[Desktop Entry] | |
Version=1.0 | |
Name=Firefox Latest | |
Comment=Browse the World Wide Web | |
GenericName=Web Browser | |
Keywords=Internet;WWW;Browser;Web;Explorer | |
Type=Application | |
Exec=/home/diego/bin/firefox/firefox %u | |
Terminal=false | |
X-MultipleArgs=false | |
Icon=/home/diego/bin/firefox/browser/chrome/icons/default/default128.png | |
Categories=GNOME;GTK;Network;WebBrowser; | |
Actions=ProfileManager;new-window;new-private-window; | |
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall; | |
StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment