GNOME Bugzilla – Bug 658420
gnome-shell StIMText could set use_preedit to FALSE
Last modified: 2012-09-23 11:39:19 UTC
Reading the header of gnome-shell/src/st/st-im-text.c, it seems StIMText does not support preedit. I'd think StIMText calls gtk_im_context_set_use_preedit so that input method knows the application doesn't not support preedit and launches their own preedit.
Created attachment 195837 [details] [review] Patch for st-im-text.c I attached the patch.
We'd need a lot more than this to support shell-native pre-edit. Closing because native IBus integration is happening.
Still needed.
To be clear, what we really need is preedit support in ClutterText
(In reply to comment #4) > To be clear, what we really need is preedit support in ClutterText Is there any feature lacking in clutter_text_set_preedit_string? I just tried it a bit and it seems to work on the shell search box with ibus-anthy. Patch attached to bug 664041.
This is "fixed" now.