From owner-freebsd-mozilla Thu Aug 31 5:18:20 2000 Delivered-To: freebsd-mozilla@freebsd.org Received: from clefw.ra.rockwell.com (clefw.ra.rockwell.com [192.159.76.15]) by hub.freebsd.org (Postfix) with ESMTP id 96B7637B43C for ; Thu, 31 Aug 2000 05:18:18 -0700 (PDT) Received: from raclesmtp01.ra.rockwell.com (raclesmtp01.cle.ra.rockwell.com [130.151.192.220]) by clefw.ra.rockwell.com (8.9.3/8.9.3) with ESMTP id IAA16554 for ; Thu, 31 Aug 2000 08:18:12 -0400 (EDT) From: mkes@ra.rockwell.com Subject: mailer missing in M17 ?? To: freebsd-mozilla@FreeBSD.ORG Date: Thu, 31 Aug 2000 14:09:04 +0200 Message-ID: X-MIMETrack: Serialize by Router on RACleSMTP01/Cleveland/RA/Rockwell(Release 5.0.3 (Intl)|21 March 2000) at 08/31/2000 08:19:13 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I have just installed the M17 release of Mozilla and there is no Messenger. The same milestone on Win NT contains Messenger (as one would expect). Is it a bug or what ? Thanks Mira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message From owner-freebsd-mozilla Thu Aug 31 9:31:19 2000 Delivered-To: freebsd-mozilla@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 2A99137B423 for ; Thu, 31 Aug 2000 09:31:14 -0700 (PDT) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id SAA75683; Thu, 31 Aug 2000 18:31:05 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.11.0/8.11.0) id e7VGUuB48593; Thu, 31 Aug 2000 09:30:56 -0700 (PDT) (envelope-from reg) Date: Thu, 31 Aug 2000 09:30:56 -0700 From: Jeremy Lea To: mkes@ra.rockwell.com Cc: freebsd-mozilla@FreeBSD.ORG Subject: Re: mailer missing in M17 ?? Message-ID: <20000831093055.B697@shale.csir.co.za> Mail-Followup-To: Jeremy Lea , mkes@ra.rockwell.com, freebsd-mozilla@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from mkes@ra.rockwell.com on Thu, Aug 31, 2000 at 02:09:04PM +0200 Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Thu, Aug 31, 2000 at 02:09:04PM +0200, mkes@ra.rockwell.com wrote: > I have just installed the M17 release of Mozilla and there is no Messenger. From the port/package? This is a side effect (which I only noticed recently) of moving to not making /usr/X11R6/lib/mozilla world writeable. You can fix it by doing this: find /usr/X11R6/lib/mozilla -type d | xargs chmod 777 run mozilla as your normal user. find /usr/X11R6/lib/mozilla -type d | xargs chmod 755 Please report if this does/doesn't work. Alternatively, you can use: mozilla -mail I need to find a better solution to this... Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message