Thunderbird does not open the browser when clicking on a link in an email. Is this a security setting and should I leave it like this?
But I would prefer that when I click on the link in an email, the Google Chrome browser opens as my default browser. So what could I do?
I have Manjaro-Cinnamon, but the same behavior was observed under XFCE.
Usually you will be asked which browser should be used and the browser is saved in ~/.config/mimeapps.list. It works for me perfectly well. Delete the file and it will reset to system defaults, thus it will ask again everywhere.
That should be written there if firefox should be used:
I was particuarly interested in this thread because thunderbird opens different browsers depending on whether the link I click on is on the header bar (opens in Falkon), body (Falkon) or attachment list (LibreWolf). I’m trying to train it away from Falkon but it’s very disobediant.
When I deleted the mime list it made no difference (after closing/opening thunderbird) and the file was not immediately replaced.
It looked like a hijack since your comment wasn’t useful to finding the problem, and actually quite different. I recommend you rather start a new thread.
You don’t have to stop if you want more help, instead I think I’ll ask one of the @moderators to split this into a new topic for more exposure and so as not to polute the original thread.
MY last suggestion is checking if there is something in:
cat ~/.local/share/applications/mimeapps.list
or
cat ~/.local/share/applications/defaults.list
If there’s nothing, we can see in Thunderbird’s .desktop file if there are any weird associations. But to do that we need to know where the .desktop file is. Probable /usr/share/applications/ somewhere.
Never click a link in an email - always verify the link target … Never open attachments - always be suspicious with attachments …
Clicking links in an email is a high level security risk and a high level privacy risk - emails is often constructed in a way to reveal if the user has read it or opened it - e.g. web beacons and links are likely constructed with a unique identifier so spammers know if a given email is actively read and they are commonly used to spread malware.
Perhaps use Ctrl click - like in a terminal if a link is present or right click the link and choose open.
Could the problem also lie here?
I always save the /.thunderbird folder on a USB stick and copy it to the home directory when I reinstall the operating system. Could it be that I created too many profile files? I have probably 20 different *.default directories in the /.thunderbird folder. The only question would be, which is the active profile that I am currently using? I could delete the others?
edit:
LC_ALL=C cat ~/.local/share/applications/mimeapps.list
[micha@X1-Carbon ~]$ LC_ALL=C cat ~/.local/share/applications/defaults.list
cat: /home/micha/.local/share/applications/defaults.list: No such file or directory
You could always check which one’s your default with:
thunderbird --profilemanaager
Or whatever the name of the executable is.
And then rename the other directories, which deletes them according to Thunderbird, and than test. If it doesn’t work, you can restore, if it does, you can delete it permanently.