public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] references from thunderbird
@ 2009-12-15 12:50 zhen
  2009-12-15 14:14 ` Bruce Hill
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: zhen @ 2009-12-15 12:50 UTC (permalink / raw
  To: gentoo-user

Hi.
Does anybody know how to make links from thunderbird to be opened in
firefox? I know there are options in about:config
(network.protocol-handler.app.http etc..). They worked before I updated
firefox to 3.5.4. At some moment I noticed I could't open links anymore.
What else can I do to enable opening of links?

Best regards,
Zhen.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] references from thunderbird
  2009-12-15 12:50 [gentoo-user] references from thunderbird zhen
@ 2009-12-15 14:14 ` Bruce Hill
  2009-12-15 15:26   ` zhen
  2009-12-15 15:57 ` [gentoo-user] " Nikos Chantziaras
  2009-12-15 17:25 ` walt
  2 siblings, 1 reply; 8+ messages in thread
From: Bruce Hill @ 2009-12-15 14:14 UTC (permalink / raw
  To: gentoo-user; +Cc: zhen

On Tue, Dec 15, 2009 at 03:50:52PM +0300, zhen wrote:
> Hi.
> Does anybody know how to make links from thunderbird to be opened in
> firefox? I know there are options in about:config
> (network.protocol-handler.app.http etc..). They worked before I updated
> firefox to 3.5.4. At some moment I noticed I could't open links anymore.
> What else can I do to enable opening of links?
> 
> Best regards,
> Zhen.

In the file .thunderbird/6cg9h9aw.default/prefs.js (replace 6cg9h9aw.default
with your profile) add these two lines:

user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");

Bruce
-- 
"Experience is a hard teacher because she gives the test first, the
lesson afterward. But properly learned, the lesson forever changes
the man."



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] references from thunderbird
  2009-12-15 14:14 ` Bruce Hill
@ 2009-12-15 15:26   ` zhen
  0 siblings, 0 replies; 8+ messages in thread
From: zhen @ 2009-12-15 15:26 UTC (permalink / raw
  To: gentoo-user

Bruce Hill wrote:
> On Tue, Dec 15, 2009 at 03:50:52PM +0300, zhen wrote:
>> Hi.
>> Does anybody know how to make links from thunderbird to be opened in
>> firefox? I know there are options in about:config
>> (network.protocol-handler.app.http etc..). They worked before I updated
>> firefox to 3.5.4. At some moment I noticed I could't open links anymore.
>> What else can I do to enable opening of links?
>>
>> Best regards,
>> Zhen.
> 
> In the file .thunderbird/6cg9h9aw.default/prefs.js (replace 6cg9h9aw.default
> with your profile) add these two lines:
> 
> user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
> user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
> 
> Bruce
Yes, these are the same settings that I set in about:config but they
didn't work for me. Also I set
network.protocol-handler.warn-external.http(s) = true to be sure that
thunderbird tried to open links by showing warning message. But that
didn't help. I tried also this from command line: "/usr/bin/firefox
http://www.somesite.com" and it worked OK.

Best regards,
Zhen.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user]  Re: references from thunderbird
  2009-12-15 12:50 [gentoo-user] references from thunderbird zhen
  2009-12-15 14:14 ` Bruce Hill
@ 2009-12-15 15:57 ` Nikos Chantziaras
  2009-12-15 16:11   ` zhen
  2009-12-15 17:25 ` walt
  2 siblings, 1 reply; 8+ messages in thread
From: Nikos Chantziaras @ 2009-12-15 15:57 UTC (permalink / raw
  To: gentoo-user

On 12/15/2009 02:50 PM, zhen wrote:
> Hi.
> Does anybody know how to make links from thunderbird to be opened in
> firefox? I know there are options in about:config
> (network.protocol-handler.app.http etc..). They worked before I updated
> firefox to 3.5.4. At some moment I noticed I could't open links anymore.
> What else can I do to enable opening of links?

I think you're doing it wrong (:P)

In Thunderbird's preferences, you need to go to the "Attachments" tab to 
configure the "Content types". There, my setup looks like this:

   http://i49.tinypic.com/m7tiiq.png

This is Thunderbird 3.0 though, I don't remember if TB 2 works the same way.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user]  Re: references from thunderbird
  2009-12-15 15:57 ` [gentoo-user] " Nikos Chantziaras
@ 2009-12-15 16:11   ` zhen
  0 siblings, 0 replies; 8+ messages in thread
From: zhen @ 2009-12-15 16:11 UTC (permalink / raw
  To: gentoo-user

Nikos Chantziaras wrote:
> On 12/15/2009 02:50 PM, zhen wrote:
>> Hi.
>> Does anybody know how to make links from thunderbird to be opened in
>> firefox? I know there are options in about:config
>> (network.protocol-handler.app.http etc..). They worked before I updated
>> firefox to 3.5.4. At some moment I noticed I could't open links anymore.
>> What else can I do to enable opening of links?
> 
> I think you're doing it wrong (:P)
> 
> In Thunderbird's preferences, you need to go to the "Attachments" tab to
> configure the "Content types". There, my setup looks like this:
> 
>   http://i49.tinypic.com/m7tiiq.png
> 
> This is Thunderbird 3.0 though, I don't remember if TB 2 works the same
> way.
> 
In tb2 it looks different, but i don't want to go to tb3 while it's not
stable.
It seems I miss something silly in my KDE environment...



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user]  Re: references from thunderbird
  2009-12-15 12:50 [gentoo-user] references from thunderbird zhen
  2009-12-15 14:14 ` Bruce Hill
  2009-12-15 15:57 ` [gentoo-user] " Nikos Chantziaras
@ 2009-12-15 17:25 ` walt
  2009-12-15 17:38   ` Nikos Chantziaras
  2 siblings, 1 reply; 8+ messages in thread
From: walt @ 2009-12-15 17:25 UTC (permalink / raw
  To: gentoo-user

On 12/15/2009 04:50 AM, zhen wrote:
> Hi.
> Does anybody know how to make links from thunderbird to be opened in
> firefox? I know there are options in about:config
> (network.protocol-handler.app.http etc..). They worked before I updated
> firefox to 3.5.4. At some moment I noticed I could't open links anymore.
> What else can I do to enable opening of links?

It may depend on what desktop you use.  In gnome, e.g., there is an item
in the System dropdown menu called "Preferred Applications" that must be
set properly because gnome (apparently) intercepts your mouse click.

I don't know if kde has such a thing, but I'm guessing it does.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user]  Re: references from thunderbird
  2009-12-15 17:25 ` walt
@ 2009-12-15 17:38   ` Nikos Chantziaras
  2009-12-15 18:54     ` walt
  0 siblings, 1 reply; 8+ messages in thread
From: Nikos Chantziaras @ 2009-12-15 17:38 UTC (permalink / raw
  To: gentoo-user

On 12/15/2009 07:25 PM, walt wrote:
> On 12/15/2009 04:50 AM, zhen wrote:
>> Hi.
>> Does anybody know how to make links from thunderbird to be opened in
>> firefox? I know there are options in about:config
>> (network.protocol-handler.app.http etc..). They worked before I updated
>> firefox to 3.5.4. At some moment I noticed I could't open links anymore.
>> What else can I do to enable opening of links?
>
> It may depend on what desktop you use. In gnome, e.g., there is an item
> in the System dropdown menu called "Preferred Applications" that must be
> set properly because gnome (apparently) intercepts your mouse click.
>
> I don't know if kde has such a thing, but I'm guessing it does.

It does, but Mozilla apps never honor it.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user]  Re: references from thunderbird
  2009-12-15 17:38   ` Nikos Chantziaras
@ 2009-12-15 18:54     ` walt
  0 siblings, 0 replies; 8+ messages in thread
From: walt @ 2009-12-15 18:54 UTC (permalink / raw
  To: gentoo-user

On 12/15/2009 09:38 AM, Nikos Chantziaras wrote:
> On 12/15/2009 07:25 PM, walt wrote:
>> On 12/15/2009 04:50 AM, zhen wrote:
>>> Hi.
>>> Does anybody know how to make links from thunderbird to be opened in
>>> firefox? I know there are options in about:config
>>> (network.protocol-handler.app.http etc..). They worked before I updated
>>> firefox to 3.5.4. At some moment I noticed I could't open links anymore.
>>> What else can I do to enable opening of links?
>>
>> It may depend on what desktop you use. In gnome, e.g., there is an item
>> in the System dropdown menu called "Preferred Applications" that must be
>> set properly because gnome (apparently) intercepts your mouse click.
>>
>> I don't know if kde has such a thing, but I'm guessing it does.
>
> It does, but Mozilla apps never honor it.

Interesting.  Mozilla apps use the gnome USE flag but not the KDE flag.




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-12-15 20:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 12:50 [gentoo-user] references from thunderbird zhen
2009-12-15 14:14 ` Bruce Hill
2009-12-15 15:26   ` zhen
2009-12-15 15:57 ` [gentoo-user] " Nikos Chantziaras
2009-12-15 16:11   ` zhen
2009-12-15 17:25 ` walt
2009-12-15 17:38   ` Nikos Chantziaras
2009-12-15 18:54     ` walt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox