Skip to content

Instantly share code, notes, and snippets.

@lenicyl
Last active September 28, 2022 09:26
Show Gist options
  • Save lenicyl/fb695b8ceb0e1631a6a046963cc34dd0 to your computer and use it in GitHub Desktop.
Save lenicyl/fb695b8ceb0e1631a6a046963cc34dd0 to your computer and use it in GitHub Desktop.
Firefox Nightly Stuff
mkdir ~/ffntemp && cd ~/ffntemp
wget "https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US" -O firefox-nightly.tar.bz2
tar xvf firefox-nightly.tar.bz2
mv firefox /opt/firefox-nightly
ln -s /opt/firefox-nightly/firefox /usr/local/bin/firefox-nightly
wget "https://gist.githubusercontent.com/lenicyl/fb695b8ceb0e1631a6a046963cc34dd0/raw/a00c7bcd3e76e39f220c758a914bc7f33adbc436/nightly.desktop" -P /usr/local/share/applications
rm -rf ~/ffntemp
[Desktop Entry]
Version=1.0
Name=Firefox Nightly
GenericName=Web Browser
Comment=Browse the World Wide Web
Keywords=Internet;WWW;Browser;Web;Explorer
Exec=/opt/firefox-nightly/firefox %u
Icon=/opt/firefox-nightly/browser/chrome/icons/default/default128.png
Terminal=false
X-MultipleArgs=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json;
StartupNotify=true
StartupWMClass=firefox-nightly
Categories=Network;WebBrowser;
Actions=new-window;new-private-window,ProfileManager;
[Desktop Action new-window]
Name=New Window
Exec=/opt/firefox-nightly/firefox --new-window %u
[Desktop Action new-private-window]
Name=New Private Window
Exec=/opt/firefox-nightly/firefox --private-window %u
[Desktop Action ProfileManager]
Name=Profile Manager
Exec=/opt/firefox-nightly/firefox –no-remote –profile-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment