Gentoo Archives: gentoo-user

From: Bruce Hill <bruce@××××××××××××.com>
To: gentoo-user@l.g.o
Cc: zhen <zhen@×××××××××.ru>
Subject: Re: [gentoo-user] references from thunderbird
Date: Tue, 15 Dec 2009 16:08:06
Message-Id: 20091215141409.GB8708@silas64
In Reply to: [gentoo-user] references from thunderbird by zhen
1 On Tue, Dec 15, 2009 at 03:50:52PM +0300, zhen wrote:
2 > Hi.
3 > Does anybody know how to make links from thunderbird to be opened in
4 > firefox? I know there are options in about:config
5 > (network.protocol-handler.app.http etc..). They worked before I updated
6 > firefox to 3.5.4. At some moment I noticed I could't open links anymore.
7 > What else can I do to enable opening of links?
8 >
9 > Best regards,
10 > Zhen.
11
12 In the file .thunderbird/6cg9h9aw.default/prefs.js (replace 6cg9h9aw.default
13 with your profile) add these two lines:
14
15 user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
16 user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
17
18 Bruce
19 --
20 "Experience is a hard teacher because she gives the test first, the
21 lesson afterward. But properly learned, the lesson forever changes
22 the man."

Replies

Subject Author
Re: [gentoo-user] references from thunderbird zhen <zhen@×××××××××.ru>