-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Xpra-x86_64_6.0-r34433
issues
#4023
Comments
Specifically, the "Connect" tab 2023-10-05 20:39:02,946 Error: cannot import python-cryptography
C:/msys64/mingw64/lib/python3.11/site-packages/gi/overrides/Gtk.py:1694: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, n_columns, homogeneous" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
C:/msys64/mingw64/lib/python3.11/site-packages/gi/overrides/Gtk.py:1694: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, n_columns, homogeneous" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
C:/msys64/mingw64/lib/python3.11/site-packages/gi/overrides/Gtk.py:1694: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, n_columns, homogeneous" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
C:/msys64/mingw64/lib/python3.11/site-packages/gi/overrides/Gtk.py:1694: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, n_columns, homogeneous" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
C:/msys64/mingw64/lib/python3.11/site-packages/gi/overrides/Gtk.py:1694: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, n_columns, homogeneous" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
2023-10-06 00:40:27,030 Error: cannot import python-cryptography |
I believe that this r34433 build is one that has
That's going to be tricky to fix as the message that is missing the newline is not one of ours!
The problem here is that when I implemented
This should be improved by #3964
Wasn't there more context with this error?
Where? Is this one of ours?
That's #3978 and GTK adding more deprecation warnings to scare people.
Will look into it, likely also #3978 which confuses the application bundler.
Will check. |
Turns out that I need the GUI code that triggers the |
Looks fixed to me, please let me know if I've missed something. |
Most look good in
and
|
The gstreamer one is an ongoing issue with unpredictable gstreamer elements: #3964 The pango one is a pango / GTK feature. The problem with that one is that we don't control where it gets triggered from: it could also come from |
Describe the bug
To be precise:
manifest, DPI awareness is still enabled.2023-10-05 20:22:13,434 Xpra GTK3 client version 6.0-r34433 (ge0a893aa3) beta
expect ugly output.
... if possible2023-10-05 20:22:41,194 Error: cannot import python-cryptography
To Reproduce
Steps to reproduce the behavior:
System Information (please complete the following information):
Additional context
Add any other context about the problem here.
Please see "reporting bugs" in the wiki section.
Also, for some reason,
xpra
doesn't want to update on Ubuntuso there's that too 😕
The text was updated successfully, but these errors were encountered: