|
|
I have a very bad luck! I use Debian Sid, when I update my fcitx, OYeah, when I use fcitx to input chinese in Kate, Konsole or gedit, all apllications went to crash. Now I install scim, I have done:
apt-get install scim-chinse scim-pinyin scim-uim skim im-switch
and I change my .xsession like this:
LANGUAGE=zh_CN.UTF-8
LANG=zh_CN.UTF-8
LC_ALL=zh_CN.UTF-8
export LANGUAGE LANG LC_ALL
#export XMODIFIERS='@im=fcitx'
export XMODIFIERS='@im=scim'
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
#fcitx &
scim -d &
exec startkde
#exec gnome-session
#exec startxfce4
#killall fcitx
when I restart my KDE, I can see the skim icon in the KPannel, but when I click on it I could't see any chinese input method, and when I pressed Ctrl + Space, I can not input chinese too.
Now I think the problem is that the scim can not call the chinese input method, such as pinyin, who can tell me how to solve the problem ?
:ask |
|