Greetings! I set my default browser as firefox, run as spot. Now when I open a link in Thunderbird, Firefox always opens to the default page, not the link in an email. It's not fixed by adding "%u" to firefox, to firefox.desktop, or to the bash script I made to start firefox in spot mode, it must be something to do with running as spot.
NOTE:
I tested by setting the default browser in T-bird to "Chromium" -- same behavior (I believe Chromium is within user spot)
I then tested by setting the default browser in T-bird to "Palemoon" -- voila! It went to the correct page (of course, PaleMoon, in Fossa by default, is not under user spot)
My bash script is basic, it's not the issue:
Code: Select all
#!/bin/sh
apulse /opt/firefox/firefox
But of course, I wish to open links in firefox under spot. Is there a workaround?
Gracias --