fan87

Results 13 comments of fan87

uinput support is kinda broken (at least in python 3.10). [server_util.py line 388](https://github.com/Xpra-org/xpra/blob/master/xpra/server/server_util.py#L388) ```python open(uevent_filename, "rb", encoding="latin1").read() ``` ``` 2022-12-26 13:46:19,361 Error: cannot query uinput device path: 2022-12-26 13:46:19,362 binary...

[log.txt](https://github.com/Xpra-org/xpra/files/10301931/log.txt)

See https://github.com/blender/blender/commit/92d935a2059e99dd4cbfcf18c14870ee77476ab2 Try this: ``` git remote add upstream https://github.com/blender/blender git fetch upstream git cherry-pick 92d935a2059e99dd4cbfcf18c14870ee77476ab2 make ```