On Tue, 4 Nov 2008 14:27:44 +0100
"Luca De Marini" <[EMAIL PROTECTED]> wrote:

> >
> >
> > entrance itself? or e? e has translations and does work. the new
> > wizard even
> > asks you for what language you want the first time... :) it does
> > require your
> > system support the locales e has translations for... :)
> 
> 
> Ok, so I'll be surely faster explaining my issue :)
> When I log in with Entrance E17 is in English even if my system is in
> Italian normally. When I log in with GDM, instead, my system is
> correctly in Italian. Of course my system is E17 based so I know that
> logging in with a proper configuration shows me an Italian translated
> E17 :D So my question is: how do I have a localized system when
> logging with Entrance?
> That's all :)
> Bye and thanks for your help,
> 

Can you try changing line 736 in src/client/main.c from

if (!(setlocale(LC_ALL, NULL)))

to

if (!(setlocale(LC_ALL, "")))

and see if that helps at all.

If not then delete lines 736-740 and see if that is any better.

setlocale should not be updating anything in this case so these are
just guesses at hacks to fix it.

> Luca
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge Build the coolest Linux based applications with Moblin SDK
> & win great prizes Grand prize is a trip for two to an Open Source
> event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________ enlightenment-devel
> mailing list enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to