We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
所有中文候选词都会在候选词之后显示拼音
NixOS 24.05
fcitx5 5.1.10 / fcitx5-rime 5.1.8
~/.local/share/fcitx5/rime
期望效果: 没有拼音或者只有纠错时显示拼音
我在 NixOS config 这样做了一个简单的设置,安装了一些必要的 package。
inputMethod = { enabled = "fcitx5"; fcitx5.addons = with pkgs; [ fcitx5-rime fcitx5-configtool fcitx5-chinese-addons fcitx5-gtk fcitx5-nord fcitx5-lua ]; };
No response
The text was updated successfully, but these errors were encountered:
虽然能通过配置隐藏 #431 (comment) ,但是难保没有其他的问题。因为本质上是依赖出了问题。
@yuche
你参考这个 #840
或者 NixOS 应该能用 flatpak 和 appimage 吗,直接用 fcitx5 的 https://flathub.org/apps/org.fcitx.Fcitx5
Sorry, something went wrong.
NixOS 可以用 flatpak 或 appimage,但这样 fcitx5 就不归 NixOS 管理了。这是 easy way,但不是 right way。正常来说会在 .nix 文件写一堆 fcitx 的配置,但为了最小化浮现我就用了最简单的版本。
回到这个 issue 本身的问题,确实不是 rime-ice 的问题,问题来源于 NixOS 24.05 的 fcitx5-rime 没有把 librime-lua 打包进来。自行编译一份能解决问题,或者也可以直接用 nur 的 rime-ice。
No branches or pull requests
摘要
所有中文候选词都会在候选词之后显示拼音
基本检查
系统信息
NixOS 24.05
应用信息
fcitx5 5.1.10 / fcitx5-rime 5.1.8
复现办法和预期行为
~/.local/share/fcitx5/rime
,没有修改任何文件期望效果:
没有拼音或者只有纠错时显示拼音
补充信息
我在 NixOS config 这样做了一个简单的设置,安装了一些必要的 package。
自定义配置
No response
The text was updated successfully, but these errors were encountered: