Changes between Initial Version and Version 1 of Ticket #2564
- Timestamp:
- 01/26/20 13:39:31 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2564
-
Property
Status
changed from
new
toassigned
-
Property
Status
changed from
-
Ticket #2564 – Description
initial v1 1 1 When starting a session I got the following Python3 error: 2 2 {{{ 3 3 Traceback (most recent call last): 4 4 File "/usr/lib/python3/dist-packages/xpra/client/mixins/tray.py", line 49, in setup_xpra_tray … … 9 9 v = u"\n".join(t) 10 10 TypeError: sequence item 0: expected str instance, tuple found 11 11 }}} 12 12 After that it moves back to GTK2 from GTK3 and it opens the connection but no tray menu is opened. 13 13