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: 36
Popularity: 3.28
First Submitted: 2022-01-01 12:10 (UTC)
Last Updated: 2024-10-28 19:58 (UTC)

Latest Comments

1 2 3 Next › Last »

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

pedrohqb commented on 2023-09-17 21:08 (UTC)

The package is broken since 16/september.

[pedro@mope-arch ~]$ systemctl status input-remapper.service

set 17 18:06:53 mope-arch input-remapper-service[21217]: File "/usr/lib/python3.11/site-packages/pydantic/deprecated/class_validators.py", line 222, in root_valid> set 17 18:06:53 mope-arch input-remapper-service[21217]: return root_validator()(*__args) # type: ignore set 17 18:06:53 mope-arch input-remapper-service[21217]: ^^^^^^^^^^^^^^^^ set 17 18:06:53 mope-arch input-remapper-service[21217]: File "/usr/lib/python3.11/site-packages/pydantic/deprecated/class_validators.py", line 228, in root_valid> set 17 18:06:53 mope-arch input-remapper-service[21217]: raise PydanticUserError( set 17 18:06:53 mope-arch input-remapper-service[21217]: pydantic.errors.PydanticUserError: If you use @root_validator with pre=False (the default) you MUST speci> set 17 18:06:53 mope-arch input-remapper-service[21217]: For further information visit https://errors.pydantic.dev/2.3/u/root-validator-pre-skip set 17 18:06:53 mope-arch systemd[1]: input-remapper.service: Main process exited, code=exited, status=1/FAILURE set 17 18:06:53 mope-arch systemd[1]: input-remapper.service: Failed with result 'exit-code'. set 17 18:06:53 mope-arch systemd[1]: Failed to start Service to inject keycodes without the GUI application.

Chrome commented on 2023-09-17 19:42 (UTC)

I got the GUI to show up again after a couple more attempts. Same as before, popup "User not Authorized" and got the original error along with @ssr error.