|
我是按以下方法进行的:
一、下载FCITX稳定版本,我下载的是这个版本http://www.fcitx.org/download/fcitx-3.4.tar.bz2
二、放到tmp下面,tar jxvf fcitx-3.4.tar.bz2
[root@localhost tmp]# cd fcitx-3.4
[root@localhost fcitx-3.4]# ./configure
[root@localhost fcitx-3.4]# make
[root@localhost fcitx-3.4]# make install
三、这就安装完了,下面的一步就是配置下zh_CN文件。这个文件在 /etc/X11/xinit/xinput.d/然后把里面的内容改成:
XIM=fcitx
XIM_PROGRAM=fcitx
GTK_IM_MODULE=fcitx
gnome-im-settings-daemon >/dev/null
四、注销X-windows重启。
目前的问题是:
在X-windows下按Control+空格键无法调出fcitx,但手动运行fcitx可以看到fcitx输入法从屏幕瞬间闪过,\但依旧无法使用fcitx输入法输入. |
|