Skip to content

Instantly share code, notes, and snippets.

@DNI9
Created March 15, 2021 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DNI9/98759e0af31d816b71d0563e9b20436d to your computer and use it in GitHub Desktop.
Save DNI9/98759e0af31d816b71d0563e9b20436d to your computer and use it in GitHub Desktop.
Firefox Developer Edition Desktop File for Linux
[Desktop Entry]
Version=1.0
Name=Firefox Developer Edition
GenericName=Web Browser
Exec=/opt/firefox/firefox %U
Terminal=false
StartupNotify=true
Icon=/opt/firefox/browser/chrome/icons/default/default128.png
Type=Application
Categories=Network;WebBrowser;Favorites;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/ftp;x-scheme-handler/http;x-scheme-handler/https;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=New Window
Exec=/opt/firefox/firefox
[Desktop Action new-private-window]
Name=New Private Window
Exec=/opt/firefox/firefox -private-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment