[immodule-qt] Do you know how to use these plugins? (was: UimQt version 0.1.7)

Mamoru KOMACHI usata at sodan.ecc.u-tokyo.ac.jp
Sun Sep 5 15:17:25 EEST 2004


Hi all,

At Sun, 05 Sep 2004 18:55:38 +0900,
I wrote:

> uim-qt-0.1.7 doesn't work here. (I cannot switch it by imsw-multi nor
> set immodule by QT_IM_MODULE. I see no debugging message from uim-qt
> when I start edittest programme) libquiminputcontextplugin.so seems
> to be installed to the right place.
> 
> I'm running
> 
> - Gentoo Linux 1.4
> - Qt 3.3.2 with qt-x11-immodule-unified-qt3.3.3-20040819.diff.gz
> - uim 0.4.3
> 
> quiminputcontextplugin of uim r1105 works fine, though. I'll upgrade
> Qt to 3.3.3 and see if the problem goes away.

Same with Qt 3.3.3. I missed the error message last time (it was buried
in scim-qtimm debug messages). It says:


king% QT_IM_MODULE=uim-anthy ./edittest
Xlib:  extension "XInputExtension" missing on display "localhost:11.0".
Failed to get list of devices
Conflict in /usr/qt/3/plugins/inputmethods/libquiminputcontextplugin.so:
  Plugin uses single threaded Qt library!


so I need the following patch to get uim-qt to work properly as Qt
3.3.{2,3} on Gentoo are compiled with "./configure -sm -thread -stl
-system-libjpeg -verbose -largefile \ -qt-imgfmt-{jpeg,mng,png}
-tablet -system-libmng \ -system-libpng -lpthread -xft -platform
${PLATFORM} -xplatform \ ${PLATFORM} -xrender -prefix ${QTBASE} -fast
${myconf} \ -dlopen-opengl".

Any comments?

--
Mamoru KOMACHI <usata at sodan.ecc.u-tokyo.ac.jp>

-------------- next part --------------
--- quiminputcontextplugin.pro.orig	2004-09-05 10:19:56.000000000 +0900
+++ quiminputcontextplugin.pro	2004-09-05 21:04:28.000000000 +0900
@@ -4,7 +4,7 @@
 
 TEMPLATE = lib
 INCLUDEPATH += . /usr/local/include/uim
-CONFIG += qt plugin
+CONFIG += qt plugin thread
 LIBS += -luim
 DEFINES += 
 


More information about the immodule-qt mailing list