[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: netscape and locale?



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: fpolacco@megabaud.fi    fpolacco@debian.org         |
| 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: fpolacco@megabaud.fi    fpolacco@master.debian.org  |
+-------------------------------------------------------------+

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: