|
Bugzilla – Full Text Bug Listing |
| Summary: | Fix a keyboard layout related bug in scim-qtimm. | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Zhe Su <zsu> |
| Component: | KDE | Assignee: | Mike Fabian <mfabian> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Fixed package submitted to STABLE. I hope it will still be included in RC2. Closing as FIXED. |
This bug prevents the keyboard layout setting being taken effect. Please apply the following patch to scim-qtimm: --- src/qsciminputcontext.cpp.old 2005-09-10 02:01:59.000000000 +0800 +++ src/qsciminputcontext.cpp 2005-09-10 02:02:13.000000000 +0800 @@ -714,6 +714,7 @@ scimkey = scim_x11_keyevent_x11_to_scim(global.display, xkey); scimkey.mask &= global.valid_key_mask; + scimkey.layout = global.keyboard_layout; return filterScimEvent(scimkey); }