|
昨天,安装了FC4 今天上午下载了fcitx-3.5版的。。。
==================
安装的时候没有按照默认的路径安装的,我安装到了 /opt,因为我想统一管理安装的软件
[root@localhost beinan]# tar jxvf fcitx-3.5.tar.bz2
[root@localhost beinan]# cd fcitx-3.5
[root@localhost fcitx-3.5]# ./configure --prefix=/opt/fcitx-3.5
[root@localhost fcitx-3.5]# make
[root@localhost fcitx-3.5]# make install
以后步骤一切顺利,我参照网上的配置说明,配置如下:
在$HOME下新建文件夹.xinput.d,在这个文件夹下新建文件,zh_CN,内容为:
XIM=fcitx
XIM_PROGRAM=fcitx
GTK_IM_MODULE=fcitx
XMODIFIERS="@im=fcitx"
gnome-im-settings-daemon >/dev/null
修改~/.bashrc文件,添加内容:
export LC_CTYPE="zh_CN"
export XMODIFIERS="@im=fcitx"
================
因为我不想把软件安装到/usr/local/ 所以安装的时候把它装到了/opt下面了
也按照网上的配置后,启动X 但输入法却怎么也调不出来!现在就连以前系统自带的都没有了啊!!郁闷
请问该怎么办啊!! |
|