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 641896 - gnome-shell does not forward GDK_KEY_PRESS to clutter_event_put
gnome-shell does not forward GDK_KEY_PRESS to clutter_event_put
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-09 05:08 UTC by Takao Fujiwara
Modified: 2011-02-09 17:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for gnome-shell-plugin.c (1.20 KB, patch)
2011-02-09 05:09 UTC, Takao Fujiwara
none Details | Review
Patch for gnome-shell-plugin.c (1.20 KB, patch)
2011-02-09 05:11 UTC, Takao Fujiwara
committed Details | Review

Description Takao Fujiwara 2011-02-09 05:08:03 UTC
IBus uses gdk_event_put() to forward the key events in the GTK IM client.
But currently gnome-shell search box doesn't show any chars.

It seems there is a typo in gnome_shell_gdk_event_handler().
Comment 1 Takao Fujiwara 2011-02-09 05:09:34 UTC
Created attachment 180437 [details] [review]
Patch for gnome-shell-plugin.c

If I applied the attached patch, gnome-shell search box could show the typed chars with ibus.
Comment 2 Takao Fujiwara 2011-02-09 05:11:15 UTC
Created attachment 180438 [details] [review]
Patch for gnome-shell-plugin.c

Attached the correct file again.
Comment 3 Owen Taylor 2011-02-09 17:03:22 UTC
Oops. Thanks for catch that mistake! Pushed with a rewritten commit message.