|

楼主 |
发表于 2005-10-6 23:51:07
|
显示全部楼层
我切换成中文环境就可以输入中文了,那如何在英文环境下使用呢?
Post by amumu
Hi,
I have installed fcitx, and can start it from the console successfully (no error messages reported, and toolbar appeared), and set the related env vars:
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
And create link "/usr/bin/chinput" to fcitx.
But if I tried Ctrl+Space, nothing happen and I can't input Chinese yet.
Is there anyone can help me on it?
My Linux is RedHat 9, and WDM is FVWM.
通过修改/etc/sysconfig/i18n,如下:
MYLOCALE="zh_CN.GB2312"
LANG=$MYLOCALE
LC_CTYPE=$MYLOCALE
LANGUAGE=$MYLOCALE
LC_ALL=$MYLOCALE
SUPPORTED="zh_CN.GB2312:zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en_US:en"
SYSFONT="latarcyrheb-sun16"
就可以输入中文了,可是如果修改成“en_US.UTF-8”则不行的,是不是fcitx不能在英文环境下使用? |
|