Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 09:20:17 +0100
From:      Raaf <freebsd@luna.afraid.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: Thunderbird no longer viewing http URLs
Message-ID:  <421C3CC1.9000102@luna.afraid.org>
In-Reply-To: <421C1A19.5060805@freebsd.org>
References:  <421C1A19.5060805@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Doug Barton wrote:
> I have a bit of a strange situation with my Thunderbird here. I can no 
> longer click on a URL in a message and have it pop up firefox 
> automatically. In fact, nothing pops up at all. The Help menu links in 
> thunderbird don't work either, however other apps have no problem either 
> opening a new firefox window, or opening content in an existing window 
> if firefox has already been started.
> 
> I tried just now recompiling and reinstalling just in case that would 
> help, it didn't.
> 
> Any suggestions?
> 
> Doug
> 
> 

Try adding the following lines to your prefs.js in your profile:

user_pref("network.protocol-handler.app.http", "firefox-remote");
user_pref("network.protocol-handler.app.https", "firefox-remote");

Raaf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?421C3CC1.9000102>