Skip to content

Arch Linux 安装方法 | Installation on Arch Linux

sgalal edited this page Jul 22, 2020 · 1 revision

第一步:安装 fcitx5-rime 输入法
Step 1: Install the fcitx5-rime IME

使用以下命令安装:
Install with the following command:

sudo pacman -S fcitx5 fcitx5-qt fcitx5-gtk fcitx5-rime kcm-fcitx5

新建配置文件 ~/.pam_environment
Create the configuration file ~/.pam_environment:

GTK_IM_MODULE DEFAULT=fcitx
QT_IM_MODULE  DEFAULT=fcitx
XMODIFIERS    DEFAULT=@im=fcitx

第二步:安装女书输入方案
Step 2: Install the Nushu input schema

AUR 安装。
Install from AUR.

第三步:启用女书输入方案
Step 3: Enable the Nushu input schema

修改 ~/.local/share/fcitx5/rime/default.custom.yaml
Modify ~/.local/share/fcitx5/rime/default.custom.yaml:

patch:
  schema_list:
    - schema: nushu
    - schema: luna_pinyin_nushu

然后重新部署 rime。
Then redeploy rime.