arch linux 安装中文五笔输入法 Rime
Rime是一款极具可玩性的五笔输入法框架,其安装包覆盖了Android、iOS、Mac以及Windows等多个平台。与此同时,Arch Linux作为一款定制性更佳的Linux发行版,同样为用户提供了丰富的个性化选择。今天,我们将详细介绍如何在Arch Linux上安装Rime输入法框架。
重中之重, 安装 fcitx5-im
pacman -S fcitx5-im fcitx5-rime fcitx5-chinese-addons fcitx5 fcitx5-qt fcitx5-gtk fcitx5-configtool librime rime-wubi
配置环境
/etc/environment
~/.xprofile
~/.local/share/fcitx5/rime/default.custom.yaml
/etc/environment
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
SDL_IM_MODULE=fcitx
GLFW_IM_MODULE=ibus
~/.xprofile
export GTK_IM_MODULE=fcitx5
export QT_IM_MODULE=fcitx5
export XMODIFIERS=@im=fcitx
~/.local/share/fcitx5/rime/default.custom.yaml
patch:
schema_list:
- schema: wubi_pinyin
- schema: wubi86
配置界面添加Rime配置法
fcitx5-config-qt
fcitx5-configtool
添加启动项 /.config/autostart/fcitx5.desktop
[Desktop Entry]
Comment[en_US]=
Comment=
Exec=/usr/bin/fcitx5
GenericName[en_US]=
GenericName=
Icon=application-x-executable
MimeType=
Name[en_US]=fcitx5
Name=fcitx5
Path=
StartupNotify=true
Terminal=true
TerminalOptions=\s--noclose
Type=Application
X-KDE-AutostartScript=true
X-KDE-SubstituteUID=false
X-KDE-Username=
配置快捷键
重新启动
reboot