Skip to content

user-accounts: Remove implicit language setting when a new user navigating the user panel

The commit targets to remove the behavior of implicit set of the language when the user panel is clicked in g-c-c.

The behavior looks like introduced to partly resolve the bug [0] when the gnome-initial-setup somehow did not set the language correctly. However the gnome-initial-setup is able to handle the language nicely now.

Furthermore, the current user could not see its own language chooser in the g-c-c User panel, instead the Region&Language panel is supposed to do the task. And the Region&Language panel has already got a default locale set [1] [2]. So even if the language is not set in the key file, it is less an issue nowadays than when the issue was originally described in [0].

[0] https://bugzilla.gnome.org/show_bug.cgi?id=737216

[1] https://bugzilla.gnome.org/show_bug.cgi?id=767065

[2] 5e2ed8e7

Edited by Yifan J

Merge request reports