Bug 167690
Summary: | Mini-commander is no response to keyboard when using scim | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Qingyu Wang <nobody+qwang> |
Component: | libX11 | Assignee: | X/OpenGL Maintenance List <xgl-maint> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | eng-i18n-bugs, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-01-27 11:18:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 150221, 167798 |
Description
Qingyu Wang
2005-09-07 08:47:36 UTC
Version-Release number of selected component: scim-1.4.2-0 Thanks Qingyu for the report. Jens will look into this bug. The next logical step is to rebuild xorg-x11 using that patch and test if it works. I can't reproduce this in FC devel. I tested a little more: So with gtk immodule, I can input ascii when scim is turned off and on. When I switch to xim I can still input until turning on scim, when input is locked until I turn it off from the scim menu again. With more test I find this bug happens when I unset the env variable GTK_IM_MODULE=scim. But with this variable setting, there is still a similar bug. In the Mini-Commander, scim can't be invoked and deactivated by [Ctrl]+[Space] but just can be invoked by mouse from menu. And once I invoke scim in the "Mini-Commander" I can't input Chinese with scim. I can just input English letters. Moving to FC5Target since only happens under xim which is not used for the gnome-panel. Reassigning to libX11 owner based on upstream bug in original report. The bug was fixed in CVS head, in March 2005, so it should be present in X11R7, which is in rawhide now. ------- Additional comment #7 from Alan Coopersmith on 2005-03-07 18:54 [reply] ------- Patch makes sense to me, so I went ahead and committed it to head: CVSROOT: /cvs/xorg Module name: xc Changes by: alanc.org 05/03/07 18:53:36 Log message: 2005-03-07 Alan Coopersmith <alan.coopersmith> * xc/lib/X11/imEvToWire.c: Bugzilla Bug 2006 (https://bugs.freedesktop.org/show_bug.cgi?id=2006) Patch #2031 (https://bugs.freedesktop.org/attachment.cgi?id=2031) XEmbed client doesn't receive key events from XIM: Use | to set a bit, not &. Patch by Hidetoshi Tajima <hidetoshi.tajima>. Modified files: ./: ChangeLog xc/lib/X11/: imEvToWire.c Revision Changes Path 1.803 +9 -1 xc/ChangeLog 1.3 +1 -1 xc/lib/X11/imEvToWire.c |