Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Dec 1997 20:13:06 +0000
From:      Brian Somers <brian@awfulhak.org>
To:        Stephen Hocking <shocking@mailbox.uq.edu.au>
Cc:        current@freebsd.org
Subject:   Re: Oddity with netscape and current 
Message-ID:  <199712062013.UAA27802@awfulhak.demon.co.uk>
In-Reply-To: Your message of "Sat, 06 Dec 1997 21:01:08 %2B1000." <199712061101.VAA00582@zzshocki.dialin.uq.net.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 	Quite a lot I find that after launching netscape, itwill go into a 
> tight loop, consuming all the CPU on a ration of about 30% user & 70% system. 
> This has just happened, at src-cur.3160. Has anyone else seen it? This is 
> netscape 4.04 communicator.

This has been talked about before on these lists - you should really 
do an archive search !

Of course I assume you already have and just couldn't find what you 
were looking for...... ;-I

If you remove the browser.startup.license_accepted line from your 
~/.netscape/preferences.js file each time, things work - I use the 
following (in a `netscape' script):

sed '/browser\.startup\.license_accepted/d' ~/.netscape/preferences.js >~/.netscape/preferences.js.new
mv ~/.netscape/preferences.js.new ~/.netscape/preferences.js
exec netscape "$@"


> 	Stephen
> 

-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....





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