Closed justTravis closed 1 year ago
This is a duplicate of #42.
How did you install it? AUR already has the patch included, rebuilding python-uinput should fix it (see the linked issue).
This is a duplicate of #42.
How did you install it? AUR already has the patch included, rebuilding python-uinput should fix it (see the linked issue).
thank you! a simple "yay" command got it working!
No errors shown. The window tries to appear for a moment then disappears without ending up in the tray.
I have a Logitech G910 keyboard.
Kernel: 6.3.1-zen2-1-zen DE: Plasma 5.27.5 WM: KWin
Python 3.11.3
if I run "keyboard-center" from the terminal, I see this:
Traceback (most recent call last): File "/usr/lib/keyboard-center/main.py", line 8, in
from mainUi import MainWindow
File "/usr/lib/keyboard-center/mainUi.py", line 23, in
from devices.keyboard import SUPPORTED_DEVICES, KeyboardInterface
File "/usr/lib/keyboard-center/devices/keyboard.py", line 1, in
import uinput
File "/usr/lib/python3.11/site-packages/python_uinput-0.11.2-py3.11-linux-x86_64.egg/uinput/init.py", line 86, in
_libsuinput_path = os.path.abspath(os.path.join(os.path.dirname(file), "..", "_libsuinput" + sysconfig.get_config_var("SO")))