Do you want to install and use Firefox Developer Edition on your Ubuntu and don’t know how to go about it?! If your answer is yes, then this articl...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks a lot bro!!!
Only one note: "StartupWMClass=Navigator" worked for me to avoid duplicated icon on dock
I have Ubuntu 22.04
For some reason it didn't help. I had to set it to
StartupWMClass=firefox-aurora
on my Ubuntu 22.04.1.This issue is likely related to the .desktop file of your Firefox Developer Edition. Specifically, the StartupWMClass property in the .desktop file may not be set correctly. The StartupWMClass property helps the GNOME Shell to associate the running application instance with the correct .desktop file and, consequently, the right icon in the dock.
To fix the issue, follow these steps:
1)Open the Firefox Developer Edition and then open a terminal.
2)In the terminal, run the following command to get the WM_CLASS property of the Firefox Developer Edition:
xprop WM_CLASS
After running the command, your cursor will turn into a crosshair. Click on the Firefox Developer Edition window. The terminal will display the WM_CLASS value, which should look something like this:
WM_CLASS(STRING) = "firefox", "Firefox Developer Edition"
Take note of the second value (in this example, "Firefox Developer Edition").
3) Open the .desktop file for Firefox Developer Edition with a text editor. The file should be located in ~/.local/share/applications/ and named firefox_dev.desktop. If you can't find it there, look for it in /usr/share/applications/.
nano ~/.local/share/applications/firefox_dev.desktop
4) In the .desktop file, find the StartupWMClass line and update its value to match the second WM_CLASS value you found in step 2. In this example, the updated line should look like this:
StartupWMClass=Firefox Developer Edition
5) Save the changes to the .desktop file and close the text editor.
6) Restart your Firefox Developer Edition, and the issue should be resolved. The new instance should now be associated with the existing icon in the dock.
Brother you have any idea how to uninstall that?
I think u can just delete the firefox..bz2 file in opt folder
Thanks Guy.
Thanks for sharing this. I've applied it for Firefox Developer and Thunderbird Test on Ubuntu 22.10 as live USB installation.
Thanks!
Thank you for posting this, just a quick note: you do not need to
chown
the directory in/opt/
Thanks, it worked on Endeavour OS
Thank you so much, this article helped me a lot!
Thanks. worked fine for me .Kubuntu 20.02
Thanks bro its working
Awesome. Thanks
thanks a lot mate... really helped me out.
Thanks a lot bro, this helped me.
thanks bro Harrsh
Thank you so much.
Thanks a lot brother. It Worked perfectly on ubuntu 20.04.
Thanks
Thank You So much .....
Thank you, its working !
Thank you very much! You helped me :D
Thanks it worked for me on Ubuntu 22!
Just one question does it update automatically as well?
Someone said you can just delete the fierfox.bz2 file in /opt directory but idk
Any idea on how to have both regular firefox and firefox dev installed at the same time? I had the regular installed before doing this and it just got installed over the old one
You can't use "Add to Favorites" action on Ubuntu 22.04 with this config.
StartupWMClass
should be without spaces to fix it. So, I usedStartupWMClass=firefox-developer-edition
.amazing blog everything works just like that. steps are clear and sweet
Thanks a lot, Very helpful post
Its work! Thanks!
Thank you, work beautifully in openSUSE.
I put it in my home folder instead (doesn't require root)
Then I begin at step 10 to register the app.
Thanks so much, worked like a charm. Recently booted my system to POP!OS so I was pretty happy to learn this worked right off the bat
Thanks, I'm a beginner and was surprised that it worked for the first try
Thanks a lot, i was using chrome all alone but i don't like it anymore
Thank you so much, what if in future how can i update the firefox developer edition.