Bug#664201: [Pkg-ime-devel] Bug#664201: ibus: wrong environment variable

2012-03-17 Thread Aron Xu
Sorry I don't understand what's the problem: $ env | grep GTK GTK_IM_MODULE=fcitx $ env | grep QT QT4_IM_MODULE=fcitx And even if QT*_IM_MODULE aren't exported, why it's a bug in ibus/fcitx? -- Regards, Aron Xu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#664201: [Pkg-ime-devel] Bug#664201: Bug#664201: ibus: wrong environment variable

2012-03-17 Thread Osamu Aoki
On Sat, Mar 17, 2012 at 03:41:56PM +0800, Aron Xu wrote: Sorry I don't understand what's the problem: $ env | grep GTK GTK_IM_MODULE=fcitx $ env | grep QT QT4_IM_MODULE=fcitx And even if QT*_IM_MODULE aren't exported, why it's a bug in ibus/fcitx? Well they are bugs if the hook

Bug#664201: [Pkg-ime-devel] Bug#664201: Bug#664201: ibus: wrong environment variable

2012-03-17 Thread Aron Xu
On Sat, Mar 17, 2012 at 23:22, Osamu Aoki os...@debian.org wrote: Well they are bugs if the hook script provided for im-swich by these packages does not work with the existing im-switch implimentation. im-switch was created before QT4 and it uses QT_IM_MODULE only. Exporting of

Bug#664201: ibus: wrong environment variable

2012-03-16 Thread AWASHIRO Ikuya
Package: ibus Version: 1.4.1-1 Severity: normal Environment variable QT4_IM_MODULE which is in /etc/X11/xinit/xinput.d/ibus is wrong. Please set correct environment variable QT_IM_MODULE instead. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500,

Bug#664201: ibus: wrong environment variable

2012-03-16 Thread Osamu Aoki
On Fri, Mar 16, 2012 at 11:37:25PM +0900, AWASHIRO Ikuya wrote: Package: ibus Version: 1.4.1-1 Severity: normal Environment variable QT4_IM_MODULE which is in /etc/X11/xinit/xinput.d/ibus is wrong. Please set correct environment variable QT_IM_MODULE instead. Can you elaborate why you

Bug#664201: ibus: wrong environment variable

2012-03-16 Thread Osamu Aoki
Hi Awashiro-san, I did some check on QT4 source code. (qt4-x11-4.7.4) $ grep -r QT.*_IM_MODULE * inputmethods/imsw-multi/qmultiinputcontext.cpp:QString def = QLatin1String(getenv(QT4_IM_MODULE)); inputmethods/imsw-multi/qmultiinputcontext.cpp:def =

Bug#664201: [Pkg-ime-devel] Bug#664201: ibus: wrong environment variable

2012-03-16 Thread AWASHIRO Ikuya
On Sat, 17 Mar 2012 01:58:09 +0900 Osamu Aoki os...@debian.org wrote: Can you elaborate why you are telling me this style is wrong? (You may be right but in order for me to change, I need some reference information.) I notice that: ikuya@DebianSid:~$ dpkg -l|grep ibus-qt ii ibus-qt4

Bug#664201: [Pkg-ime-devel] Bug#664201: ibus: wrong environment variable

2012-03-16 Thread Osamu Aoki
Hi, On Sat, Mar 17, 2012 at 08:19:32AM +0900, AWASHIRO Ikuya wrote: On Sat, 17 Mar 2012 01:58:09 +0900 Osamu Aoki os...@debian.org wrote: Can you elaborate why you are telling me this style is wrong? (You may be right but in order for me to change, I need some reference information.)

Bug#664201: [Pkg-ime-devel] Bug#664201: ibus: wrong environment variable

2012-03-16 Thread Osamu Aoki
Hi, (Aron: See http://bugs.debian.org/664201) On Sat, Mar 17, 2012 at 08:19:32AM +0900, AWASHIRO Ikuya wrote: Installed ibus-qt4 and im-switch. ikuya@DebianSid:~$ env|grep GTK GTK_IM_MODULE=ibus GTK_IM_MODULE is fine. ikuya@DebianSid:~$ env|grep QT ikuya@DebianSid:~$ QT4_IM_MODULE