From owner-freebsd-hackers Sun Oct 8 13:41:55 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA10889 for hackers-outgoing; Sun, 8 Oct 1995 13:41:55 -0700 Received: from expo.x.org (expo.x.org [198.112.45.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA10883 for ; Sun, 8 Oct 1995 13:41:49 -0700 Received: from exalt.x.org by expo.x.org id AA25421; Sun, 8 Oct 95 16:41:17 -0400 Received: from localhost by exalt.x.org id QAA29852; Sun, 8 Oct 1995 16:41:17 -0400 Message-Id: <199510082041.QAA29852@exalt.x.org> To: hackers@freefall.FreeBSD.org Subject: Re: Netscape 2.0beta1 In-Reply-To: Your message of Sun, 08 Oct 1995 19:26:41 EST. Organization: X Consortium Date: Sun, 08 Oct 1995 16:41:16 EST From: "Kaleb S. KEITHLEY" Sender: owner-hackers@FreeBSD.org Precedence: bulk > Here, what I have in my .cshrc file... Can you guess what's > missing in your configuration ?! ;-)) > setenv XKEYSYMDB /home/andreas/.XKeysymDB > setenv XNLSPATH /usr/X11R6/lib/X11/nls Well, XNLSPATH is ancient R5 history. It's a leftover from the R5 Xsi mechanism. The Netscape XKeysymDB is identical to the X11R6 (and XFree86) XKeysymDB file. If you're using R6 it's sufficient to make /usr/X11 a symlink to /usr/X11R6 and copy the nls cruft to /usr/X11R6/lib/X11/nls. I've already sent a suggestion to Jamie Zawinski (jwz@netscape.com) a suggestion that he would have done better to have used the R5 Ximp mechanism, which survived into R6, so that all the R6 users wouldn't have to muck up their installation. If you agree, drop him a line and encourage him to do it correctly. -- Kaleb KEITHLEY