Seungmin Kim
Seungmin Kim
https://github.com/selkies-project/selkies-gstreamer/pull/113 `python-xlib` is also unmaintained by the maintainer.
I am generally not too happy with dependencies: ~~`python-uinput` (dependency is effectively removed but still persists, plus it is unmaintained),~~ `pynput` (capabilities can be replaced by directly using `python-xlib`), `basicauth`...
This is insanely good. @cruizba I am open to compiling libraries. I had an issue where the '>' key was pushed as '
@cruizba One other possible option is to start using cython. Then, `xorg.c` and `xorg.h` can be seamlessly integrated into the Python package.
@totaam I would like to consult your opinion. https://github.com/cruizba/selkies-gstreamer/tree/fix-inputs/addons/xorg-iface https://github.com/cruizba/selkies-gstreamer/blob/fix-inputs/src/selkies_gstreamer/xorg.py Would it be plausible to integrate this code into a wheel file? Asking because Xpra actively uses Cython.
Does XKey() exist in `python-xlib`? Using an external `.so` file looks like the current approach. I would accept that with the Joystick Interposer because it needs to set `LD_PRELOAD` systemwide,...
> I had an issue where the '>' key was pushed as '
Understood. Thank you all. I will give you the collaborator role in Discord if you tag me. @cruizba
`python-uinput` was removed from the dependencies.