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 Desktop
Packages, which is subscribed to gnome-initial-setup in Ubuntu.
https://bugs.launchpad.net/bugs/2103385

Title:
  Account language incorectly set on summary page

Status in gnome-initial-setup package in Ubuntu:
  New

Bug description:
  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

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to