From owner-freebsd-questions@FreeBSD.ORG Thu Mar 16 11:30: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 ED7DA16A401 for ; Thu, 16 Mar 2006 11:30:53 +0000 (UTC) (envelope-from wilfre@mail.ru) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884FD43D46 for ; Thu, 16 Mar 2006 11:30:53 +0000 (GMT) (envelope-from wilfre@mail.ru) Received: from [213.59.98.218] (port=37203 helo=[192.168.111.6]) by mx2.mail.ru with asmtp id 1FJqgr-0009LI-00 for freebsd-questions@freebsd.org; Thu, 16 Mar 2006 14:30:49 +0300 Message-ID: <44194C66.6060002@mail.ru> Date: Thu, 16 Mar 2006 14:30:46 +0300 From: "Andrey V. Semyonov" User-Agent: Thunderbird 1.5 (X11/20060309) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4417AEF3.1010909@mail.ru> <4417BBC9.4070505@greenmeadow.ca> <4417D738.2060202@mail.ru> <4417DD5E.5040308@greenmeadow.ca> In-Reply-To: <4417DD5E.5040308@greenmeadow.ca> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 16 Mar 2006 11:30:54 -0000 Duane Whitty wrote: >> 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. Yes, that's a script. And a strange bug was actually in it. I've commented out some checks in it and now it works fine. So, thanks a lot for help. > (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?) No, Mozilla Suit's mail programm is named 'mozilla-mail'. It's heir by some shared code is Thunderbird (that's already explained yesterday). Thunderbird's feature of RSS-reading is the most necessary feature that caused me to use it (mozilla-mail can't read RSS-feeds). But as I understand, Thunderbird is mostly compat-ed to Firefox and some kind of moved away from Mozilla Suite project. That's why we have to do tricks to make these same-family projects do well together now.