How to Install Rime on Debian 12

install fcitx5-rime

https://github.com/fcitx/fcitx-rime

sudo apt-get install fcitx5-rime
cp /usr/share/applications/org.fcitx.Fcitx5.desktop .config/autostart/

switch ibus to fcitx5

im-config

rime-setting

https://github.com/Iorest/rime-setting

git clone https://github.com/Iorest/rime-setting.git
mkdir ~/.config/fcitx5/rime
cd rime-setting
cp -ra font/* ~/.local/share/fonts/
fc-cache -fv ~/.local/share/fonts/
rm -rf fonts
cp -av * ~/.config/fcitx5/rime/
cd ..
git clone https://github.com/Iorest/rime-dict.git
cd rime-dict
cp -av * ~/.config/fcitx5/rime/dicts/
cd ~/.config/fcitx5/rime/
vi luna_pinyin.extended.dict.yaml

文档信息