-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
python3 gtk3 client feature parity #1717
Comments
Crash on MS Windows reported upstream: pygi key event handler crash on 64-bit with 'de' keyboard layout. |
Forwarded upstream to gnome bugzilla: Crash when accessing the "string" attribute of GdkEventKey on 64bit Windows |
GTK bug from comment:3 has now been moved to https://gitlab.gnome.org/GNOME/pygobject/issues/147 |
now 90% complete:
Still TODO:
|
General updates:
win32
PosixStill TODO:
|
Is there a possibility to enable the GTK3 client? (Side note: the man page shows options |
Yes, just build xpra with python3.
There is no packaging for Debian yet, only RPMs for Fedora. Note: the GTK3 client includes X11 bindings for some of the features that are not exposed through GTK. You may need to tweak the build file to disable those.
Fixed in r18888, thanks! |
This will do for this release, will follow up in #1818 |
win32 crash: #2162 |
Split from #1568.
Remaining features missing from the python3 / GTK3 client.
Most of those can be seen in the GTK2 version.
The text was updated successfully, but these errors were encountered: