<p>Quoting Cyber Source &lt;peter@thecybersource.com&gt;:<br /><br />&gt; In
Gnome it's in your preferences, preferred applications. Sounds <br />&gt; like
your using KDE, maybe some of the KDE guys can help you with <br />&gt;
that.<br />&gt;<br />&gt; Eric Benoit wrote:<br />&gt;<br />&gt;&gt; I no this
is silly, but it's annoying:  While I am in Thunderbird <br />&gt;&gt; and I
click on a link the default browser konqueror pops up, so I <br />&gt;&gt;
removed konq. now Epiphany pops up ...I really don't want to spend <br
/>&gt;&gt; too much time figuring this out does anyone know how to set the <br
/>&gt;&gt; defualt browser to something like Firefox while using
Thunderbird?<br />&gt;&gt;<br />&gt;<br />Eric,</p><p>You sound stressed today,
so despite the fact that I'm at school, sitting at a Windows machine since I'm
not in my office where the nurturing warmth of Linux is available, here's a
pratial answer.  In both Firefox and Thuinderbird directories there are
preference files - prefs.js I believe where you can set, ahhh preferences.  One
would be the default browser that opens from links in e-mail and the other the
devault mail client that opens from mailto links on Web pages. You can create a
user.js file with nothing but the reference to these defaults I believe and it
will be read along with the prefs.js on program startup, but you can put the
statement directly in the existing file.</p><p><font face="Verdana"
size="2">For Firefox:</font></p><p><font face="Verdana"
size="2">user_pref(&quot;network.protocol-handler.app.mailto&quot;,
&quot;/usr/bin/mozilla-thunderbird&quot;); </font></p><p><font face="Verdana"
size="2">For Thunderbird</font></p><p><font face="Verdana"
size="2">user_pref(&quot;network.protocol-handler.app.ftp&quot;,&quot;/usr/bin/firefox&quot;);<br
/>user_pref(&quot;network.protocol-handler.app.http&quot;,&quot;/usr/bin/firefox&quot;);<br
/>user_pref(&quot;network.protocol-handler.app.https&quot;,&quot;/usr/bin/firefox&quot;);</font></p><p><font
face="Verdana" size="2">Setting the path to your machine, of
course...</font></p><p><font face="Verdana" size="2">Frank</font></p><p></p>