debian安装中文输入法
如山石 2019-05-28 11:52:42 2431 收藏
分类专栏: 系统---管理
输入法fcitx
安装
# apt-get install fcitx fcitx-tools fcitx-config* fcitx-frontend* fcitx-module* fcitx-ui-* presage
# apt-get remove fcitx-module-kimpanel # 移除多余的组件
# apt-get install fcitx-pinyin # 拼音
# apt-get install fcitx-sunpinyin # sun拼音
# apt-get install fcitx-googlepinyin # google拼音
# apt-get install fcitx-table-wubi-large # 五笔
-------- 分割线 --------
在用户(root)目录查找并修改 ~/.profile 配置文件
# 增加三项:
export QT_IM_MODULE=fcitx
export GTK_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
PS: 如果还是不行, 输入 fcitx-diagnose 获取错误信息