Package Details: input-remapper-bin 2.2.1-3

Git Clone URL: https://aur.archlinux.org/input-remapper-bin.git (read-only, click to copy)
Package Base: input-remapper-bin
Description: A tool to change and program the mapping of your input device buttons.(Prebuilt version)
Upstream URL: https://github.com/sezanzeb/input-remapper/
Keywords: gamepad gaming keyboard keyboard-shortcuts mouse
Licenses: GPL-3.0-only
Conflicts: input-remapper, key-mapper
Provides: input-remapper
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 11
Popularity: 2.38
First Submitted: 2024-11-11 10:07 (UTC)
Last Updated: 2026-06-16 02:30 (UTC)

Latest Comments

1 2 3 4 Next › Last »

zxp19821005 commented on 2026-06-16 02:31 (UTC)

@Arimil Thanks for your feedback , it's my mistake, fixed it.

Arimil commented on 2026-06-16 00:31 (UTC)

@zxp19821005 you added python-dbus the required package is python-dasbus

zxp19821005 commented on 2026-06-15 10:20 (UTC)

@tux18 Thanks for your feedback, added it.

tux18 commented on 2026-06-15 07:51 (UTC)

As of version 2.2.1, input-remapper requires the python-dasbus dependency. This is missing in the PKGBUILD. input-remapper-gtk Traceback (most recent call last): File "/usr/bin/input-remapper-gtk", line 23, in <module> from inputremapper.bin.input_remapper_gtk import InputRemapperGtkBin File "/usr/lib/python3.14/site-packages/inputremapper/bin/input_remapper_gtk.py", line 43, in <module> from inputremapper.daemon import DaemonProxy, Daemon File "/usr/lib/python3.14/site-packages/inputremapper/daemon.py", line 35, in <module> from dasbus.error import DBusError ModuleNotFoundError: No module named 'dasbus'

ZauberParacelsus commented on 2026-01-20 11:49 (UTC) (edited on 2026-01-20 11:55 (UTC) by ZauberParacelsus)

I am still getting the import error.

zxp19821005 commented on 2026-01-14 02:30 (UTC)

@serenity @Felixoid Thanks for your feedback, fixed it.

Felixoid commented on 2026-01-13 11:24 (UTC)

Here's the patch to fix the package:

> git diff
diff --git a/.SRCINFO b/.SRCINFO
index e95a379..ebb8556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = input-remapper-bin
        pkgdesc = A tool to change and program the mapping of your input device buttons.(Prebuilt version)
        pkgver = 2.2.0
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/sezanzeb/input-remapper/
        arch = x86_64
        license = GPL-3.0-only
diff --git a/PKGBUILD b/PKGBUILD
index ba97afa..3104060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
 pkgname=input-remapper-bin
 pkgver=2.2.0
-pkgrel=4
-_pythonver=3.13
+pkgrel=5
+_pythonver=3.14
 pkgdesc="A tool to change and program the mapping of your input device buttons.(Prebuilt version)"
 arch=('x86_64')
 url="https://github.com/sezanzeb/input-remapper/"

serenity commented on 2026-01-13 02:49 (UTC) (edited on 2026-01-13 02:50 (UTC) by serenity)

❯ input-remapper-gtk 
Traceback (most recent call last):
  File "/usr/bin/input-remapper-gtk", line 23, in <module>
    from inputremapper.bin.input_remapper_gtk import InputRemapperGtkBin
ModuleNotFoundError: No module named 'inputremapper'

nich23 commented on 2026-01-02 17:21 (UTC)


input-remapper-gtk 2.2.0 0e1e0be9539e097e637cde947c9194eb8d43fd22 https://github.com/sezanzeb/input-remapper
python-evdev 1.9.2
Traceback (most recent call last):
  File "/usr/bin/input-remapper-control", line 26, in <module>
    from inputremapper.bin.input_remapper_control import InputRemapperControlBin
ModuleNotFoundError: No module named 'inputremapper.bin'
ERROR: Failed to pkexec the reader-service, code 256

zxp19821005 commented on 2025-12-17 08:24 (UTC)

@nich23 Maybe you can give feedback to the upstream and generate the deb package of aarch64.