From owner-freebsd-hackers Wed Apr 3 09:56:28 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11046 for hackers-outgoing; Wed, 3 Apr 1996 09:56:28 -0800 (PST) Received: from camelot.odyssee.net (root@camelot.odyssee.net [204.50.80.175]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA11038 for ; Wed, 3 Apr 1996 09:56:24 -0800 (PST) Received: (from lancelot@localhost) by camelot.odyssee.net (8.6.12/8.6.12) id MAA08525; Wed, 3 Apr 1996 12:56:06 -0500 Date: Wed, 3 Apr 1996 12:56:01 -0500 (EST) From: Sire Lancelot du Lac To: Sujal Patel cc: hackers@freebsd.org Subject: Re: Netscape Java Fixed - For REAL!! :-) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It worked for me! Thanks a lot! Christian Doucet UNIX/Internet guru Odyssee Internet Technical Staff pager: +1 514 897 8070 On Wed, 3 Apr 1996, Sujal Patel wrote: > Alright... This is the real thing (3 people have reported success with > this one). Apparently, XFree86 ships with an broken font database in > /usr/X11R6/lib/X11/fonts/misc. There are certain fonts in the database > which don't exist in the directory, and apparently this is pissing off > some of our Xservers (it looks like , the Xserver sends a bad request > error to a Netscape thread that kills the Java applet). > > Here is the fix (as root): > cd /usr/X11R6/lib/X11/fonts/misc > /usr/X11R6/bin/mkfontdir > > Then you'll need to restart your Xserver (or just run "xset fp rehash" as > the non-root user). > > > Sujal > >