Public bug reported:

Plucky bug:

The summary page current runs the following code after language packs
are installed:

```````````````````````````````````````````````````
  if (act_user_is_loaded (user))
    act_user_set_language (user, locale);
  else
    g_signal_connect (user,
                      "notify::is-loaded",
                      G_CALLBACK (user_loaded),
                      g_strdup (locale));
``````````````````````````````````````````````````

This is setting the gnome-initial-setup users account language, not that
of the newly created user

** Affects: gnome-initial-setup (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103385

Title:
  Account language incorectly set on summary page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/2103385/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to