美文网首页Linux手记
Manjaro KDE装拼音输入法

Manjaro KDE装拼音输入法

作者: Tony__Hu | 来源:发表于2018-02-11 00:33 被阅读0次

用的Manjaro17.1.2 KDE,拼音输入用的fcitx
大概大部分distro都能用吧

步骤:
pacman -S fcitx-im
pacman -S fcitx-configtool 图形化配置工具
pacman -S fcitx-sunpinyin(或者pinyin/googlepinyin等等)
设置环境变量
~/.xprofile
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

reboot
OK~

装搜狗拼音用 yaourt fcitx-sogoupinyin
要编译qtwebkit挺久的
之后重启就ok

相关文章

网友评论

    本文标题:Manjaro KDE装拼音输入法

    本文链接:https://www.haomeiwen.com/subject/ertktftx.html