Skip to content

Commit

Permalink
#1169 add "/usr/local/bin/xpra" to the list of remote-xpra scripts we…
Browse files Browse the repository at this point in the history
… try to execute so it finds the OSX installed one

git-svn-id: https://xpra.org/svn/Xpra/trunk@14943 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 1, 2017
1 parent 3676764 commit 094fb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def do_get_script_bin_dirs():
def get_remote_run_xpra_scripts():
return envaslist_or_delegate("XPRA_REMOTE_RUN_XPRA_SCRIPTS", do_get_remote_run_xpra_scripts)
def do_get_remote_run_xpra_scripts():
return ["~/.xpra/run-xpra", "$XDG_RUNTIME_DIR/xpra/run-xpra", "xpra"]
return ["~/.xpra/run-xpra", "$XDG_RUNTIME_DIR/xpra/run-xpra", "xpra", "/usr/local/bin/xpra"]


def get_sshpass_command():
Expand Down

0 comments on commit 094fb80

Please sign in to comment.