Guest User

xpra breaks with python3.8 3.8.4~rc1-1

a guest
Jul 9th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. $ firejail --x11 xeyes
  2.  
  3. ...
  4.  
  5. Error during threaded setup of <class 'xpra.server.mixins.child_command_server.ChildCommandServer'>
  6. Traceback (most recent call last):
  7. File "/usr/lib/python3/dist-packages/xpra/server/server_base.py", line 170, in threaded_init
  8. c.threaded_setup(self)
  9. File "/usr/lib/python3/dist-packages/xpra/server/mixins/child_command_server.py", line 92, in threaded_setup
  10. load_xdg_menu_data()
  11. File "/usr/lib/python3/dist-packages/xpra/platform/xposix/xdg_helper.py", line 237, in load_xdg_menu_data
  12. xdg_menu_data = do_load_xdg_menu_data()
  13. File "/usr/lib/python3/dist-packages/xpra/platform/xposix/xdg_helper.py", line 268, in do_load_xdg_menu_data
  14. menu = parse()
  15. File "/usr/lib/python3/dist-packages/xdg/Menu.py", line 1137, in parse
  16. return XMLMenuBuilder(debug).parse(filename)
  17. File "/usr/lib/python3/dist-packages/xdg/Menu.py", line 641, in parse
  18. menu = self.parse_menu(tree.getroot(), filename)
  19. File "/usr/lib/python3/dist-packages/xdg/Menu.py", line 659, in parse_menu
  20. self.parse_node(node, filename, menu)
  21. File "/usr/lib/python3/dist-packages/xdg/Menu.py", line 668, in parse_node
  22. menu = self.parse_menu(child, filename)
  23. File "/usr/lib/python3/dist-packages/xdg/Menu.py", line 659, in parse_menu
  24. self.parse_node(node, filename, menu)
  25. File "/usr/lib/python3/dist-packages/xdg/Menu.py", line 691, in parse_node
  26. parent.Rules.append(self.parse_rule(child))
  27. File "/usr/lib/python3/dist-packages/xdg/Menu.py", line 768, in parse_rule
  28. return Rule(type, tree)
  29. File "/usr/lib/python3/dist-packages/xdg/Menu.py", line 421, in __init__
  30. self.code = compile(self.expression, '<compiled-menu-rule>', 'eval')
  31. ValueError: Name node can't be used with 'True' constant
  32.  
  33. ...
  34.  
  35. Error processing handshake callback <function get_client_app.<locals>.handshake_complete at 0x7ff627673550>
  36. Traceback (most recent call last):
  37. File "/usr/lib/python3/dist-packages/xpra/client/ui_client_base.py", line 476, in handshake_complete
  38. cb(*args)
  39. File "/usr/lib/python3/dist-packages/xpra/scripts/main.py", line 1632, in handshake_complete
  40. log.info("Attached to %s", conn.target)
  41. AttributeError: 'NoneType' object has no attribute 'target'
  42.  
  43. ...
  44.  
  45. Error: cannot access the list of printers
  46. failed to connect to server
  47. Warning: server connection failure:
  48. server error
  49. error accepting new connection
Add Comment
Please, Sign In to add comment