基于Armbian安装fcitx5
Contents
Fcitx5 (简体中文)
https://wiki.archlinux.org/title/Fcitx5_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)
sudo apt install -y fcitx5
包组提供 fcitx5 本体、配置工具和必要的输入法模块
fcitx5-im
包含与中文相关的 addon,例如拼音、双拼和五笔
sudo apt install -y fcitx5-chinese-addons
流行的繁体中文注音输入引擎,它基于 libchewing
fcitx5-chewing
使用 Rime 引擎
fcitx5-rime
AUR McBopomofo 支持
fcitx5-mcbopomofo-git
对于 Qt 程序,安装
fcitx5-qt
sudo apt install -y fcitx5-frontend-qt5
对于 GTK 程序,安装
fcitx5-gtk
sudo apt install -y fcitx5-frontend-gtk2 fcitx5-frontend-gtk3
fcitx5 的配置文件位于 ~/.config/fcitx5,尽管您可以使用文本编辑器编辑配置文件,但是使用 GUI 配置显然更方便。安装 fcitx5-configtool 软件包。
fcitx5-configtool
sudo apt install -y fcitx5-config-qt
集成
编辑 /etc/environment 并添加以下几行,然后重新登录[1]:
sudo bash -c 'cat << EOF >> /etc/environment
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
SDL_IM_MODULE=fcitx
GLFW_IM_MODULE=ibus
EOF' && \
bash -c 'cat << EOF >> /home/$USER/.bashrc
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export SDL_IM_MODULE=fcitx
export GLFW_IM_MODULE=ibus
EOF'
随桌面环境自动启动
想要 fcitx5 开机自启,执行
cp /usr/share/applications/org.fcitx.Fcitx5.desktop /home/$USER/.config/autostart/ && \
wget -P /home/$USER/.local/share/fcitx5/pinyin/dictionaries/ https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/0.2.4/zhwiki-20220722.dict