* [gentoo-user] Links not working from Thunderbird-2.0.0.22 to Firefox-3.5
@ 2009-08-04 12:15 Jacques Montier
2009-08-04 13:34 ` [gentoo-user] " walt
0 siblings, 1 reply; 6+ messages in thread
From: Jacques Montier @ 2009-08-04 12:15 UTC (permalink / raw
To: gentoo-user
Hi all,
Since i upgraded Firefox to Firefox-3.5-r1, my links from Thunderbird to
Firefox don't work anymore.
In Thunderbird-2.0.0.22 : Edition -> Preferences -> Advanced -> General
-> Configuration Editor, i get :
network.protocol-handler.app.http type chain with /usr/bin/firefox.
Nothing happens when clicking on a link in Thunderbird.
In console /usr/bin/firefox works properly.
In Openoffice, links launch Firefox.
Everything is ok if i change /usr/bin/firefox to /usr/bin/midori.
I tried removing .mozilla and .thunderbird without any success...
What's wrong ?
Thank you very much for your help.
Cheers,
Jacques
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: Links not working from Thunderbird-2.0.0.22 to Firefox-3.5
2009-08-04 12:15 [gentoo-user] Links not working from Thunderbird-2.0.0.22 to Firefox-3.5 Jacques Montier
@ 2009-08-04 13:34 ` walt
2009-08-04 15:12 ` Jacques Montier
2009-08-04 20:59 ` David
0 siblings, 2 replies; 6+ messages in thread
From: walt @ 2009-08-04 13:34 UTC (permalink / raw
To: gentoo-user
On 08/04/2009 05:15 AM, Jacques Montier wrote:
> Hi all,
>
> Since i upgraded Firefox to Firefox-3.5-r1, my links from Thunderbird to
> Firefox don't work anymore.
> In Thunderbird-2.0.0.22 : Edition -> Preferences -> Advanced -> General
> -> Configuration Editor, i get :
> network.protocol-handler.app.http type chain with /usr/bin/firefox.
> Nothing happens when clicking on a link in Thunderbird.
> In console /usr/bin/firefox works properly.
> In Openoffice, links launch Firefox.
> Everything is ok if i change /usr/bin/firefox to /usr/bin/midori.
It may depend on what desktop you use. I use gnome, and the usual
reason for this problem is that the setting in System->Preferences->
Preferred-Applications is set to point at the wrong browser name.
I believe kde has a similar menu item somewhere, not certain.
Possibly the name of your firefox binary was changed in the upgrade?
Maybe an old symlink is pointing to an old (deleted) file?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: Links not working from Thunderbird-2.0.0.22 to Firefox-3.5
2009-08-04 13:34 ` [gentoo-user] " walt
@ 2009-08-04 15:12 ` Jacques Montier
2009-08-04 20:59 ` David
1 sibling, 0 replies; 6+ messages in thread
From: Jacques Montier @ 2009-08-04 15:12 UTC (permalink / raw
To: gentoo-user
walt a gentiment tapote:
> On 08/04/2009 05:15 AM, Jacques Montier wrote:
>> Hi all,
>>
>> Since i upgraded Firefox to Firefox-3.5-r1, my links from Thunderbird to
>> Firefox don't work anymore.
>> In Thunderbird-2.0.0.22 : Edition -> Preferences -> Advanced ->
>> General
>> -> Configuration Editor, i get :
>> network.protocol-handler.app.http type chain with /usr/bin/firefox.
>> Nothing happens when clicking on a link in Thunderbird.
>> In console /usr/bin/firefox works properly.
>> In Openoffice, links launch Firefox.
>> Everything is ok if i change /usr/bin/firefox to /usr/bin/midori.
>
> It may depend on what desktop you use. I use gnome, and the usual
> reason for this problem is that the setting in System->Preferences->
> Preferred-Applications is set to point at the wrong browser name.
>
> I believe kde has a similar menu item somewhere, not certain.
>
> Possibly the name of your firefox binary was changed in the upgrade?
> Maybe an old symlink is pointing to an old (deleted) file?
>
>
>
Thank you for your response.
I use Xfce-4.6.1, and i find nothing about preferred applications.
The firefox binary has not changed, and /usr/bin/firefox works in console...
Great mystery...
Jacques
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: Links not working from Thunderbird-2.0.0.22 to Firefox-3.5
2009-08-04 13:34 ` [gentoo-user] " walt
2009-08-04 15:12 ` Jacques Montier
@ 2009-08-04 20:59 ` David
2009-08-05 10:15 ` Jacques Montier
1 sibling, 1 reply; 6+ messages in thread
From: David @ 2009-08-04 20:59 UTC (permalink / raw
To: gentoo-user
walt wrote:
> On 08/04/2009 05:15 AM, Jacques Montier wrote:
>> Hi all,
>>
>> Since i upgraded Firefox to Firefox-3.5-r1, my links from Thunderbird to
>> Firefox don't work anymore.
>> In Thunderbird-2.0.0.22 : Edition -> Preferences -> Advanced ->
>> General
>> -> Configuration Editor, i get :
>> network.protocol-handler.app.http type chain with /usr/bin/firefox.
>> Nothing happens when clicking on a link in Thunderbird.
>> In console /usr/bin/firefox works properly.
>> In Openoffice, links launch Firefox.
>> Everything is ok if i change /usr/bin/firefox to /usr/bin/midori.
>
> It may depend on what desktop you use. I use gnome, and the usual
> reason for this problem is that the setting in System->Preferences->
> Preferred-Applications is set to point at the wrong browser name.
>
> I believe kde has a similar menu item somewhere, not certain.
>
> Possibly the name of your firefox binary was changed in the upgrade?
> Maybe an old symlink is pointing to an old (deleted) file?
>
>
>
I forgot where I found it but here is mine;
user_pref("network.protocol-handler.app.http",
"/home/david/firefox_launch");
user_pref("network.protocol-handler.app.https",
"/home/david/firefox_launch");
cat firefox_launch
#!/bin/bash
unset LD_PRELOAD
exec /usr/bin/firefox "$@"
--
Powered by Gentoo GNU/Linux
http://linuxcrazy.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: Links not working from Thunderbird-2.0.0.22 to Firefox-3.5
2009-08-04 20:59 ` David
@ 2009-08-05 10:15 ` Jacques Montier
2009-08-05 20:16 ` David
0 siblings, 1 reply; 6+ messages in thread
From: Jacques Montier @ 2009-08-05 10:15 UTC (permalink / raw
To: gentoo-user
David a gentiment tapote:
> I forgot where I found it but here is mine;
> user_pref("network.protocol-handler.app.http",
> "/home/david/firefox_launch");
> user_pref("network.protocol-handler.app.https",
> "/home/david/firefox_launch");
>
> cat firefox_launch
> #!/bin/bash
>
> unset LD_PRELOAD
> exec /usr/bin/firefox "$@"
>
Hi David,
You're a genius !!! that worked !
Thank you very much !
Can you (or somebody else) explain to me what's the use of the unset
LD_PRELOAD command ??
It doesn't work without it.
Cheers,
--
Jacques
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: Links not working from Thunderbird-2.0.0.22 to Firefox-3.5
2009-08-05 10:15 ` Jacques Montier
@ 2009-08-05 20:16 ` David
0 siblings, 0 replies; 6+ messages in thread
From: David @ 2009-08-05 20:16 UTC (permalink / raw
To: gentoo-user; +Cc: jacques.montier
Jacques Montier wrote:
> David a gentiment tapote:
>> I forgot where I found it but here is mine;
>> user_pref("network.protocol-handler.app.http",
>> "/home/david/firefox_launch");
>> user_pref("network.protocol-handler.app.https",
>> "/home/david/firefox_launch");
>>
>> cat firefox_launch
>> #!/bin/bash
>>
>> unset LD_PRELOAD
>> exec /usr/bin/firefox "$@"
>>
>
> Hi David,
> You're a genius !!! that worked !
> Thank you very much !
> Can you (or somebody else) explain to me what's the use of the unset
> LD_PRELOAD command ??
> It doesn't work without it.
>
> Cheers,
>
> --
> Jacques
>
>
Here it is;
http://bugs.gentoo.org/276520
--
Powered by Gentoo GNU/Linux
http://linuxcrazy.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-08-05 20:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-04 12:15 [gentoo-user] Links not working from Thunderbird-2.0.0.22 to Firefox-3.5 Jacques Montier
2009-08-04 13:34 ` [gentoo-user] " walt
2009-08-04 15:12 ` Jacques Montier
2009-08-04 20:59 ` David
2009-08-05 10:15 ` Jacques Montier
2009-08-05 20:16 ` David
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox