You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
xpra start
xpra connect
Choose Information -> Session Info in the tray menu
System Information (please complete the following information):
Server OS: Debian Bookworm
Client OS: Debian Trixie
Xpra Server Version xpra 5.0-r0-1
Xpra Client Version 5.0-r32900-1
Additional context
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/xpra/client/gtk3/menu_helper.py", line 478, in show_session_info_cb
self.show_session_info()
File "/usr/lib/python3/dist-packages/xpra/client/gtk3/menu_helper.py", line 359, in show_session_info
self.client.show_session_info(*args)
File "/usr/lib/python3/dist-packages/xpra/client/gtk3/gtk_client_base.py", line 697, in show_session_info
self.session_info = SessionInfo(self, self.session_name, conn)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/xpra/client/gtk3/session_info.py", line 491, in __init__
self.populate_all()
File "/usr/lib/python3/dist-packages/xpra/client/gtk3/session_info.py", line 582, in populate_all
p_cb()
File "/usr/lib/python3/dist-packages/xpra/client/gtk3/session_info.py", line 1049, in populate_statistics
setall(self.quality_labels, self.all_values_from_info("quality", "encoding.quality"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/xpra/client/gtk3/session_info.py", line 1009, in all_values_from_info
return getv("cur", avg), getv("min", min), getv("avg", avg), getv("90p", avg), getv("max", max)
^^^
NameError: name 'avg' is not defined
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
System Information (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: