Xpra: Ticket #1718: Traceback when running "Start Command" from tray

Server and client are both trunk r17604 Fedora 26 machines with Xpra built from source.

Simple one to reproduce - connect to a session and try to run a new command via the system tray. (with start-new-commands=yes set on the server)

When you click the button, the run command window does not pop up and this traceback is printed in the client output:

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/xpra/client/gtk_base/gtk_client_base.py", line 278, in show_start_new_command
    self.start_new_command = getStartNewCommand(run_command_cb, self.server_supports_sharing and self.server_supports_window_filters)
AttributeError: 'XpraClient' object has no attribute 'server_supports_sharing'

Of note: the start-child control command works fine.



Mon, 11 Dec 2017 17:59:39 GMT - J. Max Mena: description changed


Mon, 11 Dec 2017 18:21:18 GMT - Antoine Martin: status changed; resolution set

Fixed in r17606.


Tue, 26 Dec 2017 18:49:05 GMT - Antoine Martin: milestone changed


Sat, 23 Jan 2021 05:31:55 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1718