xiazai fcitx.tar.gz
url =链接: http://pan.baidu.com/s/1gfNugyZ 密码: cz3v
[root@localhost 下载]# tar -zxvf centos7_sougou_fcitx.tar.gz [root@localhost 下载]# cd x86_64/ 安装fcitx+sougou [root@localhost x86_64]# yum localinstall *.rpm 修改默认固定输入法 [root@localhost x86_64]# gsettings set org.gnome.settings-daemon.plugins.keyboard active false 在/etc/profile最后增加 [root@localhost x86_64]# vim /etc/profile #sougou fcitx export GTK_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" export QT_IM_MODULE=fcitx [root@localhost x86_64]# source /etc/profile 安装图形输入法选择器 [root@localhost x86_64]# yum install im-chooser选择开机启动的输入法
[root@localhost x86_64]# alternatives --config xinputrc 共有 5 个提供“xinputrc”的程序。 选项 命令 ----------------------------------------------- 1 /etc/X11/xinit/xinput.d/none.conf 2 /etc/X11/xinit/xinput.d/xcompose.conf 3 /etc/X11/xinit/xinput.d/xim.conf *+ 4 /etc/X11/xinit/xinput.d/ibus.conf 5 /etc/X11/xinit/xinput.d/fcitx.conf 按 Enter 保留当前选项[+],或者键入选项编号:5 [root@localhost x86_64]#重启
[root@localhost x86_64]# reboot