Changes between Initial Version and Version 1 of Ticket #1169, comment 11
- Timestamp:
- 02/01/17 09:45:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1169, comment 11
initial v1 1 1 This has been broken by the changes in #1366 or #1340, r14923 and r14942 fix most of that. 2 The problem is that we now only install the symlinks into "/usr/local/bin" and not "/usr/bin" (a new "security" constraint in later OSX versions), and when we ssh in only the latter one is on the $PATH.. and so we can't find the "Xpra" binary and the proxy startnow fails. r14943 adds "/usr/local/bin/xpra" to the list of scripts we try to run.2 The problem is that we now only install the symlinks into "/usr/local/bin" and not "/usr/bin" (a new "security" constraint in later OSX versions), and when we ssh in only the latter one is on the $PATH.. and so we can't find the "Xpra" binary and the "proxy shadow start" now fails. r14943 adds "/usr/local/bin/xpra" to the list of scripts we try to run. 3 3 4 4 Probably not going to backport any of this since: