This bug was fixed in the package gnome-initial-setup - 48.0-1ubuntu2 --------------- gnome-initial-setup (48.0-1ubuntu2) plucky; urgency=medium
[ Matthew Hagemann ] * debian/patches/Dynamic-lang-pack-installation-support.patch - Fixed a bug where the GIS user's account was having its locale updated, not the newly created users (LP: #2103385) -- Marco Trevisan (TreviƱo) <ma...@ubuntu.com> Wed, 19 Mar 2025 16:13:21 +0100 ** Changed in: gnome-initial-setup (Ubuntu) Status: New => Fix Released -- 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: Fix Released 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