From owner-freebsd-questions@FreeBSD.ORG Wed Mar 15 07:06:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A2DC16A41F for ; Wed, 15 Mar 2006 07:06:53 +0000 (UTC) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D9843D49 for ; Wed, 15 Mar 2006 07:06:52 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip03.eastlink.ca ([24.222.10.15]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IW5008AUQDC8U81@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Wed, 15 Mar 2006 03:05:36 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip03.eastlink.ca with ESMTP; Wed, 15 Mar 2006 03:02:32 -0400 Date: Wed, 15 Mar 2006 03:01:29 -0400 From: Duane Whitty In-reply-to: <4417AEF3.1010909@mail.ru> To: "Andrey V. Semyonov" Message-id: <4417BBC9.4070505@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=KOI8-R; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <4417AEF3.1010909@mail.ru> User-Agent: Thunderbird 1.5 (X11/20060309) Cc: freebsd-questions@freebsd.org Subject: Re: Thunderbird + Mozilla Suite X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 07:06:53 -0000 Andrey V. Semyonov wrote: > Is it possible and what docs do describe setting a mozilla-bin from > Mozilla Suite as URL-browser in Thunderbird? > > Mozilla Suite and Thunderbird are installed from ports. > _______________________________________________ Hi Andrey, Yes it is possible. The first step is to check if the proper configuration entry is present. In Thunderbird, from the menu bar, choose Edit, Preferences, Advanced, Config Editor. In the filter bar, type network.protocol-handler Check the entries under Preference Name for network.protocol-handler.app.http If it is there right click on it and choose modify Now enter the path to the file which launches the browser you want to use. For a mozilla related program it is probably under /usr/X11R6/bin/ For example, the Mozilla Firefox launcher is found at /usr/X11R6/bin/firefox (sorry, I'm running firefox right now so I can not say with absolute certainty where the mozilla-suite binary is located) If you did not find an entry named network.protocol-handler.app.http then right click on any entry under Preference Name. Choose New, String. When you are prompted for the new string type network.protocol-handler.app.http When you are prompted for the new value enter the path of the mozilla web browser launcher. Follow the same procedures as above to enable support for https. Everywhere you typed http above type https instead. I hope this helps. --Duane Whitty