Package Details: input-remapper-git 2.0.1.r0.ga012746a-1

Git Clone URL: https://aur.archlinux.org/input-remapper-git.git (read-only, click to copy)
Package Base: input-remapper-git
Description: A tool to change and program the mapping of your input device buttons.
Upstream URL: https://github.com/sezanzeb/input-remapper/
Licenses: GPL3
Conflicts: key-mapper
Provides: input-remapper
Submitter: sezanzeb
Maintainer: sezanzeb
Last Packager: sezanzeb
Votes: 34
Popularity: 0.55
First Submitted: 2022-01-01 12:10 (UTC)
Last Updated: 2024-10-28 19:58 (UTC)

Latest Comments

1 2 3 4 Next › Last »

saghm commented on 2024-12-01 22:41 (UTC)

From playing around with this a bit more, this might not actually be a new issue, and there might be something weird with my own local setup. I'll follow-up (either here or on a new Github issue as appropriate) if I do find something I think is a bug, but for now I think you can ignore my previous comment.

saghm commented on 2024-12-01 22:32 (UTC)

I just updated this, and it seems like the most recent commit has changed the way the daemon looks for the config; when trying to start it now, it looks for the config in /root/.config instead of my user's home directory:

Dec 01 17:20:55 xibacat input-remapper-service[330136]: ERROR: "/root/.config/input-remapper-2/config.json" does not exist

sezanzeb, it looks like you're also the developer of the tool itself, so would you be able to shed light on whether this is an intentional change or not? I could imagine this either being intentional to allow it to run as a user service rather than a system-wide one or an accidental bug due to some refactoring.

Since I'm not sure if this is an issue for input-remapper as a whole or just a quirk with the AUR package, I figured I'd ask here rather than make a Github issue. I'm fine with just sticking with the previous commit for now, so this isn't a super urgent issue that needs to be fixed (at least for me).

sezanzeb commented on 2024-10-28 20:02 (UTC)

Thanks @Tissousle, I added it as dependency. I haven't used arch based distros in quite some time, I hope I remembered enough to do it correctly. It seemed to work in my virtual machine at least. If something is still not working correctly, please tell me what to do exactly.

Tissousle commented on 2024-10-28 18:26 (UTC) (edited on 2024-10-29 18:30 (UTC) by Tissousle)

if you all are having issues too make sure you sudo pacman -Syu python-psutil because that's required for this package but is not listed as a dependency EDIT: it works now thanks

alexisju commented on 2024-05-22 12:49 (UTC)

Module missing!

input-remapper-gtk ─╯ Traceback (most recent call last): File "/usr/bin/input-remapper-gtk", line 38, in <module> from inputremapper.gui.gettext import _, LOCALE_DIR ModuleNotFoundError: No module named 'inputremapper'

Ticket opened here too : https://github.com/sezanzeb/input-remapper/issues/895

ArchPie commented on 2024-01-11 19:18 (UTC)

@shawarden thank you for taking the time to answer. You just reinstalled? Didn't work for me :(

shawarden commented on 2024-01-11 00:58 (UTC)

@ArchPie Noticed that as well on the chaotic-aur r4 version. Reinstalling resolved the errors:

Jan 11 13:16:12 orion input-remapper-service[1137025]: Traceback (most recent call last):
Jan 11 13:16:12 orion input-remapper-service[1137025]:   File "/usr/lib/python3.11/site-packages/evdev/device.py", line 125, in __init__
Jan 11 13:16:12 orion input-remapper-service[1137025]:     fd = os.open(dev, os.O_RDWR | os.O_NONBLOCK)
Jan 11 13:16:12 orion input-remapper-service[1137025]:          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 11 13:16:12 orion input-remapper-service[1137025]: FileNotFoundError: [Errno 2] No such file or directory: '/dev/input/event26'
Jan 11 13:16:12 orion input-remapper-service[1137025]: During handling of the above exception, another exception occurred:
Jan 11 13:16:12 orion input-remapper-service[1137025]: Traceback (most recent call last):
Jan 11 13:16:12 orion input-remapper-service[1137025]:   File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
Jan 11 13:16:12 orion input-remapper-service[1137025]:     self.run()
Jan 11 13:16:12 orion input-remapper-service[1137025]:   File "/usr/lib/python3.11/site-packages/inputremapper/injection/injector.py", line 414, in run
Jan 11 13:16:12 orion input-remapper-service[1137025]:     forward_devices[device_hash] = self._create_forwarding_device(device)
Jan 11 13:16:12 orion input-remapper-service[1137025]:                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 11 13:16:12 orion input-remapper-service[1137025]:   File "/usr/lib/python3.11/site-packages/inputremapper/injection/injector.py", line 361, in _create_forwarding_device
Jan 11 13:16:12 orion input-remapper-service[1137025]:     forward_to = evdev.UInput(
Jan 11 13:16:12 orion input-remapper-service[1137025]:                  ^^^^^^^^^^^^^
Jan 11 13:16:12 orion input-remapper-service[1137025]:   File "/usr/lib/python3.11/site-packages/evdev/uinput.py", line 155, in __init__
Jan 11 13:16:12 orion input-remapper-service[1137025]:     self.device = self._find_device()
Jan 11 13:16:12 orion input-remapper-service[1137025]:                   ^^^^^^^^^^^^^^^^^^^
Jan 11 13:16:12 orion input-remapper-service[1137025]:   File "/usr/lib/python3.11/site-packages/evdev/uinput.py", line 282, in _find_device
Jan 11 13:16:12 orion input-remapper-service[1137025]:     d = device.InputDevice(path)
Jan 11 13:16:12 orion input-remapper-service[1137025]:         ^^^^^^^^^^^^^^^^^^^^^^^^
Jan 11 13:16:12 orion input-remapper-service[1137025]:   File "/usr/lib/python3.11/site-packages/evdev/device.py", line 127, in __init__
Jan 11 13:16:12 orion input-remapper-service[1137025]:     fd = os.open(dev, os.O_RDONLY | os.O_NONBLOCK)
Jan 11 13:16:12 orion input-remapper-service[1137025]:          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 11 13:16:12 orion input-remapper-service[1137025]: FileNotFoundError: [Errno 2] No such file or directory: '/dev/input/event26'

Does that also resolve the aur version r0?

ArchPie commented on 2024-01-10 13:29 (UTC)

For some time the app. doesn't work on KDE. Works on gnome and on KDE of other distros. Help would be appreciated

pedrohqb commented on 2023-09-18 22:35 (UTC)

Problem fixed on 2.0.1. It would be nice to update the package's version.

stasadev commented on 2023-09-18 19:26 (UTC)

To fix PydanticUserError, see https://github.com/sezanzeb/input-remapper/issues/769#issuecomment-1724216689