zocker-160 / keyboard-center

Application for mapping macro keys on Logitech keyboards
GNU General Public License v3.0
66 stars 3 forks source link

stopped working on Garuda Linux a couple weeks ago #44

Closed justTravis closed 1 year ago

justTravis commented 1 year ago

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")))


TypeError: can only concatenate str (not "NoneType") to str
zocker-160 commented 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).

justTravis commented 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).

thank you! a simple "yay" command got it working!