Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2003 11:38:54 +0200
From:      Nimrod Mesika <nimrod-me@bezeqint.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Disable Mozilla profile
Message-ID:  <20030104093854.GA600@localhost.bsd.net.il>
In-Reply-To: <F76R7j1HaKtKufVma0o00000062@hotmail.com>
References:  <F76R7j1HaKtKufVma0o00000062@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030104093854.GA600>