Manjaro安装googlepinyin

装搜狗拼音时,不知道是不是因为本太老装的i686版的系统,总是报错:

error: target not found: fcitx-sogoupinyin

无奈只有投靠googlepinyin了:

pacman -S fcitx-im fcitx-configtool fcitx-googlepinyin

在用户根目录创建一个新文件:

nano ~/.xprofile

内容写:

export LC_ALL=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=“@im=fcitx”

保存,注销再登录,在输入法里面选择 Configure Current Input Method 即可配置快捷键了。


参考文章:
让你在ManjaroLinux下也能只用你喜欢的中文输入法

你可能感兴趣的:(manjaro)