Search Criteria
Package Details: input-remapper-bin 2.0.1-4
Package Actions
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 |
Submitter: | zxp19821005 |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-11-11 10:07 (UTC) |
Last Updated: | 2024-12-25 03:09 (UTC) |
Dependencies (11)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- gtksourceview4
- python-cairo (python-cairo-gitAUR)
- python-evdev
- python-gobject
- python-packaging
- python-psutil
- python-pydantic
- python-pydbus (python-pydbus-gitAUR)
- python-setuptools
- xorg-xmodmap (optional) – symbol names matching the keyboard layout
Latest Comments
RedWyvern commented on 2024-12-25 16:10 (UTC)
@zpx19821005 I can confirm that this package works again. Thank you for your effort. I have closed the related issue in the upstream package at https://github.com/sezanzeb/input-remapper/issues/1021#issuecomment-2561940309
zxp19821005 commented on 2024-12-25 03:10 (UTC)
@RedWyvern @hellishbliss Thanks for your feedback, I've fixed it.Will you please try again?
hellishbliss commented on 2024-12-24 18:46 (UTC) (edited on 2024-12-24 18:47 (UTC) by hellishbliss)
I had to add the mkdir -p commands prior to mv as it would fail with directory not found:
Not sure if there was a change to makepkg or other tool that is causing this to fail.
RedWyvern commented on 2024-12-24 11:05 (UTC)
I can confirm @NoReceipt their issue. Now the python3 folder does gets created in the cache, but it attempts to move the build packages to the non-existent python3.13 folder.
Looking at the diffs of this update, it is peculiar that the previous version did build correctly. This since the variable applies correctly and leads to identical commands, barring the different python version.
NoReceipt commented on 2024-12-24 08:06 (UTC)
I have an issue after update using yay. Tried to remove yay cache and still the same
zxp19821005 commented on 2024-12-24 02:24 (UTC)
@RedWyvern Thanks for your feedback, I've fixed it.
RedWyvern commented on 2024-12-23 23:57 (UTC)
At the time of writing, this package installs to the python 1.12 folder, while Arch recently updated to python 1.13. Which breaks this package for the moment, until this gets rectified. The input-remapper-git package does function currently, it installs to the updated folder. I left a more detailed report at https://github.com/sezanzeb/input-remapper/issues/1021
zxp19821005 commented on 2024-11-22 03:10 (UTC)
@adimineman Thanks for your feedback, fixed now.
adimineman commented on 2024-11-21 15:00 (UTC) (edited on 2024-11-21 15:01 (UTC) by adimineman)
This package seems to have installed itself into
/usr/lib/python3/dist-packages/
while the default python path only includes['', '/usr/lib/python312.zip', '/usr/lib/python3.12', '/usr/lib/python3.12/lib-dynload', '/home/$USER/.local/lib/python3.12/site-packages', '/usr/lib/python3.12/site-packages']