文章目录

打击人的不友好的系统安装

  1. 要配置中文环境, 使用 locale -a 查询
  2. 安装以下包:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    fcitx
    fcitx-bin
    fcitx-config-common
    fcitx-config-gtk
    fcitx-data
    fcitx-frontend-all
    fcitx-googlepinyin
    fcitx-libs
    fcitx-module-x11
    fcitx-pinyin
    fcitx-table
    fcitx-ui-classic
  1. 调整输入法选择器im-switcher
    选择fctix作为默认
  2. 重启
文章目录