Crashing after displaying controls.
Openclick was previously working fine but now when I try to launch it, this error is thrown after it displays the logo:
Unhandled exception in listener callback Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/pynput/_util/__init__.py", line 229, in inner return f(self, *args, **kwargs) File "/usr/lib/python3.13/site-packages/pynput/_util/xorg.py", line 470, in _handler self._handle(self._display_stop, event) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: '_thread._ThreadHandle' object is not callable
This is running on a wayland arch system with all of the required dependencies. I have tried reinstalling (using sudo) via both the .py and the .sh, as well as reinstalling tk, pynput, and jq. Thanks for the help.
This looks like an issue with pynput, I could try debugging it a bit, however this project isn't really actively maintained anymore so I can't guarantee I can get it working.
Could you check if using the dev branch solves you issues? @public-Gnusance