Hi seb128,

It seems that this bug occur from 3.26.1-0ubuntu2 for bug #1719938.

In debian/patches/ubuntu_ibus_configs.patch:

---
         if (g_variant_n_children (sources) < 1)
                 get_sources_from_xkb_config (manager);
+                add_ibus_sources_from_locale (settings);  <- it will be called 
each boot time.
         g_variant_unref (sources);
---

add_ibus_sources_from_locale() must be called only at first time (ie. sources 
is empty).
---
-        if (g_variant_n_children (sources) < 1)
+        if (g_variant_n_children (sources) < 1) {
                 get_sources_from_xkb_config (manager);
+                add_ibus_sources_from_locale (settings);
+        }
         g_variant_unref (sources);
---

Could you confirm this problem?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1723358

Title:
  gnome-settings-daemon duplicate input-sources each login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-jp-improvement/+bug/1723358/+subscriptions

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

Reply via email to