Skip to content

Commit

Permalink
Xpra-org#3670 fix ssh desktop start with older servers
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 24, 2022
1 parent 05d986b commit a270c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@ def run_remote_server(script_file, cmdline, error_cb, opts, args, mode, defaults
proxy_command = "_proxy_shadow_start"
else:
#ie: "_proxy_start_desktop"
proxy_command = f"_proxy_{mode.replace('-', '_')}"
proxy_command = f"_proxy_start_{mode.replace('-', '_')}"
params["proxy_command"] = [proxy_command]
else:
#tcp, ssl or vsock:
Expand Down

0 comments on commit a270c9f

Please sign in to comment.