From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 01:20:32 2004 Return-Path: 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 21B0516A4CE for ; Thu, 29 Apr 2004 01:20:32 -0700 (PDT) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCD843D2F for ; Thu, 29 Apr 2004 01:20:31 -0700 (PDT) (envelope-from hhasenbe@techfak.uni-bielefeld.de) Received: from fwd00.aul.t-online.de by mailout07.sul.t-online.com with smtp id 1BJ6mT-0004iI-01; Thu, 29 Apr 2004 10:20:29 +0200 Received: from techfak.uni-bielefeld.de (bLiDfZZU8e5wxTSPYq6jn7aGgEeOcC69a5mKpsNldsHa0p2CUOIaYi@[217.225.28.207]) by fmrl00.sul.t-online.com with esmtp id 1BJ6mC-1ukvXk0; Thu, 29 Apr 2004 10:20:12 +0200 Message-ID: <4090BBB0.3080306@techfak.uni-bielefeld.de> Date: Thu, 29 Apr 2004 10:24:16 +0200 From: Hendrik Hasenbein User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: de, en, en-us MIME-Version: 1.0 To: Bryan Cassidy References: <20040429074139.GA56288@bellsouth.net> In-Reply-To: <20040429074139.GA56288@bellsouth.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Seen: false X-ID: bLiDfZZU8e5wxTSPYq6jn7aGgEeOcC69a5mKpsNldsHa0p2CUOIaYi@t-dialin.net cc: freebsd-questions@freebsd.org Subject: Re: Mozilla 1.6 and permissions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 08:20:32 -0000 Bryan Cassidy wrote: > Hello. Running FreeBSD 4.9-RELEASE. I just got done installing > www/mozilla 1.6 and I try to load it as the user and it gives me a > 'no running window found' error and doesn't load but when I run it as > 'su' it gives me the same error but loads the program. I tried > running 'chmod user:user /usr/X11R6/bin/mozilla' but it still gives > the error and doesn't load. Thanks. > The 'No running window found' message is not an error message. /usr/X11R6/bin/mozilla is a script that probes for an already running mozilla-bin binary and will open a new window in an already running mozilla if such is found. As /usr/X11R6/bin/mozilla is a script you should also look at the real binary. I don't think it is a permissions problem as long as you installed it from packages or ports. DO you try to launch it from a xterm or a windowmanager menu? Hendrik