Debian下安装fcitx输入法
时间:2007-01-30 来源:shiyaowen
简单安装
Debian下安装 fcitx
# apt-get -y install fcitx
然后新建文件 /etc/X11/Xsession.d/95im-launch
在里面写入
export XMODIFIERS=@im=fcitx
fcitx
不用修改其他任何文件的
进入 X 会自动启动 fcitx
详细安装
1).apt-get install fcitx
2).vi /etc/X11/Xsession.d/95xinput
export XIM=fcitx
export XIM_PROGRAM=fcitx
export XMODIFIERS="@im=fcitx"
export GTK_IM_MODULE=fcitx
export LANG='zh_CN.gbk' LC_ALL='zh_CN.gbk'
fcitx &
相关阅读 更多 +
排行榜 更多 +