From owner-freebsd-questions@FreeBSD.ORG Wed Mar 15 09:25:50 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 E710D16A400 for ; Wed, 15 Mar 2006 09:25:50 +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 8964C43D4C for ; Wed, 15 Mar 2006 09:25:50 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IW5008O6WSY94C1@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Wed, 15 Mar 2006 05:24:34 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip04.eastlink.ca with ESMTP; Wed, 15 Mar 2006 05:25:50 -0400 Date: Wed, 15 Mar 2006 05:24:46 -0400 From: Duane Whitty In-reply-to: <4417D738.2060202@mail.ru> To: "Andrey V. Semyonov" Message-id: <4417DD5E.5040308@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> <4417BBC9.4070505@greenmeadow.ca> <4417D738.2060202@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 09:25:51 -0000 Andrey V. Semyonov wrote: > Duane Whitty wrote: >> 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. > > > Strange things... When launched from xterm (or directly from my WM's > button) /usr/X11R6/bin/mozilla starts mozilla binary normally. > > But after such a reconfiguration of TB when I try to open any link in > TB it prints "/usr/X11R6/bin/mozilla: Cannot find mozilla binary > executable. Exiting." into terminal from X is launched. > _______________________________________________ I am not sure why it is doing that. Please, do not take offense but have you checked to make sure you did not make any typographical mistakes. Another point to consider is that /usr/X11R6/bin/mozilla is probably not the actual mozilla binary but rather a shell script to start the browser. Maybe you can find out what the actual binary is called. It is probably similar to mozilla-bin, moz-bin, etc. Actually it will be mentioned in the script but beware though that calling it directly may not work. (Aside: I thought the mozilla-suite built in email program was essentially thunderbird? I hope I was correct when I assumed you were using mozilla and not firefox?) As I don't have mozilla installed I am not sure how much more useful I can be to you, sorry. Maybe someone from the list with mozilla and thunderbird installed can help?