From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 5 11:36:36 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C741516A4CE for ; Tue, 5 Oct 2004 11:36:36 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0FE43D58 for ; Tue, 5 Oct 2004 11:36:36 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bxb224.neoplus.adsl.tpnet.pl [83.29.251.224]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id AE5904010; Tue, 5 Oct 2004 13:36:33 +0200 (CEST) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id F3DBCA559; Tue, 5 Oct 2004 13:36:33 +0200 (CEST) Date: Tue, 5 Oct 2004 13:36:33 +0200 From: Radek Kozlowski To: Thomas Vogt Message-ID: <20041005113633.GA50625@werd> References: <4162851B.3030704@solnet.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <4162851B.3030704@solnet.ch> User-Agent: Mutt/1.5.6i cc: freebsd-gnome@freebsd.org Subject: Re: firefox and thunderbird in gnome2.8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 11:36:36 -0000 On Tue, Oct 05, 2004 at 01:27:23PM +0200, Thomas Vogt wrote: > Hi all > > Hmm I use thunderbird 0.8 and firefox 1.0pre (both from marcuscom cvs) > with gnome 2.8 under fbsd 5.2.1-p11 (i386). It works smoothly. Thank for > you work! > > I've a small problem. If I click on a link in thunderbird mail client it > asks me how to open it. So I use /usr/X11R6/bin/firefox.rb. The Problem > is, that the link will always be downloaded first and then it open it in > a tab browser with path file:///tmp/foo.htm. > Is it not possible to configure thunderbird that it opens the url with > firefox directly without downloading the link first to a /tmp directory? > Perhaps with gconf-editor? I doubt that this is a gnome only problem. > But perhaps someone has a solution. Try adding these lines to your ~/.thunderbird/[...]/prefs.js: user_pref("network.protocol-handler.app.http","firefox"); user_pref("network.protocol-handler.app.https","firefox"); This works for me. -Radek