From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 5 12:23:45 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 8392616A4CE for ; Tue, 5 Oct 2004 12:23:45 +0000 (GMT) Received: from mail03.solnet.ch (mail03.solnet.ch [212.101.4.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4859F43D45 for ; Tue, 5 Oct 2004 12:23:45 +0000 (GMT) (envelope-from tv@solnet.ch) Received: from localhost (localhost [127.0.0.1]) by mail03.solnet.ch (Postfix) with ESMTP id E0729E280C; Tue, 5 Oct 2004 12:23:43 +0000 (GMT) Received: from mail03.solnet.ch ([127.0.0.1]) by localhost (mail03.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03792-08; Tue, 5 Oct 2004 12:23:42 +0000 (GMT) Received: from [212.101.1.83] (bert.mlan.solnet.ch [212.101.1.83]) by mail03.solnet.ch (Postfix) with ESMTP id 61477E277E; Tue, 5 Oct 2004 12:23:41 +0000 (GMT) Message-ID: <4162924B.3050209@solnet.ch> Date: Tue, 05 Oct 2004 14:23:39 +0200 From: Thomas Vogt User-Agent: Mozilla Thunderbird 0.8 (X11/20041004) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Radek Kozlowski References: <4162851B.3030704@solnet.ch> <20041005113633.GA50625@werd> In-Reply-To: <20041005113633.GA50625@werd> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail03.solnet.ch 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 12:23:45 -0000 Radek Kozlowski wrote: >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 > > Thanx that works. Cool. regards Thomas