|
发表于 2005-3-15 16:43:49
|
显示全部楼层
Post by ywowen
the fcitx is running ,i can see the logo on the middle.and i have edit the .bashrc file add three export statement , but it doesn't work, i press ctrl+space to call it. No response! But there is a different, my xinput file is different from KevinChen's .Here it is:
if [-z "$XIM" ]; then
if which fcitx >/dev/null 2>1&;then
XIM="fcitx"
elseif which scim >/dev/null 2>1&; then
XIM="scim"
else
XIM="none"
fi
The program above is part from the xinput file.
Who can help me! thanks a lot!!
=========================================================================================
==========
$su root
#vi /etc/sysconfig/i18n
------------------------------------------------------
#LANG="zh_CN.GB18030"
LANG="zh_CN.GBK"
LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN:zh_CN.GBK"
SUPPORTED="zh_HK.UTF-8:zh_HK:zh:zh_CN.UTF-8:zh_CN:zh:zh_CN.GBK:zh_TW.UTF-8:zh_TW:zh:en_US.UTF-8:en_US:en"
SYSFONT="lat0-sun16"
-----------------------------------
restart Xwindows |
|