Xpra: Ticket #1125: server.py's write_runner_shell_script() ignores XPRA_SCRIPT_BIN_DIR

def write_runner_shell_script(contents, overwrite=True):
    ...

in http://xpra.org/trac/browser/xpra/tags/v0.16.x/src/xpra/scripts/server.py#L141 calls do_get_script_bin_dir() directly, which bypasses usage of XPRA_SCRIPT_BIN_DIR.

This creates problems if the user needs to override the default location for whatever reason.



Fri, 19 Feb 2016 05:14:46 GMT - Antoine Martin: owner changed

Fixed in r11991. Not sure why I got that wrong or if there was a reason for it. (which makes me a bit nervous to apply it to older branches as a bug fix)

@urzds: please close if this works for you.


Sat, 27 Feb 2016 13:26:37 GMT - Antoine Martin: status changed; resolution set

Not heard back, closing.


Sat, 23 Jan 2021 05:15:40 GMT - migration script:

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