On Sat, Apr 02, 2005 at 10:31:35AM +0200, Klaus Ethgen <[EMAIL PROTECTED]> 
wrote:
> Hoi,
> 
> Am Sa den  2. Apr 2005 um 10:27 schriebst Du:
> > Is your mozilla in german, though ?
> 
> Yes, the menues are in german. But no locales are set:
> #! /usr/bin/perl
> 
> for (keys %ENV)
> {
>    delete $ENV{$_} if /^LC_/;
>    delete $ENV{$_} if /^LANG/;
>    delete $ENV{$_} if $_ eq "LD_LIBRARY_PATH";
> }
> exec @ARGV;

I can't reproduce your bug after switching mozilla in german...
Do you run mozilla with command line arguments ? If so, can you try
without (it will clean the XUL.mfasl file which could be the cause of
your problem)

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to