If anyone had this problem and could resolved it please tell me what can I do to solve this.
key-mon is a software that show the keyboard keys combinations and mouse click on the screen that works on python ( I think the problem is with the PyGObject python pakage.
or if there is any alternative apps to do that on linux.
Thanks in advance
This package is not available for Tumbleweed. Only for Factory and Leap…
Additionally it throws several other python errors…i wouldn’t spend much time with this broken and unmaintained piece of software…
ich@laptop:~/Downloads> key-mon
Traceback (most recent call last):
File "/usr/bin/key-mon", line 2, in <module>
import keymon.key_mon as km
File "/usr/lib/python3.11/site-packages/keymon/key_mon.py", line 30, in <module>
gi.require_version("Gtk", "3.0")
File "/usr/lib64/python3.11/site-packages/gi/__init__.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available
ich@laptop:~/Downloads>