Skip to content

Instantly share code, notes, and snippets.

@sosiristseng
Forked from zzag/firefox-nightly.desktop
Last active September 26, 2022 07:08
Show Gist options
  • Save sosiristseng/af9bed7e6409d3d48c1e7a3c3f6034c0 to your computer and use it in GitHub Desktop.
Save sosiristseng/af9bed7e6409d3d48c1e7a3c3f6034c0 to your computer and use it in GitHub Desktop.
Firefox Nightly desktop file
[Desktop Entry]
Version=1.0
Name=Firefox
GenericName=Web Browser
Comment=Browse the Web
Exec=/home/sosiristseng/bin/firefox/firefox %u
Icon=/home/sosiristseng/bin/firefox/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=Beta
Categories=Network;WebBrowser;
Keywords=web;browser;internet;
Actions=new-window;new-private-window;profile-manager;
[Desktop Action new-window]
Name=New Window
Exec=/home/sosiristseng/bin/firefox/firefox --new-window %u
[Desktop Action new-private-window]
Name=New Private Window
Exec=/home/sosiristseng/bin/firefox/firefox --private-window %u
[Desktop Action profile-manager]
Name=Profile Manager
Exec=/home/sosiristseng/bin/firefox/firefox -P %u
@sosiristseng
Copy link
Author

~/.local/share/applications/firefox.desktop

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