-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test pyqt6 client #4314
Comments
The commit above implements a tiny and not very useful client that is only capable of showing windows using rgb encoding.. python3 xpra/client/qt6/main.py 127.0.0.1 10000 |
Now available as a package: XPRA_GUI_BACKEND=qt xpra attach tcp://192.168.0.10:10000/ Still only works for TCP sockets. Some useful documentation links: |
el9 doesn't have python3.11-pyqt6 packages
Important: new syntax for enabling the qt6 client:
|
Just for testing, because it's actually fairly easy to implement now that the code is quite modular.
The text was updated successfully, but these errors were encountered: