Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Aug 1997 11:22:46 +0200
From:      Michael Class <michael_class@hpbbse.bbn.hp.com>
To:        freebsd-current@freebsd.org
Subject:   Native FreeBSD Communicator-Beta - Problem
Message-ID:  <33E59F66.73707038@hpbbse.bbn.hp.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------6165ACC10BD423CAEB1E4F06
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello,

I just tried the native freebsd communicator 4.02b7 version and had a
small problem:

Communicator only started for user_pref the first time, it hanged next
time.

Solution:

Get rid of the line:
user_pref("browser.startup.license_accepted", "228 4.02b7");
in preferences.js. This will result in popping the licence dialog all
the time, but at least it then worked for me.

So my startupscript looks like this:

#!/bin/sh
XKEYSYMDB=/usr/local/netscape/XKeysymDB
XNLSPATH=/usr/local/netscape/nls/
MOZILLA_HOME=/usr/local/netscape
#CLASSPATH=/usr/local/netscape/java/classes/java40.jar
LANG=C
LC_CTYPE=C
export XKEYSYMDB XNLSPATH CLASSPATH LANG LC_CTYPE MOZILLA_HOME
#nofpe /usr/local/netscape/netscape $* >/tmp/comm.out 2>&1 &
mv ~/.netscape/preferences.js ~/.netscape/preferences.js.bak
cat  ~/.netscape/preferences.js.bak | grep -v "228 4.02b7"
>~/.netscape/preferences.js
/usr/local/netscape/netscape $* >/tmp/comm.out 2>&1 &


Same expierience for all of you? Other solutions?

Michael

-- 
-----------------------------------------------------------------------
Michael Class                            E-Mail: michael_class@hp.com
Internet/Intranet Solutions Center       Phone:  +49 7031 14-3707
CSO Europe                               Fax:    +49 7031 14-4196
            Hewlett-Packard GmbH, PO Box 1430, 71004 Boeblingen
-----------------------------------------------------------------------
--------------6165ACC10BD423CAEB1E4F06
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Michael Class
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Michael Class
n:              Class;Michael
org:            Hewlett-Packard GmbH
adr:            Herrenbergerstr. 130;;;Boeblingen;Baden-Wuerttemberg;71004;Germany
email;internet: michael_class@hpbbse.bbn.hp.com
title:          Technical Consultant
tel;work:       +49 7031 14-3707
tel;fax:        +49 7031 14-4196
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
end:            vcard


--------------6165ACC10BD423CAEB1E4F06--




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