Changes between Version 12 and Version 13 of Usage/EnvironmentOptions
- Timestamp:
- 09/08/15 12:45:44 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/EnvironmentOptions
v12 v13 33 33 34 34 ||Variable ||Meaning || Default Value|| 35 || DEFAULT_NET_WM_NAME||To change the window manager name, aka {{{_NET_WM_NAME}}} (see ticket:705#comment:10) || 'Xpra'||36 || NO_ROOT_WARNING ||Skip warning if running as root || 0||35 ||XPRA_NET_WM_NAME||To change the window manager name, aka {{{_NET_WM_NAME}}} (see ticket:705#comment:10) || 'Xpra'|| 36 ||XPRA_NO_ROOT_WARNING ||Skip warning if running as root || 0|| 37 37 ||XPRA_USE_PROCESS_POLLING ||Use process polling instead of relying on SIGCHLD || 0|| 38 38 ||XPRA_POLL_DELAY ||When using process polling, how often do we schedule it (in seconds) || 2|| … … 60 60 ||XPRA_AV_SYNC_DELTA ||Adjustment to the sound sync delay in milliseconds || 0|| 61 61 ||XPRA_MOUSE_ECHO ||Request that the server forwards all mouse movements || 0|| 62 || STARTSTOP_SOUND_MENU ||Show the speaker and microphone tray menu entries || 0||62 ||XPRA_SHOW_SOUND_MENU ||Show the speaker and microphone tray menu entries || 0|| 63 63 ||XPRA_SET_WORKSPACE ||Monitor for window workspace changes || 1 (X11 only|| 64 64 ||XPRA_METADATA_SUPPORTED ||CSV list to request a more restricted set of window metadata from the server || || … … 88 88 89 89 ||Variable ||Meaning || Default Value|| 90 || DEFAULT_XPRA_CONF_FILENAME||Configuration file name || 'xpra.conf'||90 ||XPRA_CONF_FILENAME||Configuration file name || 'xpra.conf'|| 91 91 ||XPRA_INITENV_COMMAND ||The command we run via ssh to ensure the environment is ready || "xpra initenv"|| 92 92 ||XPRA_SYSCONF_DIR ||System configuration directory || [*]|| … … 158 158 ||XPRA_MAX_DELTA_SIZE ||Maximum size of the region to enable delta || 32768|| 159 159 ||XPRA_MAX_DELTA_HITS ||How many times do we use a delta region before recycling it || 20|| 160 || MIN_WINDOW_REGION_SIZE ||Size below which we always send a full window update || 1024||160 ||XPRA_MIN_WINDOW_REGION_SIZE ||Size below which we always send a full window update || 1024|| 161 161 ||XPRA_ALPHA ||Enable transparency support || 1|| 162 162 ||XPRA_FORCE_BATCH ||Always enable batching || 0|| … … 226 226 ||Variable ||Meaning || Default Value|| 227 227 ||XPRA_SOCKET_HOSTNAME ||The name to use for the sockets || the hostname|| 228 || SOCKET_TIMEOUT ||How long to wait before the initial connection times out || 10||229 || TCP_NODELAY ||Use TCP no-delay || 1||228 ||XPRA_SOCKET_TIMEOUT ||How long to wait before the initial connection times out || 10|| 229 ||XPRA_TCP_NODELAY ||Use TCP no-delay || 1|| 230 230 ||XPRA_PASSWORD ||Override the password file option || || 231 231 ||XPRA_ENCRYPTION_KEY ||Override the encryption key file option || ||