Bug 853678
| Summary: | input method doesn't turn back to XKB engines in xterm. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sangu <sangu.fedora> |
| Component: | gnome-settings-daemon | Assignee: | Bastien Nocera <bnocera> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | bnocera, i18n-bugs, mkasik, rstrode, shawn.p.huang, tfujiwar, tiagomatos |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | gnome-settings-daemon-3.5.91-1.fc18.x86_64 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-09-09 02:13:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
sangu
2012-09-02 05:43:48 UTC
(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. |