|
发表于 2003-5-3 22:27:27
|
显示全部楼层
[quote:de3024bf09="yangyangyyy"]hi llc:
I couldn't start chinput, here's the necessary info: my system is RH 9 with Xfree 86 4.3 + Gnome 2.2, chinput starts ok, but just can't call out with ctrl+space, same with fcitx
(sorry for the English, I dont' have input method now :-( )
thanks!
yangyangyyy
(1)Chinput Version 3.0.2 -- XIM Server
Distributed under the terms of the GNU General Public License (GPL)
Following charsets:
0: -Sony-Fixed-Medium-R-Normal--16-120-100-100-C-80-ISO8859-1
1: -misc-zysong18030-medium-r-normal--0-0-0-0-c-0-gb2312.1980-0
Chinput ................................................[OK]
(2)
declare -x XMODIFIERS="@im=Chinput"
(3)
LANG=zh_CN.GB2312
LC_CTYPE="zh_CN.GB2312"
LC_NUMERIC="zh_CN.GB2312"
LC_TIME="zh_CN.GB2312"
LC_COLLATE="zh_CN.GB2312"
LC_MONETARY="zh_CN.GB2312"
LC_MESSAGES="zh_CN.GB2312"
LC_PAPER="zh_CN.GB2312"
LC_NAME="zh_CN.GB2312"
LC_ADDRESS="zh_CN.GB2312"
LC_TELEPHONE="zh_CN.GB2312"
LC_MEASUREMENT="zh_CN.GB2312"
LC_IDENTIFICATION="zh_CN.GB2312"
LC_ALL=[/quote]
就这信息看并没有不对劲的地方,真的无法呼出输入法?
或者你编辑~/.i18n,内容为:
LANG=zh_CN.GB18030
LC_ALL=zh_CN.GB18030
然后注销一下试试 |
|