|
Bugzilla – Full Text Bug Listing |
| Summary: | input method module support in qt-4.0.1 doesn't work. | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Zhe Su <zsu> |
| Component: | KDE | Assignee: | E-mail List <kde-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Patch to fix input method plugin issue in qt-4.0.1. | ||
Created attachment 49780 [details]
Patch to fix input method plugin issue in qt-4.0.1.
talking with upstream.. added patch for now. |
The qt 4.0.1 package in 10.0 doesn't include input method module support. There are several issues: 1. inputmethod plugin src/plugins/inputmethods/imsw-multi/ has two bugs. patch will be attached. 2. src/plugins/inputmethods/imsw-multi/ won't be built by default. I don't know why. Looking at the content of src/plugins/plugins.pro: TEMPLATE = subdirs dll|shared { SUBDIRS *= accessible codecs imageformats sqldrivers embedded:SUBDIRS *= gfxdrivers decorations x11:SUBDIRS *= inputmethods } It seems that x11: prefix doesn't work at all. We need make and install this directory manually.