After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699189 - status/keyboard: Stop destroying the IBusBus object
status/keyboard: Stop destroying the IBusBus object
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-04-29 00:29 UTC by Rui Matos
Modified: 2013-05-13 22:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
status/keyboard: Stop destroying the IBusBus object (4.00 KB, patch)
2013-04-29 00:29 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2013-04-29 00:29:02 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.
Comment 1 Rui Matos 2013-04-29 00:29:05 UTC
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.
Comment 2 Takao Fujiwara 2013-05-01 06:59:25 UTC
I confirmed the patch fixes the problem.
Comment 3 Florian Müllner 2013-05-13 21:58:48 UTC
Review of attachment 242762 [details] [review]:

OK
Comment 4 Rui Matos 2013-05-13 22:35:50 UTC
Attachment 242762 [details] pushed as ff2e44d - status/keyboard: Stop destroying the IBusBus object