manjaro 安装搜狗拼音输入法

 1。安装fcitx

sudo pacman -S fcitx
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-gtk2 fcitx-gtk3
sudo pacman -S fcitx-qt4 fcitx-qt5
sudo pacman -S fcitx-sogoupinyin

2。添加输入法配置文件

sudo nano ~/.xprofile

3。在.xprofile中添加配置

 export GTK_IM_MODULE=fcitx
 export QT_IM_MODULE=fcitx
 export XMODIFIERS="@im=fcitx"

4。重启系统

reboot

 

你可能感兴趣的:(系统,manjaro,sogoupinyin,搜狗拼音)