Skip to content

Instantly share code, notes, and snippets.

@jonnybarnes
Created August 7, 2017 19:03
Show Gist options
  • Save jonnybarnes/7b2ddea0fb40bf61ec4f9a084c36f622 to your computer and use it in GitHub Desktop.
Save jonnybarnes/7b2ddea0fb40bf61ec4f9a084c36f622 to your computer and use it in GitHub Desktop.
Firefox Nightly logo

I have a 128x128 .png of the new logo.

Here’s my ~/.local/share/applications/firefox-nightly.desktop:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=Firefox Nightly
Comment=Browse the Internet (Nightly)
Exec=/opt/firefox/firefox --class=firefox-nightly %u
Icon=firefox-nightly
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;

Then I placed the logo at /usr/share/icons/hicolor/128x128/apps/firefox-nigthly.png

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