Gentoo Archives: gentoo-user

From: Aljosha Papsch <papsch.al@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Where to set language with lightdm
Date: Sat, 24 Dec 2011 00:01:23
Message-Id: 1324684858.5048.9.camel@creek.rivers
In Reply to: [gentoo-user] Where to set language with lightdm by Michael Hampicke
1 Am Freitag, den 23.12.2011, 18:17 +0100 schrieb Michael Hampicke:
2 > Hey there,
3 > I've been having some problems with GDM recently (freeze after reboot,
4 > freeze after suspend) so I thought I'd give lightdm a shot.
5 > So far everything works great, but I cannot set a language for a lightdm
6 > session.
7 >
8 > My system locale is set to en_US.utf8 because when working with command
9 > line tools I prefere if they talk english to me.
10 > But I like my Desktop (everything running under X) to be in german. With
11 > GDM that was no problem: just set the system locale to english and
12 > create a .dmrc file in the home directory where you set
13 > 'Language=de_DE.UTF-8'
14 >
15 > Lightdm ignores that file. After some google foo I found that if you
16 > edit /etc/lightdm/lightdm-gtk-greeter.conf and set
17 > 'show-language-selector=true' you can choose a language before logging
18 > in (like with GDM) - however, I can choose what i wan't, my Desktop is
19 > still in english.
20 >
21 > So far it seems that nothing works, except setting the system's default
22 > locale to german in /etc/env.d/02locale - but that's not what I want.
23 >
24 > Do you have any thoughts?
25 >
26
27 As a temporary solution you may set your locale to de_DE.UTF-8 but
28 export LC_ALL="en_US" in the shell's rc file.
29
30 Regards,

Replies

Subject Author
Re: [gentoo-user] Where to set language with lightdm Michael Hampicke <gentoo-user@××××.biz>