Description of problem: input method doesn't change in xterm Version-Release number of selected component (if applicable): 1.4.99.20120822-1.fc18.x86_64 How reproducible: always Steps to Reproduce: 1. open xterm ( XMODIFIERS=@im=ibus xterm ) 2. ctrl + space 3. Actual results: Expected results: Additional info: xterm-278-2.fc18.x86_64 ibus-hangul-1.4.1-5.fc18.x86_64
(In reply to comment #0) > Steps to Reproduce: > 1. open xterm ( XMODIFIERS=@im=ibus xterm ) > 2. ctrl + space > 3. I cannot reproduce your problem after XMODIFIERS=@im=ibus is exported.
current state 1. Open xterm 2. Input some char (rk) 가 3. ctrl+space (switch input method) 4 .Input some char (rk) 가 No Change, Only Hangul
OK, I understood. gnome-settings-daemon can switch to ibus non-xkb engines but cannot switch to ibus xkb engines in X11 because 'gtk-im-context-simple' is not used in X11. I'd think it's better for gnome-settings-daemon to always use ibus instead of gtk-im-context-simple.
Should be fixed when these patches land upstream: https://bugzilla.gnome.org/show_bug.cgi?id=680313
(In reply to comment #4) > Should be fixed when these patches land upstream: > > https://bugzilla.gnome.org/show_bug.cgi?id=680313 I confirmed the fix resolves this problem.