Andy,

************
My problem is this: I would like to click on a link in a message I am reading in Thunderbird and have it opened in a Firefox browser window. (I'd prefer a new tab in an existing Firefox window, if there is one, but I'd settle for a new Firefox window.)
However, any link I click on gets opened in Konqueror.
************

This worked for me quite well:


#Thunder to open firefox on http, ftp or https link click:

# cd /usr/lib/mozilla-thunderbird/defaults/pref
# echo 'pref("network.protocol-handler.app.http", "/usr/bin/firefox");' >>  
all-thunderbird.js
# echo 'pref("network.protocol-handler.app.https", "/usr/bin/firefox");' >>  
all-thunderbird.js
# echo 'pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");' >>  
all-thunderbird.js

#Firefox to open thunder on mailto link click:

# cd /usr/lib/mozilla-firefox/defaults/pref
# echo 'pref("network.protocol-handler.app.mailto", /usr/bin/mozilla-thunderbird"");' 
>> firefox.js



Notice these commands are system wide. There's a way to do this only using your personal .firefox and .thunder-whatever-the-name-is dirs. Let me know if you want that also. I have to translate from a portuguese howto, and I'm on a bit of a hurry right now.
Good luck!

Bruno




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to