#1125 closed defect (fixed)
server.py's write_runner_shell_script() ignores XPRA_SCRIPT_BIN_DIR
Reported by: | urzds | Owned by: | urzds |
---|---|---|---|
Priority: | major | Milestone: | 0.17 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description
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.
Change History (3)
comment:1 Changed 6 years ago by
Owner: | changed from Antoine Martin to urzds |
---|
comment:3 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1125
Note: See
TracTickets for help on using
tickets.
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.