#760069 gnome-control-center: Language settings for login screen are globally used for all users

Package:
gnome-control-center
Source:
gnome-control-center
Description:
utilities to configure the GNOME desktop
Submitter:
Henri Schumacher
Date:
2014-08-31 14:33:11 UTC
Severity:
normal
#760069#5
Date:
2014-08-31 13:25:31 UTC
From:
To:
Dear Maintainer,

  * What led up to the situation?

Selecting another user specific language then the language for the login screen
in the region panel.

    * What was the outcome of this action?

No changes. The language of all users is the same as the login screen language.
When I change the login screen language, the language for all users changes to
this language.
I can only change the region formats like date per user with the Format option.

   * What outcome did you expect instead?

After logging in the next time the desktop should appear in the language the
user had chosen.
Until Gnome 3.8 the behavior was like this. the bug appeared in Gnome 3.12.

#760069#10
Date:
2014-08-31 14:30:00 UTC
From:
To:
The output of locale in the different cases:

USER:
Language: Englisch (United States)
Formats: United States
LOGIN SCREEN:
Language: Englisch (United States)
Formats: United States

pacha@xibalba:~$ locale
LANG=en_US.utf8
LANGUAGE=
LC_CTYPE="en_US.utf8"
LC_NUMERIC=en_US.utf8
LC_TIME=en_US.utf8
LC_COLLATE="en_US.utf8"
LC_MONETARY=en_US.utf8
LC_MESSAGES="en_US.utf8"
LC_PAPER=en_US.utf8
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT=en_US.utf8
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=


USER:
Language: Deutsch
Formats: United States
LOGIN SCREEN:
Language: Englisch (United States)
Formats: United States

pacha@xibalba:~$ locale
LANG=en_US.utf8
LANGUAGE=
LC_CTYPE="en_US.utf8"
LC_NUMERIC=en_US.utf8
LC_TIME=en_US.utf8
LC_COLLATE="en_US.utf8"
LC_MONETARY=en_US.utf8
LC_MESSAGES="en_US.utf8"
LC_PAPER=en_US.utf8
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT=en_US.utf8
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=


USER:
Language: Deutsch
Formats: Deutschland
LOGIN SCREEN:
Language: Englisch (United States)
Formats: United States

pacha@xibalba:~$ locale
LANG=en_US.utf8
LANGUAGE=
LC_CTYPE="en_US.utf8"
LC_NUMERIC=de_DE.utf8
LC_TIME=de_DE.utf8
LC_COLLATE="en_US.utf8"
LC_MONETARY=de_DE.utf8
LC_MESSAGES="en_US.utf8"
LC_PAPER=de_DE.utf8
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT=de_DE.utf8
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=


USER:
Language: Englisch (United States)
Formats: United States
LOGIN SCREEN:
Language: Deutsch
Formats: Deutschland

pacha@xibalba:~$ locale
LANG=de_DE.utf8
LANGUAGE=
LC_CTYPE="de_DE.utf8"
LC_NUMERIC=en_US.utf8
LC_TIME=en_US.utf8
LC_COLLATE="de_DE.utf8"
LC_MONETARY=en_US.utf8
LC_MESSAGES="de_DE.utf8"
LC_PAPER=en_US.utf8
LC_NAME="de_DE.utf8"
LC_ADDRESS="de_DE.utf8"
LC_TELEPHONE="de_DE.utf8"
LC_MEASUREMENT=en_US.utf8
LC_IDENTIFICATION="de_DE.utf8"
LC_ALL=