#2177 closed task (fixed)
runtime python warnings
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.5 |
Component: | core | Version: | 2.4.x |
Keywords: | Cc: |
Description
Similar to #2155 but this is for runtime warnings exposed using:
PYTHONWARNINGS=all xpra ...
Change History (2)
comment:1 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2177
Note: See
TracTickets for help on using
tickets.
threads_init()
everywhere unnecessarilyServer-side, the python2 server runs without any warnings.
With python3:
just preceding:
Client side:
set_wmclass
- we can always switch to the native API if we have to:This will do for now, and probably good enough until GTK4 - hopefully we can avoid moving to that.