Hello again, 2025-09-15 19:17 CEST, Cédric Boutillier: > Thanks for your reactivity. I had a last minor issue with 1.9.0-4. I got > an error at installation, because the uinput group was not existing. I > modified the kanata.posting with the following patch, and it now works > as expected thanks to your udev rule. > > --- /tmp/kanata.postinst 2025-09-15 19:13:24.021349417 +0200 > +++ kanata.postinst 2025-09-15 19:14:19.823344660 +0200 > @@ -9,7 +9,7 @@ > useradd --system _kanata > fi > > - usermod -aG uinput,input _kanata > + usermod -aG input _kanata > deb-systemd-invoke restart systemd-udevd || true > > ;;
Nice catch, I have uploaded 1.9.4-5 that should fix this issue. Do not hesitate to open other bugs if you see any area of improvement regarding the package. Agathe.

