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.98k stars 169 forks source link

runtime python warnings #2177

Closed totaam closed 5 years ago

totaam commented 5 years ago

Similar to #2155 but this is for runtime warnings exposed using:

PYTHONWARNINGS=all xpra ...
totaam commented 5 years ago

Server-side, the python2 server runs without any warnings. With python3:


Client side:


This will do for now, and probably good enough until GTK4 - hopefully we can avoid moving to that.

totaam commented 1 year ago

See also #3722