Skip to content

Instantly share code, notes, and snippets.

@caugner
Created July 31, 2016 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save caugner/b8de7d18558f549c2db5b2a3b6a4f542 to your computer and use it in GitHub Desktop.
Save caugner/b8de7d18558f549c2db5b2a3b6a4f542 to your computer and use it in GitHub Desktop.
A simple application menu entry for Mozilla Firefox Nightly.
[Desktop Entry]
Version=1.0
Name=Nightly
Exec=/opt/nightly/firefox %u
Icon=/opt/nightly/browser/icons/mozicon128.png
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
StartupNotify=true
Categories=Network;WebBrowser;
Keywords=web;browser;internet;
Actions=new-window;new-private-window;
X-Desktop-File-Install-Version=0.23
[Desktop Action new-window]
Name=Open a New Window
Exec=/opt/nightly/firefox %u
[Desktop Action new-private-window]
Name=Open a New Private Window
Exec=/opt/nightly/firefox --private-window %u
@caugner
Copy link
Author

caugner commented Jul 31, 2016

Just put it here: /usr/share/applications/

(Can be used in conjunction with the nightly-updater.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment