On: Mon, 21 Sep 1998 17:40:50 +0200 Michael Schmidt writes: > > Hi fellow debian users (:-), > Netscape 4.5PR1 (glibc version) gives strange errors for the > XmTextFields: > > Warning: > Name: Text > Class: XmTextField > Character 'h', not supported in font. Discarded. > > And then for t and t and p etc. and the URL field comes up > empty. I can input something there and the chars appear (even in the > desired font). I thought anybody here might have a clue.
#!/bin/sh export MOZILLA_HOME=/opt/netscape-4.5b1 export LD_PRELOAD=/lib/libBrokenLocale.so.1 $MOZILLA_HOME/netscape $* Change the directory to fit your setup. The important line is the LD_PRELOAD one. Torsten