1. 安装 fcitx + 搜狗拼音
$ su root
$ pacman -S fcitx fcitx-configtool
$ pacman -S fcitx-gtk2 fcitx-gtk3 fcitx-qt4 fcitx-qt5
$ su 用户名
$ yaourt -S fcitx-sogoupinyin
重启
2. 设置
$ su 用户名
$ fcitx-configtool # Fcitx 设置界面
Input Method Configuration - Input Method - 加入 Sogou Pinyin
重启
如果搜狗拼音已经可以用了, 那以下就不需要继续..
$ gedit /home/用户名/.bashrc
或
$ su root
$ gedit /etc/profile
export XIM_PROGRAM=fcitx
export XIM=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
$ source /etc/profile
# 检查错误
$ fcitx-diagnose
没有评论:
发表评论