Bugzilla – Bug 116778
input method module support in qt-4.0.1 doesn't work.
Last modified: 2007-07-12 10:16:43 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.
Created attachment 49780 [details] Patch to fix input method plugin issue in qt-4.0.1.
talking with upstream..
added patch for now.