Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.9k stars 164 forks source link

test pyqt6 client #4314

Open totaam opened 1 month ago

totaam commented 1 month ago

Just for testing, because it's actually fairly easy to implement now that the code is quite modular.

totaam commented 1 month ago

The commit above implements a tiny and not very useful client that is only capable of showing windows using rgb encoding.. It only supports tcp, no authentication, no keyboard, no nothing.

python3 xpra/client/qt6/main.py 127.0.0.1 10000
totaam commented 1 month ago

Now available as a package: xpra-client-qt6 and also included in the win32 fat builds. Can be tested using:

XPRA_GUI_BACKEND=qt xpra attach tcp://192.168.0.10:10000/

Still only works for TCP sockets.


Some useful documentation links: