Link to home
Start Free TrialLog in
Avatar of prof666
prof666

asked on

Default browser for opening http links in thunderbird

Under SuSE 9.2 have set default browser to be firefox (set under componen setting ...control panel). Whenever I click on a http link in an email it always lauches mozilla browser, not firefox. I did have this working (found how to do this via a web page, but can't find it anymore), but recently upgraded to the latest version of thunderbird, and it lost the setting. I think you have to manually edit an entry in one of the java files. Has anyone had the same issue, and if so where is the line to edit??

Prof
Avatar of marxy
marxy

Go
Applications-->Preferencies-->More preferencies-->Preffered Applications
Choose Web Browser Tab.
Select the aplication you wish to be default browser.
Avatar of prof666

ASKER

That would'nt work because this is a manual install of thunderbird, Plus thinderbird doesn't use KDE or GNOME api it uses java, which remains un-affected by the default browser you choose in the windows manager. You have to manually edit one of the files to point to the browser binary file.
What window manager do you use then?
Avatar of prof666

ASKER

KDE ,but I have already set firefox as my default browser, but any links in thunderbird emails get opened in mozilla in-spite of this.
Avatar of prof666

ASKER

Found the link::

http://www.mozilla.org/projects/thunderbird/linuxurls.html

need to add the following to the prefs.js file under /home/username/.thunderbird/mailboxname/prefs.js

user_pref("network.protocol-handler.app.http", "/path/to/firefox-binary");


Works like a charm..

Prof
ASKER CERTIFIED SOLUTION
Avatar of OzzMod
OzzMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial