manjaro最新搜狗输入法安装教程

先装yaourt,或者yay也行,以yaourt为例,:

1,sudo pacman -S yaourt
2,sudo yaourt -S fcitx-sogoupinyin fcitx-configtool fcitx-im
3, sudo pacman -U https://arch-archive.tuna.tsinghua.edu.cn/2019/04-29/community/os/x86_64/fcitx-qt4-4.2.9.6-1-x86_64.pkg.tar.xz
4, sudo nano /etc/environment
5, 在文件末尾写入以下三行:
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS="@im=fcitx"
ctrl+x,在y保存,然后重启系统。

猜你喜欢

转载自www.cnblogs.com/MuZiShiYe/p/11717338.html