Since I installed ubuntu 22.04 I have the following error message after clicking on a link in thunderbird if firefox is already running (instead of opening the link in a new tab):
Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile.
If firefox isn't running, clicking on the link opens a new firefox instance and displays the corresponding web page.
The helper app for opening links in thunderbird points to /snap/bin/firefox
.
The same problem occurs if I try to open a website (in a new tab) from command line for example firefox www.google.com
.
I guess it has something to do with the fact that firefox is installed as snap now, but I am not sure.
What can I do, to solve the problem?
ps -aux | grep firefox
. Note the PID of the firefox process. If firefox still has not started after a few seconds, kill the process and then restart firefox. – user535733 Oct 03 '22 at 14:29DBUS_SESSION_BUS_ADDRESS
is set to in your terminal app. That was the problem for me. Which terminal app are you using? – Sebastian Oct 10 '22 at 07:57