#633720 gnome-terminal have no responds when typing the Chinese Characters

Package:
libgtk-3-0
Source:
gtk+3.0
Description:
GTK graphical user interface library
Submitter:
wolf python london
Date:
2011-10-29 08:39:04 UTC
Severity:
important
#633720#5
Date:
2011-07-13 06:51:44 UTC
From:
To:
After upgrading my Wheezy , gnome-terminal doesn't work fine. When I
try to type some commands including some Chinese Characters
gnome-terminal get frozen and have no responds , for example:
wolf@debian:~$ cd 桌面
when I type the 桌面(two chinese characters , which is Destkop in
english ), press the Enter key to try to execute the command , it has
no response .
And the gnome-terminal cannot be used , I have to kill it manually.
This affects the vim(not the gvim) too.When I want to edit a souce
code of LaTeX,
it's just like a nightmare, sometimes it gets frozen and  I cannot
type in any chinese characters.

I have try other terminal ,such as xfce4-terminal , konsole and mlterm
, they all works fine.

I'm using Wheezy , kernel 2.6.39-2-686-pae. The Input Method is fcitx 4.0.1-6
wolf@debian:~$ locale
LANG=zh_CN.UTF-8
LANGUAGE=
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=

#633720#10
Date:
2011-07-13 09:16:15 UTC
From:
To:
reassign 633720 fcitx
thanks

Le mercredi 13 juillet 2011 à 14:51 +0800, wolf python london a écrit :

Most likely an input method without GTK3 support.

Cheers,

#633720#19
Date:
2011-07-13 09:31:30 UTC
From:
To:
reassign 633720 libgtk-3-0
thanks

Josselin Mouette wrote:

This is not an input method problem, fcitx 3.x and 4.0.x only support
XIM, and GTK should always support XIM as well. The problem here is the
current version of libgtk-3-0 in Debian does not contain the fix about
it. This commit does help:

http://git.gnome.org/browse/gtk+/commit/?id=d3274e8e0619bad02a7fa31874943707dc209fc8

And FYI, GTK2/3 IM module support in fcitx is WIP in upstream trunk, and
will be released with 4.1.x.

#633720#30
Date:
2011-10-29 08:36:27 UTC
From:
To:
Is it the same problem of GTK_IM_MODULE vs GTK3_IM_MODULE ?