Created
July 31, 2016 00:06
-
-
Save caugner/b8de7d18558f549c2db5b2a3b6a4f542 to your computer and use it in GitHub Desktop.
A simple application menu entry for Mozilla Firefox Nightly.
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=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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just put it here: /usr/share/applications/
(Can be used in conjunction with the nightly-updater.)