From owner-freebsd-questions Fri Jan 9 00:51:31 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA29195 for questions-outgoing; Fri, 9 Jan 1998 00:51:31 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from proxyb1.san.rr.com (proxyb1-atm.san.rr.com [204.210.0.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA29181 for ; Fri, 9 Jan 1998 00:51:26 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (dt051n19.san.rr.com [204.210.32.25]) by proxyb1.san.rr.com (8.8.7/8.8.8) with ESMTP id AAA08788 for ; Fri, 9 Jan 1998 00:49:52 -0800 (PST) Message-ID: <34B5E4B9.2600B12@dal.net> Date: Fri, 09 Jan 1998 00:50:01 -0800 From: Studded Organization: DALnet IRC Network X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Can't paste into netscape Content-Type: multipart/mixed; boundary="------------2B63BC6D442362185F1AD386" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------2B63BC6D442362185F1AD386 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am using communicator 4.04 for freebsd, and I can't paste into any edit window from any source besides netscape. I've checked into about everything I can find, and still no luck. I'm using -Stable, afterstep 1.0 and the following startup script for netscape. I had this problem even before adding any of these options. Doug --------------2B63BC6D442362185F1AD386 Content-Type: text/plain; charset=us-ascii; name="netscape" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="netscape" #!/bin/sh MOZILLA_HOME=/usr/local/netscape; export MOZILLA_HOME XKEYSYMDB=$MOZILLA_HOME/XKeysymDB; export XKeysymDB XAPPLRESDIR=$MOZILLA_HOME; export XAPPLRESDIR XNLSPATH=/usr/X11R6/lib/X11/nls; export XNLSPATH MOZILLA_NO_ASYNC_DNS=True; export MOZILLA_NO_ASYNC_DNS exec $MOZILLA_HOME/netscape.binary --------------2B63BC6D442362185F1AD386--