Arran Fraser wrote:

>I recently did my first-in-a-long-while "emerge world".  Now, when I
>click a link in Thunderbird nothing happens.  I'd like the link to be
>opened in Firefox (of course).  I'm using KDE.
>
>Any ideas?
>
>
>--
>Arran
>  
>
Try something like this...

$EDITOR ~/.thunderbird/<default pref dir>/prefs.js and add the following
lines

And add these lines

user_pref("network.protocol-handler.app.ftp", "/opt/firefox/firefox");
user_pref("network.protocol-handler.app.http", "/opt/firefox/firefox");
user_pref("network.protocol-handler.app.https", "/opt/firefox/firefox");

Restart thunderbird and links in email should now open in firefox.

Craig

-- 
gentoo-user@gentoo.org mailing list

Reply via email to