Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The socket directories override from CLI is not necessary, because:
* Socket-activated Xpra proxy server listens on TCP port 14500, and does not bind to any Unix domain socket via '--bind=none'. * Non-socket-activated Xpra proxy server listens on TCP port 14500 and does bind on '/run/xpra/system' domain socket via '--bind=/run/xpra/system'. The negative side effect of restricting 'DotXpra.socket_details' to search only in '/run/xpra' is that existing sockets in '$XDG_RUNTIME_DIR/xpra' can not be found by 'make_authenticators', so remote user can not re-attach to existing Xpra backend server via proxy. Signed-off-by: Vasyl Gello <[email protected]>
- Loading branch information