美文网首页
Ubuntu 16.04 解决root用户下中文英文输入法切换问

Ubuntu 16.04 解决root用户下中文英文输入法切换问

作者: Aberstin | 来源:发表于2016-08-15 16:31 被阅读2543次
    • sudo apt-get remove --purge ibus
    • sudo apt-get remove indicator-keyboard
    • sudo apt-get autoremove
    • sudo apt-get install fcitx
    • sudo vi /etc/profile //添加以下配置

    export LC_CTYPE=zh_CN.UTF-8
    export PATH=$PATH:$LC_CTYPE
    export GTK_IM_MODULE=fcitx
    export QT_IM_MODULE=fcitx
    export XMODIFIERS="@im=fcitx"

    • sudo fcitx
    • sudo fcitx-configtool 配置中文+英文
    Input Method.png
    Global Config.png
    Appearance.png

    此操作功能不作用于普通用户

    相关文章

      网友评论

          本文标题:Ubuntu 16.04 解决root用户下中文英文输入法切换问

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