怎样使用 fcitx5-rime: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
# fcitx5-diagnose 能看到所有配置 | # fcitx5-diagnose 能看到所有配置 | ||
# 在 stderr 查看日志:fcitx5 restart --verbose=rime=5 | # 在 stderr 查看日志:fcitx5 restart --verbose=rime=5 | ||
# 竖排候选 style/horizontal: false 无效。直接在 Fcitx Configuration 里有设置项。 | |||
<syntaxhighlight lang="bash" line> | |||
cat ~/.xprofile | |||
以下环境变量有的电脑需要,有的电脑不需要 | |||
export GTK_IM_MODULE=fcitx5 | |||
export XMODIFIERS=@im=fcitx5 | |||
export QT_IM_MODULE=fcitx5 | |||
</syntaxhighlight> | |||
Revision as of 08:57, 7 November 2025
ibus-rime 用了很多年了,但它在 Debian 13 xfce4 上有个小 bug,那就是回车上屏后,会有一个空白输入法候选框滞留,需要一次技术更新了。现在较新的替代品,大家都选 fcitx5-rime,本文做出尝试。
- sudo apt install fcitx5-rime。
- 在任务栏点击打开 Fcitx Configuration,在右侧 Available Method 里搜 Rime,即可打开 fcitx5-rime。稍等一分钟,fcitx5-rime 就可以打字了。
- 配置文件路径是 ~/.config/fcitx5/rime/。也可以用 ~/.local/share/fcitx5/rime/,网上教程使用这个路径的多一点。
- fcitx5-diagnose 能看到所有配置
- 在 stderr 查看日志:fcitx5 restart --verbose=rime=5
- 竖排候选 style/horizontal: false 无效。直接在 Fcitx Configuration 里有设置项。
cat ~/.xprofile
以下环境变量有的电脑需要,有的电脑不需要
export GTK_IM_MODULE=fcitx5
export XMODIFIERS=@im=fcitx5
export QT_IM_MODULE=fcitx5