[Bug 185947] Re: Language en_US does not exist; using System default

2008-02-23 Thread KrazyPenguin
*** This bug is a duplicate of bug 178402 *** https://bugs.launchpad.net/bugs/178402 I'm experincing the same bug en_US does not exist; using system default. I never upgraded from Gutsy, but did a fresh Alpha4 install, and I am not sure what caused this bug. I'm trying the workaround. --

[Bug 185947] Re: Language en_US does not exist; using System default

2008-02-23 Thread KrazyPenguin
*** This bug is a duplicate of bug 178402 *** https://bugs.launchpad.net/bugs/178402 Update: Changing /etc/default/locale as mentioned above works so it looks like this: LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 -- Language en_US does not exist; using System default

[Bug 185947] Re: Language en_US does not exist; using System default

2008-02-17 Thread CZIGOLA Gabor
*** This bug is a duplicate of bug 178402 *** https://bugs.launchpad.net/bugs/178402 Can confirm this bug on current Hardy. Although the workaround of changing the environment file doesn't work! $ locale -a C de_AT.utf8 de_BE.utf8 de_CH.utf8 de_DE.utf8 de_LU.utf8 en_AU.utf8 en_BW.utf8

[Bug 185947] Re: Language en_US does not exist; using System default

2008-02-17 Thread Shot
*** This bug is a duplicate of bug 178402 *** https://bugs.launchpad.net/bugs/178402 As noted in my comment to #178402, you need to change /etc/default/locale: https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/178402/comments/28 -- Language en_US does not exist; using System default

[Bug 185947] Re: Language en_US does not exist; using System default

2008-02-06 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 178402 *** https://bugs.launchpad.net/bugs/178402 ** This bug has been marked a duplicate of bug 178402 [hardy alpha 2] missing language error -- Language en_US does not exist; using System default https://bugs.launchpad.net/bugs/185947 You received

[Bug 185947] Re: Language en_US does not exist; using System default

2008-02-06 Thread zenith
*** This bug is a duplicate of bug 178402 *** https://bugs.launchpad.net/bugs/178402 I am experiencing this problem as well, has this issue been reported upstream, provided that Christian Kellner has diagnosed the problem correctly? I'm assuming the Language Selector is a gnome specific

[Bug 185947] Re: Language en_US does not exist; using System default

2008-02-06 Thread Markus Doits
*** This bug is a duplicate of bug 178402 *** https://bugs.launchpad.net/bugs/178402 i hope there'll be a fix around soon, because i'm using a german keyboard. when the error is displayed the keyboard changes to english layout even in preferences / keyboard is written german. i have to add

Re: [Bug 185947] Re: Language en_US does not exist; using System default

2008-02-06 Thread Andrew Conkling
*** This bug is a duplicate of bug 178402 *** https://bugs.launchpad.net/bugs/178402 On Feb 6, 2008 4:44 PM, Markus Doits [EMAIL PROTECTED] wrote: when the error is displayed the keyboard changes to english layout even in preferences / keyboard is written german. i have to add german

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Chris Jones
I see the same thing with en_GB. I note that setting the language from gdm adds en_GB.UTF-8 to my .dmrc, which stops the complaining. This is presumably therefore something from previous installs that is setting the language without the encoding, which the login session then complains about.

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Christian Kellner
Quick status report, after some more investigations: So the error clearly comes from gdm. It is in daemon/slave.c line 3708: --- snip --- if G_UNLIKELY ( ! ve_string_empty (language) ! ve_locale_exists (language)) { char *msg = g_strdup_printf

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Christian Kellner
After reading the docs of g_get_language_names() again where it states that list is sorted from most desirable to least desirable. If the docs dont lie and the logic of g_get_language_names() is not wrong then I think its *not* gdm to blame here but the really the language selector since its

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Christian Kellner
So, after making sure that the setlocale () call behaves identically on gutsy and hardy I moved on and downgraded to the gdm version of gutsy (updates). Which is 2.20.1 and the problem disappeared. So this is totally caused by a change in gdm (2.20.1 - 2.20.3). Looking at the diff didnt reveal

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Pedro Villavicencio
** Changed in: gdm (Ubuntu) Importance: Undecided = Medium Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs) Status: Confirmed = Triaged -- Language en_US does not exist; using System default https://bugs.launchpad.net/bugs/185947 You received this bug notification

[Bug 185947] Re: Language en_US does not exist; using System default

2008-01-29 Thread Christian Kellner
So after some more investigation I *think* I nailed it down to that change: --- snip --- @@ -1585,9 +1585,7 @@ main (int argc, char *argv[]) - if (setlocale (LC_CTYPE, NULL) != NULL) { - gdm_system_locale = g_strdup (setlocale (LC_CTYPE, NULL)); - } +