Skip to content

Instantly share code, notes, and snippets.

@n1mh
Last active November 5, 2019 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n1mh/3acf0835da77cbe33579fde74e136148 to your computer and use it in GitHub Desktop.
Save n1mh/3acf0835da77cbe33579fde74e136148 to your computer and use it in GitHub Desktop.
mozilla firefox latest version .desktop file
$ 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