|
When I type "fcitx" in the terminal, the fcitx bar appears, but the
last square is gray, Ctr+space can not get the input box.
My system is Debian Sarge 3.1, the .bashrc is :
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
export LC_CTYPE="zh_CN"
export LC_ALL="zh_CN.gbk"
export LANG="en_US"
export LANGUAGE="en_US:en_GB:en"
and the locale seems have some problem(I installed the English version):
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US
LC_CTYPE="zh_CN.gbk"
LC_NUMERIC="zh_CN.gbk"
LC_TIME="zh_CN.gbk"
LC_COLLATE="zh_CN.gbk"
LC_MONETARY="zh_CN.gbk"
LC_MESSAGES="zh_CN.gbk"
LC_PAPER="zh_CN.gbk"
LC_NAME="zh_CN.gbk"
LC_ADDRESS="zh_CN.gbk"
LC_TELEPHONE="zh_CN.gbk"
LC_MEASUREMENT="zh_CN.gbk"
LC_IDENTIFICATION="zh_CN.gbk"
LC_ALL=zh_CN.gbk
I have tried lots of methods in this BBS, Anybody can give some advices? |
|