problem with Italian language
Uwe Geercken
uwe.geercken at datamelt.com
Tue Jan 30 21:09:45 GMT 2007
Gavin,
I looked at the ldm file and found the following:
line 170:
lang_command = 'LC_ALL='+lang+'.UTF-8 LANGUAGE='+lang+'.UTF-8
LANG='+lang+'.UTF-8'
as I select "it_IT.UTF-8" as language in the login dialog, this does not seem to
be right. ".UTF-8" would be duplicated, which would fit to the error.
so I changed it to:
lang_command = 'LC_ALL='+lang+' LANGUAGE='+lang+ ' LANG='+lang
(I stripped off all ".UTF-8" in that line)
I went ahead and rebootet the system and the client (just to be sure..) and it
worked well. where I found an english taskbar before (which I testet again this
evening), I now find the correct taskbar in italian.
I also tried to login with language = de_ch.UTF-8 and it also worked.
so this seems to be the fix. thanks for all your help.
rgds.,
uwe
Zitat von Gavin McCullagh <gmccullagh at gmail.com>:
> Hi,
>
> On Sat, 27 Jan 2007, Uwe Geercken wrote:
>
> > please find below the requested info. I must say that I think it is the
> user
> > account - at least partly - that causes problems. but I will have to
> verify
> > that.
>
> I think the output below shows your problem. Your locale settings are all
> getting set to "it_IT.UTF-8.UTF-8" which looks wrong -- I imagine it should
> really be "it_IT.UTF-8". The complaint about the locale "file not found"
> seems consistent with this.
>
> > carmela 5310 0.0 0.1 4140 1516 ? Ss 18:50 0:00 bash -c
> /bin/bash --login -c ' env LC_ALL=it_IT.UTF-8.UTF-8
> LANGUAGE=it_IT.UTF-8.UTF-8 LANG=it_IT.UTF-8.UTF-8 LTSP_CLIENT="server"
> ESPEAKER=192.168.0.53:16001 /etc/X11/Xsession && ltspfsmounter all cleanup '
> ; kill -1 $PPID
> > carmela 5313 0.0 0.2 4144 1540 ? S 18:50 0:00 /bin/bash
> --login -c env LC_ALL=it_IT.UTF-8.UTF-8 LANGUAGE=it_IT.UTF-8.UTF-8
> LANG=it_IT.UTF-8.UTF-8 LTSP_CLIENT="server" ESPEAKER=192.168.0.53:16001
> /etc/X11/Xsession && ltspfsmounter all cleanup
>
> This may indicate a small bug or problem in ldm (which pieces together this
> command), or in ldm's inputs but I haven't had the time to look at it in
> detail yet. If you know any python you could try debugging it a little,
> even by printing the values of variables into a file from the ldm binary in
> /opt/ltsp/i386/usr/sbin/.
>
> I think we should get this fixed, it might just take a little time. What
> locale settings do you have in your lts.conf? Could you post the contents
> of that file?
>
> Gavin
>
>
> --
> edubuntu-users mailing list
> edubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
>
More information about the edubuntu-users
mailing list