-
-
Save benuski/4840538269f7af50a43c522bab521170 to your computer and use it in GitHub Desktop.
A simple application menu entry for Mozilla Firefox Nightly, to be put in /usr/share/applications
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
[Desktop Entry] | |
Version=1.0 | |
Name=Nightly | |
Exec=/opt/firefox/firefox %u | |
Icon=/opt/firefox/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/firefox/firefox %u | |
[Desktop Action new-private-window] | |
Name=Open a New Private Window | |
Exec=/opt/firefox/firefox --private-window %u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment