Mailinglist Archive: opensuse (3419 mails)
| < Previous | Next > |
[opensuse] Re: New Thunderbird.........browser
- From: Jonathan Arnold <jdarnold@xxxxxxxxxxxx>
- Date: Tue, 10 Apr 2007 11:10:07 -0400
- Message-id: <evg9cg$e1t$1@xxxxxxxxxxxxx>
Fred A. Miller wrote:
> Does anyone know how to get the new T-Bird to respond to a web site in
> email....calling up a browser? I can't find any setup for it, and T-Bird
> makes NO attempt to bring up any "flavor" of browser. Version of T-Bird
> is: version 2.0.0.0pre (20070329).
You need to make sure Thunderbird has the right info in its prefs.js file.
Usually it is ~/.thunderbird/prefs.js:
user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
Be sure to exit Thunderbird before you edit this file. Then start it back
up and you should be good to go.
--
Jonathan Arnold (mailto:jdarnold@xxxxxxxxxxxx)
Daemon Dancing in the Dark, an Open OS weblog:
http://freebsd.amazingdev.com/blog/
UNIX is user-friendly. It's just a bit picky about who its friends are.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> Does anyone know how to get the new T-Bird to respond to a web site in
> email....calling up a browser? I can't find any setup for it, and T-Bird
> makes NO attempt to bring up any "flavor" of browser. Version of T-Bird
> is: version 2.0.0.0pre (20070329).
You need to make sure Thunderbird has the right info in its prefs.js file.
Usually it is ~/.thunderbird/prefs.js:
user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
Be sure to exit Thunderbird before you edit this file. Then start it back
up and you should be good to go.
--
Jonathan Arnold (mailto:jdarnold@xxxxxxxxxxxx)
Daemon Dancing in the Dark, an Open OS weblog:
http://freebsd.amazingdev.com/blog/
UNIX is user-friendly. It's just a bit picky about who its friends are.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |