|
|
发表于 2005-5-12 01:09:49
|
显示全部楼层
你说CTRL_空格可以改变FCITX的状态,是指什么意思?上面的输入法名称变成蓝色了?
如果是这样,说明已经接近成功了。
不能输入可能是您在其它地方也修改到locale值,想想,如果有,将它们去掉
Post by rawbean
I followed this method...
then changed
----------------------------------------------------------------------------
/etc/profile.d/lang.sh
#!/bin/sh
# Set the system locale. (no, we don't have a menu for this ;-)
# For a list of locales which are supported by this machine, type:
# locale -a
# en_US is the Slackware default locale:
#export LANG=en_US
export LANG=zh_CN.gbk
---------------------------------------------------------------------------
然后再改加 ~/.bashrc 的内容。 如果没有,创建一下。
内容如下:
alias ls="ls --color"
export PS1="[\u@\h \W]\\$"
export LANG=zh_CN.gbk
export XMODIFIERS="@im=fcitx"
-------------------------------------------------------------------------------
done this...[Ctrl]+Blank can change the Fcitx's model...but under pingyin model,I can not type any symbol.......
----------------------------------------------------- |
|