From owner-freebsd-questions Fri Feb 21 03:48:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA19865 for questions-outgoing; Fri, 21 Feb 1997 03:48:39 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA19860 for ; Fri, 21 Feb 1997 03:48:36 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 21 Feb 1997 6:47:07 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA04726; Fri, 21 Feb 97 06:47:05 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA20904; Fri, 21 Feb 1997 06:44:54 -0500 Message-Id: <19970221064453.25813@ct.picker.com> Date: Fri, 21 Feb 1997 06:44:53 -0500 From: Randall Hopper To: gippolit@Adelphia.net Cc: bsd Subject: Re: Netscape help References: <199702210423.XAA07100@delta.adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61 In-Reply-To: <199702210423.XAA07100@delta.adelphia.net>; from Glen on Feb 02, 1996 at 12:04:32AM Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Glen: |I'm running FreeBSD 2.1.5, XFree86 3.2 and fvwm95! |When netscape starts It's yelling!!!! Could not find keymap! ( Over, |Over, Over Again!! About 200 times) | |The readme file suggests creating a variable called XDKEY???, then point |the variable at the Xdkeymap file, which I did. | |What's going on here????????????????????? Well, if you're seeing what I think you're seeing, find the file XKeysymDB off the /usr/X11R6 directory (or install the one that comes with Netscape if you can't find one), and then point this environment variable to it: setenv XKEYSYMDB /usr/X11R6/lib/X11/XKeysymDB Randall Hopper