Bruce Hill wrote: > On Tue, Dec 15, 2009 at 03:50:52PM +0300, zhen wrote: >> Hi. >> Does anybody know how to make links from thunderbird to be opened in >> firefox? I know there are options in about:config >> (network.protocol-handler.app.http etc..). They worked before I updated >> firefox to 3.5.4. At some moment I noticed I could't open links anymore. >> What else can I do to enable opening of links? >> >> Best regards, >> Zhen. > > In the file .thunderbird/6cg9h9aw.default/prefs.js (replace 6cg9h9aw.default > with your profile) add these two lines: > > user_pref("network.protocol-handler.app.http", "/usr/bin/firefox"); > user_pref("network.protocol-handler.app.https", "/usr/bin/firefox"); > > Bruce Yes, these are the same settings that I set in about:config but they didn't work for me. Also I set network.protocol-handler.warn-external.http(s) = true to be sure that thunderbird tried to open links by showing warning message. But that didn't help. I tried also this from command line: "/usr/bin/firefox http://www.somesite.com" and it worked OK.
Best regards, Zhen.