Skip to content

flypy for Fcitx5 Rime

Jun Mao edited this page Jan 31, 2020 · 1 revision

install fcitx5

$ sudo pacman -S fcitx5-git fcitx5-gtk-git fcitx5-qt5-git fcitx5-rime-git

copy flypy content

Unlike fcitx4, fcitx5 distinguishes between a configuration directory and a thesaurus installation directory.

Theme and thesaurus directory locations:

~/.local/share/fcitx5

Copy the flypy mount content to the fcitx5 directory.

.local/share/fcitx5/
├── rime
│   ├── build
│   │   ├── ...
│   ├── default.custom.yaml
│   ├── default.yaml
│   ├── english.dict.yaml
│   ├── english.schema.yaml
│   ├── flypyplus.schema.yaml
│   ├── flypy.schema.yaml
│   ├── flypy_sys.txt
│   ├── flypy_top.txt
│   ├── flypy_user.txt
│   ├── installation.yaml
│   ├── luna_pinyin.userdb
│   │   ├── ...
│   ├── rime.lua
│   ├── sync
│   │   └── ...
│   └── user.yaml
└── themes
    ├── ...

fcitx5 configuration directory

~/.config/fcitx5