Your message dated Sat, 22 Nov 2008 01:12:18 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Re: fcitx: QT_IM_MODULE=XIM does not work
has caused the Debian Bug report #506443,
regarding fcitx: QT_IM_MODULE=XIM does not work
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
506443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506443
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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"
--- End Message ---
--- Begin Message ---
Hi,
A user confirmed that KDE works fine with fcitx, so I am
closing this bug, sorry for the noise.
Thanks,
James
--- End Message ---