-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
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
anki-bin: input methods do not work #147989
Comments
Same issue. I'm using Gnome wayland. |
1 similar comment
Same issue. I'm using Gnome wayland. |
I also have this issue with the kime input method. |
I'm unsure we can do anything about this as we don't control the libraries used. I guess we could try to substitute/patch them with our own versions of the libraries. |
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [ fcitx5-mozc ];
}; |
Are you using anki or anki-bin? For me, using |
@euank does fcitx work for you? |
Running |
Describe the bug
Neither fcitx, fcitx5, nor ibus work with Anki (at least on xfce), despite working with other applications.
Steps To Reproduce
Steps to reproduce the behavior:
/etc/nixos/configuration.nix
:Expected behavior
fcitx5 input method is used, allowing me to type Chinese characters.
Additional context
buildFHSUserEnv
may be responsible - perhaps a Qt5 library from the system needs to be present? Not really sure how FHS services interact with IMEs.I've tried setting both
QT_IM_MODULE=fcitx
andQT_IM_MODULE=ibus
(since fcitx5 should have an ibus compatibility layer) without any effect.Notify maintainers
@Atemu
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: