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 658420 - gnome-shell StIMText could set use_preedit to FALSE
gnome-shell StIMText could set use_preedit to FALSE
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: st
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-07 00:45 UTC by Takao Fujiwara
Modified: 2012-09-23 11:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for st-im-text.c (808 bytes, patch)
2011-09-07 00:47 UTC, Takao Fujiwara
none Details | Review

Description Takao Fujiwara 2011-09-07 00:45:57 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.
Comment 1 Takao Fujiwara 2011-09-07 00:47:08 UTC
Created attachment 195837 [details] [review]
Patch for st-im-text.c

I attached the patch.
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-06-01 11:32:53 UTC
We'd need a lot more than this to support shell-native pre-edit.

Closing because native IBus integration is happening.
Comment 3 Bastien Nocera 2012-06-01 11:54:16 UTC
Still needed.
Comment 4 Owen Taylor 2012-06-04 16:12:58 UTC
To be clear, what we really need is preedit support in ClutterText
Comment 5 Daiki Ueno 2012-08-22 09:13:37 UTC
(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.
Comment 6 Rui Matos 2012-09-23 11:39:19 UTC
This is "fixed" now.