Package: fcitx
Version: 1:3.4.3-1
Severity: serious
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

This is related to bug 454363, and I set the severity becuase
if I am correct this bug will have the same impact as that one.

That bug states that GTK_IM_MODULE=XIM should be GTK_IM_MODULE=xim,
as gtk does a case-sensitive comparison of the module names. Curious
as to whether it worked for the QT_IM_MODULE=XIM that is in the file
I looked at the QT source and couldn't see anything that made it a
case-insensitive compare.

I therefore think the attached patch it appropriate, but having
someone more knowledgeable in IM and Qt have a look would be good.

Thanks,

James

diff -u fcitx-3.4.3/debian/im-switch/fcitx fcitx-3.4.3/debian/im-switch/fcitx
--- fcitx-3.4.3/debian/im-switch/fcitx
+++ fcitx-3.4.3/debian/im-switch/fcitx
@@ -4,3 +4,3 @@
 GTK_IM_MODULE=xim
-QT_IM_MODULE=XIM
+QT_IM_MODULE=xim
 DEPENDS="fcitx"

Reply via email to