From owner-freebsd-questions Sat Jan 4 2:13:51 2003 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 6228837B401 for ; Sat, 4 Jan 2003 02:13:50 -0800 (PST) Received: from m1.bezeqint.net (m1.bezeqint.net [192.115.106.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166F943ED4 for ; Sat, 4 Jan 2003 02:13:49 -0800 (PST) (envelope-from nimrod-me@bezeqint.net) Received: from localhost.bsd.net.il (bzq-113-12.red.bezeqint.net [62.219.113.12]) by m1.bezeqint.net (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id AIY04559; Sat, 4 Jan 2003 12:13:43 +0200 (IST) Received: from localhost.bsd.net.il (nimrodm@localhost [127.0.0.1]) by localhost.bsd.net.il (8.12.6/8.12.6) with ESMTP id h049ctOx000864 for ; Sat, 4 Jan 2003 11:38:55 +0200 (IST) (envelope-from nimrodm@localhost.bsd.net.il) Received: (from nimrodm@localhost) by localhost.bsd.net.il (8.12.6/8.12.6/Submit) id h049csY1000863 for freebsd-questions@FreeBSD.ORG; Sat, 4 Jan 2003 11:38:54 +0200 (IST) From: Nimrod Mesika Date: Sat, 4 Jan 2003 11:38:54 +0200 To: freebsd-questions@FreeBSD.ORG Subject: Re: Disable Mozilla profile Message-ID: <20030104093854.GA600@localhost.bsd.net.il> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jan 04, 2003 at 02:31:48AM +0000, Lee Harr wrote: > >The mozilla port installs a wrapper script at > >/usr/X11R6/bin/mozilla that only launches mozilla the first time it > >is > >called, and after that passes commands to the running instance. > > Hmm... yup. I am pretty sure that is what I am using. > I updated to 1.1 soon after it came out, maybe I should try the > latest version of the port. Thanks. Or just create your own script to do that: #!/bin/sh phoenix -remote 'xfeDoCommand(openBrowser)' || phoenix (The second line should be one long line) Substitute 'mozilla' for 'phoenix' if that's what you're using (but if you don't need Mozilla mail, chat, etc. -- get Phoenix). -- Nimrod. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message