[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2018-05-03 Thread Bug Watch Updater
** Changed in: gtk Status: Confirmed => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1598295 Title: $GTK_IM_MODULE ignored after upgrade Status in GTK+:

[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2018-02-11 Thread Bug Watch Updater
** Changed in: gtk Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1598295 Title: $GTK_IM_MODULE ignored after upgrade Status in

[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2018-02-10 Thread Bug Watch Updater
** Changed in: gtk Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1598295 Title: $GTK_IM_MODULE ignored after upgrade Status in

[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-09 Thread Constantine
Okay, so — in short — the problem was that the command `/usr/lib/x86_64 -linux-gnu/libgtk-3-0/gtk-query-immodules-3.0 --update-cache` wasn't run upon distro upgrade. Actually, I'm not sure if it's a distro bug or not, because in my case the distro-upgrade came not quite fine. I was having a PPA

[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-04 Thread Bug Watch Updater
** Changed in: gtk Status: Unknown => Confirmed ** Changed in: gtk Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1598295 Title:

[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-04 Thread Sebastien Bacher
** Changed in: gtk+3.0 (Ubuntu) Status: New => Triaged ** Also affects: gtk via https://bugzilla.gnome.org/show_bug.cgi?id=768412 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-04 Thread Constantine
Reported the bug here https://bugzilla.gnome.org/show_bug.cgi?id=768412 ** Bug watch added: GNOME Bug Tracker #768412 https://bugzilla.gnome.org/show_bug.cgi?id=768412 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-04 Thread Constantine
Okay, I'll report it as I can. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1598295 Title: $GTK_IM_MODULE ignored after upgrade Status in gtk+3.0 package in Ubuntu:

[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-04 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at

[Touch-packages] [Bug 1598295] Re: $GTK_IM_MODULE ignored after upgrade

2016-07-03 Thread Constantine
Okay, this is definitely GTK3 bug. I tried to debug GTK3, and found that in gtkimmodule.c it tries to lookup "xim" in some «contexts_hash» found = g_hash_table_lookup_extended (contexts_hash, *immodules_list, (gpointer *) _id, NULL); It