Skip to content

Instantly share code, notes, and snippets.

@bc-lee
Forked from zzag/firefox-nightly.desktop
Last active June 6, 2024 02:21
Show Gist options
  • Save bc-lee/dee6ed120762f6920452c0ff06514bac to your computer and use it in GitHub Desktop.
Save bc-lee/dee6ed120762f6920452c0ff06514bac to your computer and use it in GitHub Desktop.
Firefox Nightly desktop file
[Desktop Entry]
Version=1.0
Name=Firefox Nightly
GenericName=Web Browser
Comment=Browse the Web
Exec=/path/to/firefox-nightly/firefox --name firefox-nightly --class firefox-nightly %u
Icon=/path/to/firefox-nightly/browser/chrome/icons/default/default128.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
StartupWMClass=firefox-nightly
Categories=Network;WebBrowser;
Keywords=web;browser;internet;
Actions=new-window;new-private-window;profile-manager;
[Desktop Action new-window]
Name=New Window
Exec=/path/to/firefox-nightly/firefox --name firefox-nightly --class firefox-nightly --new-window %u
[Desktop Action new-private-window]
Name=New Private Window
Exec=/path/to/firefox-nightly/firefox --name firefox-nightly --class firefox-nightly --private-window -P Nightly %u
[Desktop Action profile-manager]
Name=Profile Manager
Exec=/path/to/firefox-nightly/firefox --name firefox-nightly --class firefox-nightly -P %u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment