nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
6.1k stars 1.65k forks source link

bug: kitty and wezterm have trouble processing ime input (because they are spammed by fcitx5-daemon ?) #5369

Open teto opened 4 weeks ago

teto commented 4 weeks ago

Are you following the right branch?

Is there an existing issue for this?

Issue description

Kitty had trouble processing my input:

I tried to switch to wezterm. At first it all seemed fine but then I experienced the same and wezterm had the tendency to lockup (the wayland backend is being rewritten, that might be why). Then I found https://github.com/kovidgoyal/kitty/issues/2191#issuecomment-565353150 and as I explained later on in the thread, kitty was receiving lots of IME-related events even without me using the keyboard. systemctl stop --user fcitx5-daemon fixed the issue. I have yet to investigate the situation. Looks like there is an execve failure in my fcitx5 journal.

Putting it out there since fix was not obvious.

Maintainer CC

No response

System information

nixos-unstable
teto commented 14 hours ago

just found out by looking at https://github.com/NixOS/nixpkgs/pull/316403 that it's a known bug https://groups.google.com/g/fcitx/c/8V0OVxkUkFA?pli=1 https://github.com/swaywm/sway/issues/8143