Last active
June 6, 2024 02:20
-
-
Save zzag/e2f0a5e022b726466c29afa3d497a3fc to your computer and use it in GitHub Desktop.
Firefox Nightly desktop file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Name=Firefox Nightly | |
GenericName=Web Browser | |
Comment=Browse the Web | |
Exec=/home/vlad/Applications/firefox-nightly/firefox --name firefox-nightly -P Nightly %u | |
Icon=/home/vlad/Applications/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=Nightly | |
Categories=Network;WebBrowser; | |
Keywords=web;browser;internet; | |
Actions=new-window;new-private-window;profile-manager; | |
[Desktop Action new-window] | |
Name=New Window | |
Exec=/home/vlad/Applications/firefox-nightly/firefox --name firefox-nightly --new-window -P Nightly %u | |
[Desktop Action new-private-window] | |
Name=New Private Window | |
Exec=/home/vlad/Applications/firefox-nightly/firefox --name firefox-nightly --private-window -P Nightly %u | |
[Desktop Action profile-manager] | |
Name=Profile Manager | |
Exec=/home/vlad/Applications/firefox-nightly/firefox --name firefox-nightly -P %u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm on X11 and I had to add
--class firefox-nightly
to theExec
:Otherwise, when lauching the nighly app, it was grouped with the standard firefox in the dock.
PS: Before that, I was using Wayland on Fedora (with Gnome), and the
StartupWMClass
did the trick. But on X11, I had to add the--class
param