From owner-freebsd-current Mon Aug 4 02:23:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA23593 for current-outgoing; Mon, 4 Aug 1997 02:23:03 -0700 (PDT) Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.219]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA23583 for ; Mon, 4 Aug 1997 02:23:00 -0700 (PDT) Received: from tmbbobmc.bbn.hp.com (tmbbobmc.bbn.hp.com [15.136.24.184]) by palrel3.hp.com (8.8.5/8.8.5) with ESMTP id CAA05458 for ; Mon, 4 Aug 1997 02:22:58 -0700 (PDT) Received: from hpbbse.bbn.hp.com (localhost.bbn.hp.com [127.0.0.1]) by tmbbobmc.bbn.hp.com (8.8.5/8.8.5) with ESMTP id LAA00469 for ; Mon, 4 Aug 1997 11:22:46 +0200 (CEST) Message-ID: <33E59F66.73707038@hpbbse.bbn.hp.com> Date: Mon, 04 Aug 1997 11:22:46 +0200 From: Michael Class Organization: Hewlett-Packard GmbH X-Mailer: Mozilla 4.02b7 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Native FreeBSD Communicator-Beta - Problem Content-Type: multipart/mixed; boundary="------------6165ACC10BD423CAEB1E4F06" Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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--