Bug 116778

Summary: input method module support in qt-4.0.1 doesn't work.
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Zhe Su <zsu>
Component: KDEAssignee: 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.

Description Zhe Su 2005-09-13 14:49:22 UTC
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.
Comment 1 Zhe Su 2005-09-13 14:54:12 UTC
Created attachment 49780 [details]
Patch to fix input method plugin issue in qt-4.0.1.
Comment 2 Dirk Mueller 2005-09-13 15:30:00 UTC
talking with upstream.. 
Comment 3 Dirk Mueller 2005-09-17 13:43:40 UTC
added patch for now.