Changes between Version 4 and Version 5 of Usage/EnvironmentOptions
- Timestamp:
- 09/08/15 07:15:40 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/EnvironmentOptions
v4 v5 23 23 ||DEFAULT_XPRA_CONF_FILENAME||To change the default from: 'xpra.conf' || 24 24 ||DEFAULT_NET_WM_NAME||To change the default from 'Xpra' (see ticket:705#comment:10) || 25 ||SOCKET_TIMEOUT||How long to wait before the initial connection times out (defaults to 10) ||26 ||TCP_NODELAY ||Use TCP no-delay (defaults to 1) ||27 25 ||NO_ROOT_WARNING ||Skip warning if running as root (defaults to 0) || 28 26 ||INITENV_COMMAND ||Defaults to "xpra initenv" || 29 27 ||XPRA_USE_PROCESS_POLLING ||Use process polling instead of relying on SIGCHLD ||XPRA_SKIP_UI ||Skip warnings, useful when running without a console (defaults to 0) || 28 ||XPRA_FORCE_COLOR_LOG ||Force enable the coloured logger (defaults to 0) || 29 30 31 [[BR]] 32 33 == X11 == 34 35 ||XPRA_X11_PROPERTIES_IGNORED ||X11 properties we ignore as a CSV list, defaults to "_NET_WM_OPAQUE_REGION" || 36 ||XPRA_FORCE_REPLACE_WM ||Force an existing window manager to exit (defaults to 0) || 37 ||XPRA_LOG_MANAGE_FAILURES ||Log all failures to manage a window (defaults to 0) || 38 ||XPRA_NO_NET_SUPPORTED||CSV list of "_NET_SUPPORTED" items to remove from the default list we claim to support (default is empty) || 39 ||XPRA_X11_DEBUG_EVENTS ||CSV list of X11 events to debug (default is empty, typical values: "KeyPress,ClientMessage" ..) || 40 41 42 43 [[BR]] 44 45 == Network / Connection == 46 47 ||XPRA_SOCKET_HOSTNAME|| The name to use for the sockets, defaults to the hostname || 48 ||SOCKET_TIMEOUT||How long to wait before the initial connection times out (defaults to 10) || 49 ||TCP_NODELAY ||Use TCP no-delay (defaults to 1) || 30 50 ||XPRA_PASSWORD ||Override the password file option || 31 51 ||XPRA_ENCRYPTION_KEY ||Override the encryption key file option || 32 52 ||XPRA_XSHM ||Enable XShm (default to 1) || 33 53 34 54 [[BR]]