Package Details: input-remapper 2.2.0-1

Git Clone URL: https://aur.archlinux.org/input-remapper.git (read-only, click to copy)
Package Base: input-remapper
Description: A tool to change and program the mapping of your input device buttons.
Upstream URL: https://github.com/sezanzeb/input-remapper
Licenses: GPL-3.0-or-later
Conflicts: input-remapper-bin, input-remapper-git, key-mapper
Submitter: barbuk
Maintainer: barbuk
Last Packager: barbuk
Votes: 2
Popularity: 0.45
First Submitted: 2025-11-23 12:58 (UTC)
Last Updated: 2026-03-07 13:56 (UTC)

Latest Comments

barbuk commented on 2025-12-16 06:54 (UTC)

This file is installed in /usr/share/input-remapper/style.css.

If I remove this file, I have the same error, but with the absolute path:

Traceback (most recent call last):
  File "/usr/bin/input-remapper-gtk", line 26, in <module>
    InputRemapperGtkBin.main()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/inputremapper/bin/input_remapper_gtk.py", line 115, in main
    user_interface = UserInterface(message_broker, controller)
  File "/usr/lib/python3.13/site-packages/inputremapper/gui/user_interface.py", line 104, in __init__
    self._build_ui()
    ~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/inputremapper/gui/user_interface.py", line 128, in _build_ui
    with open(get_data_path("style.css"), "r") as file:
         ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/input-remapper/style.css'

Could you check if the package is up to date and reinstall it ?

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

Aarch64 architecture


/usr/lib/python3.13/site-packages/inputremapper/configs/data.py:28: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources
input-remapper-gtk 2.2.0 ec67ff07ea8643a849bad017baac8bbfd1820c88 https://github.com/sezanzeb/input-remapper
python-evdev 1.9.2
Creating dir "/tmp/input-remapper-/home/jorge"
/usr/lib/python3.13/site-packages/inputremapper/logging/logger.py:157: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources
Done
Starting the service
/usr/lib/python3.13/site-packages/inputremapper/logging/logger.py:157: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources
/usr/lib/python3.13/site-packages/inputremapper/logging/logger.py:157: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources
Found "Apple SPI Trackpad", "Apple SPI Keyboard", "Apple SMC power/lid events"
Done
/usr/lib/python3.13/site-packages/inputremapper/logging/logger.py:157: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources
Loaded config from "/home/jorge/.config/input-remapper-2/config.json"
Loaded config from "/home/jorge/.config/input-remapper-2/config.json"
Loaded config from "/home/jorge/.config/input-remapper-2/config.json"
Traceback (most recent call last):
  File "/usr/bin/input-remapper-gtk", line 26, in <module>
    InputRemapperGtkBin.main()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/inputremapper/bin/input_remapper_gtk.py", line 115, in main
    user_interface = UserInterface(message_broker, controller)
  File "/usr/lib/python3.13/site-packages/inputremapper/gui/user_interface.py", line 104, in __init__
    self._build_ui()
    ~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/inputremapper/gui/user_interface.py", line 128, in _build_ui
    with open(get_data_path("style.css"), "r") as file:
         ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'input-remapper/style.css'