Bug 116778 - input method module support in qt-4.0.1 doesn't work.
Summary: input method module support in qt-4.0.1 doesn't work.
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: KDE (show other bugs)
Version: RC 2
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 14:49 UTC by Zhe Su
Modified: 2007-07-12 10:16 UTC (History)
0 users

See Also:
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. (2.08 KB, patch)
2005-09-13 14:54 UTC, Zhe Su
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.