-
Notifications
You must be signed in to change notification settings - Fork 166
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
ModuleNotFoundError: No module named 'inputremapper' #1021
Comments
Rebuilding with Using
The issue is not resolved by this, since the input-remapper-bin AUR package still is broken. |
Hi, check #895 (comment) out for |
If input-remapper-bin is indeed broken, it's probably best to leave a comment at https://aur.archlinux.org/packages/input-remapper-bin. I'm not maintaining that package. |
My outputs from these steps, with the input-remapper-bin package:
And after installing your input-remapper-git AUR package again:
Well, that is wrong, input-remapper-bin is not getting removed correctly.
On it! Sorry for bothering you with this downstream issue, though this report will be convenient to link to there. |
This issue has now been brought to the AUR comments.
|
I'm on arch linux and just ran: |
i was having the same problem for 2 days after i updated my system |
AUR user @zpx19821005 has resolved the issue in package revision input-remapper-bin 2.0.1-4 |
System Information and logs
input-remapper-control --version
Errors out with the same error, 2.0.1-2 according to
pacman -Q input-remapper-bin
.Garuda Linux (Arch Linux)
KDE Plasma 6.2.4
sudo ls -l /proc/1/exe
to check if you are using systemdlrwxrwxrwx 1 root root 0 23 dec 19:09 /proc/1/exe -> /usr/lib/systemd/systemd
cat ~/.config/input-remapper-2/config.json
to see if the "autoload" config is written correctlyNot the issue at hand, but on my PC:
systemctl status input-remapper -n 50
the service has to be runningTesting the setup
input-remapper-control --command hello
sudo pkill -f input-remapper-service && sudo input-remapper-service -d & sleep 2 && input-remapper-control --command autoload
, are your keys mapped now?sudo evtest
and search for a device suffixed by "mapped". Select it, does it report any events? Share the output.Since the service fails to start, there is no virtual device created.
sudo udevadm control --log-priority=debug && sudo udevadm control --reload-rules && journalctl -f | grep input-remapper
, now plug in the device that should autoloadOutput stays quiet on this command.
The text was updated successfully, but these errors were encountered: