Package Details: input-remapper-bin 2.2.0-5

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: 9
Popularity: 1.96
First Submitted: 2024-11-11 10:07 (UTC)
Last Updated: 2026-01-14 02:30 (UTC)

Latest Comments

1 2 3 4 Next › Last »

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.

nich23 commented on 2025-12-15 11:54 (UTC)

I have the Aarch64 architecture. Is it possible to get a build for it?

davidgxxl commented on 2025-12-11 13:35 (UTC) (edited on 2025-12-11 13:37 (UTC) by davidgxxl)

@zxp19821005 I just tried, I can confirm is working now! Thanks...

-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: input-remapper-bin 2.2.0-4 (Thu 11 Dec 2025 09:31:35 AM -04)
==> Cleaning up...

=>> Select packages to install
1> input-remapper-bin
2> input-remapper-bin-debug

Install : 1
:: Pacman command: /usr/bin/sudo /usr/bin/pacman /home/dguerra/.config/trizen/sources/input-remapper-bin/input-remapper-bin-2.2.0-4-x86_64.pkg.tar.zst -U
Place your finger on the fingerprint reader
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) input-remapper-bin-2.2.0-4

Total Installed Size:   0.96 MiB
Net Upgrade Size:      -0.60 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                               [############################################] 100%
(1/1) checking package integrity                                             [############################################] 100%
(1/1) loading package files                                                  [############################################] 100%
(1/1) checking for file conflicts                                            [############################################] 100%
(1/1) checking available disk space                                          [############################################] 100%
:: Processing package changes...
(1/1) upgrading input-remapper-bin                                           [############################################] 100%
:: Running post-transaction hooks...
(1/7) Reloading system manager configuration...
(2/7) Restarting marked services...
(3/7) Reloading device manager configuration...
(4/7) Arming ConditionNeedsUpdate...
(5/7) Reloading system bus configuration...
(6/7) Updating icon theme caches...
(7/7) Updating the desktop file MIME type cache...
[dguerra@archlinux ~]$

zxp19821005 commented on 2025-12-11 02:36 (UTC)

@davidgxxl Can you try again ? I've deleted all the tempfiles like *.pyc.

davidgxxl commented on 2025-12-10 23:03 (UTC)

Same bug than @YuriSakura