Dirk Luetjens wrote:
> Hello
> 
> I get an interesting error when using netscape in combination with the
> wg15-locale package and LANG set to de_DE.
> 
> Does anybody has an idea, how to solve this, without losing the
> support for the german language?

If you don't need (as I think) the language support inside of Netscape,
try do reset the locale variables inside the wrapper you probably use to
run Netscape.
Something like:

#!/bin/sh
LANG=""  LD_PRELOAD=libgnumalloc.so.5 \
exec /usr/local/lib/netscape/netscape "$@"

(this is needed if you use libc 5.4, otherways eliminate the LD_PRELOAD)


Fabrizio
-- 
+-------------------------------------------------------------+
| e-mail: [EMAIL PROTECTED]    [EMAIL PROTECTED]         |
| http://megabaud.fi/~fpolacco/   Join the UKI Linux Project! |
| fingerprint 70 1A 72 2D 2B C8 A5 63 7A C2 CC E0 2A 54 AE DA |
| finger: [EMAIL PROTECTED]    [EMAIL PROTECTED]  |
+-------------------------------------------------------------+

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to