GNOME Bugzilla – Bug 699189
status/keyboard: Stop destroying the IBusBus object
Last modified: 2013-05-13 22:35:54 UTC
If the ibus-daemon is restarted, key events get lost inside the gtk+ IM module on the shell's StIMText instances. This patch fixes that.
Created attachment 242762 [details] [review] status/keyboard: Stop destroying the IBusBus object This is a singleton object inside libibus which means that if we destroy it (e.g. because ibus-daemon got restarted) then, other library users, like the ibus gtk+ IM module that we also use in-process, will break.
I confirmed the patch fixes the problem.
Review of attachment 242762 [details] [review]: OK
Attachment 242762 [details] pushed as ff2e44d - status/keyboard: Stop destroying the IBusBus object