From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 13:12:10 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 EA2D316A4CE for ; Sun, 8 Feb 2004 13:12:10 -0800 (PST) Received: from smtp.eisw.net (smtp.eisw.net [216.234.116.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB32B43D1D for ; Sun, 8 Feb 2004 13:12:10 -0800 (PST) (envelope-from freebsd@newgalaxy.net) Received: from newgalaxy.net (mail.newgalaxy.net [216.234.102.153]) by smtp.eisw.net (Postfix) with ESMTP id 674D73B56A3; Sun, 8 Feb 2004 16:08:37 -0500 (EST) Message-ID: <4026A62A.20803@newgalaxy.net> Date: Sun, 08 Feb 2004 16:12:10 -0500 From: Jeff Gardner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040204 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Ruslan N. Gogunsci" References: <20040208131125.GA733@grint.int.nln.ru> In-Reply-To: <20040208131125.GA733@grint.int.nln.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Mozilla:No window found 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: Sun, 08 Feb 2004 21:12:11 -0000 Ruslan N. Gogunsci wrote: > Hello All, > > I use FreeBSD5.2 > I have one problem with mozilla,when i try in run it says: No window found > I try Mozilla1.5 and 1.6 from ports:with xft and without it, with gtk2 and > without it, frome packages,but always have this problems > Interesting, that in another box with FreeBSD5.2 it'a work fine > Another box and my use same ports tree. All soft installed via ports. > I read google,and find that I must reistall xft but it doesn't help Well, the 'no window found' comes from the startup script /usr/X11R6/bin/mozilla when it calls the mozilla binary to check to see if mozilla is already running. If it is not, then that message gets generated by mozilla. If there is a running mozilla, you will not get that message. Jeff