Penguin
Diff: MozillaThunderbirdNotes
EditPageHistoryDiffInfoLikePages

Differences between version 5 and predecessor to the previous major change of MozillaThunderbirdNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, June 12, 2004 12:06:50 pm by ReneBartosh Revert
Older page: version 1 Last edited on Saturday, February 14, 2004 1:01:31 pm by DanielLawson Revert
@@ -12,4 +12,24 @@
  
 user_pref("network.protocol-handler.app.http", "/home/dhtrl1/bin/firefox-helper.sh"); 
  
 and restarted thunderbird 
+  
+  
+----  
+  
+I've just spend the last couple of hours trying to figure out a fairly similar problem! Under KDE3, Thunderbird opens URL links with Konquerer (the default browser for opening a URL), and I wanted to use Firefox. So I figured the easiest way would be somewhere in kde's config, changing the default browser that it uses to open URL's..  
+  
+Honestly, even Microsoft doesn't make it THIS HARD to change your default browser!!  
+  
+The easy solution was to change the browser Thunderbird uses. You don't need any shell script however. I'm using this;  
+ user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");  
+  
+I'd still like to know if there's a way of changing the default web browser for everything in KDE though.  
+  
+ - zcat(1)  
+  
+----  
+  
+Try putting it in user.js not prefs.js as Thunderbird will just over-write this...  
+  
+ - ReneBartosh