public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: David <david@pythontoo.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user]  Re: Links not working from Thunderbird-2.0.0.22 to Firefox-3.5
Date: Tue, 04 Aug 2009 16:59:36 -0400	[thread overview]
Message-ID: <4A78A138.3070108@pythontoo.com> (raw)
In-Reply-To: <h59d9k$q6b$1@ger.gmane.org>

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



  parent reply	other threads:[~2009-08-04 20:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2009-08-05 10:15     ` Jacques Montier
2009-08-05 20:16       ` David

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A78A138.3070108@pythontoo.com \
    --to=david@pythontoo.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox