Gentoo Archives: gentoo-user

From: David <david@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Links not working from Thunderbird-2.0.0.22 to Firefox-3.5
Date: Tue, 04 Aug 2009 20:59:40
Message-Id: 4A78A138.3070108@pythontoo.com
In Reply to: [gentoo-user] Re: Links not working from Thunderbird-2.0.0.22 to Firefox-3.5 by walt
1 walt wrote:
2 > On 08/04/2009 05:15 AM, Jacques Montier wrote:
3 >> Hi all,
4 >>
5 >> Since i upgraded Firefox to Firefox-3.5-r1, my links from Thunderbird to
6 >> Firefox don't work anymore.
7 >> In Thunderbird-2.0.0.22 : Edition -> Preferences -> Advanced ->
8 >> General
9 >> -> Configuration Editor, i get :
10 >> network.protocol-handler.app.http type chain with /usr/bin/firefox.
11 >> Nothing happens when clicking on a link in Thunderbird.
12 >> In console /usr/bin/firefox works properly.
13 >> In Openoffice, links launch Firefox.
14 >> Everything is ok if i change /usr/bin/firefox to /usr/bin/midori.
15 >
16 > It may depend on what desktop you use. I use gnome, and the usual
17 > reason for this problem is that the setting in System->Preferences->
18 > Preferred-Applications is set to point at the wrong browser name.
19 >
20 > I believe kde has a similar menu item somewhere, not certain.
21 >
22 > Possibly the name of your firefox binary was changed in the upgrade?
23 > Maybe an old symlink is pointing to an old (deleted) file?
24 >
25 >
26 >
27 I forgot where I found it but here is mine;
28 user_pref("network.protocol-handler.app.http",
29 "/home/david/firefox_launch");
30 user_pref("network.protocol-handler.app.https",
31 "/home/david/firefox_launch");
32
33 cat firefox_launch
34 #!/bin/bash
35
36 unset LD_PRELOAD
37 exec /usr/bin/firefox "$@"
38
39
40
41
42 --
43 Powered by Gentoo GNU/Linux
44 http://linuxcrazy.com

Replies

Subject Author
Re: [gentoo-user] Re: Links not working from Thunderbird-2.0.0.22 to Firefox-3.5 Jacques Montier <jacques.montier@×××××××××××.fr>