Changes between Version 2 and Version 3 of Usage/EnvironmentOptions
- Timestamp:
- 09/08/15 07:01:07 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/EnvironmentOptions
v2 v3 5 5 This list evolves constantly and should not be used as a definitive reference, only the source code for a particular version is. 6 6 7 [[BR]] 8 9 7 10 {{{#!div class="box" 8 11 == Generic Environment Variables 9 12 10 ||= Name =||= Usage =||11 13 ||HOME ||User UUID || 12 14 ||XDG_CURRENT_DESKTOP ||Detect the Ubuntu 'Unity' desktop || 13 15 ||LD_LIBRARY_PATH ||Locate [/wiki/FakeXinerama] and other libraries || 16 ||DBUS_SESSION_BUS_ADDRESS ||Locate the dbus session server || 17 18 [[BR]] 19 20 == Internal == 21 22 ||XPRA_USE_PROCESS_POLLING ||Use process polling instead of relying on SIGCHLD ||DEFAULT_XPRA_CONF_FILENAME||To change the default from: 'xpra.conf' || 23 ||DEFAULT_NET_WM_NAME||To change the default from 'Xpra' (see ticket:705#comment:10) || 24 ||SOCKET_TIMEOUT||How long to wait before the initial connection times out (defaults to 10) || 25 ||TCP_NODELAY ||Use TCP no-delay (defaults to 1) || 26 ||NO_ROOT_WARNING ||Skip warning if running as root (defaults to 0) || 27 ||INITENV_COMMAND ||Defaults to "xpra initenv" || 28 14 29 15 30 [[BR]] … … 17 32 == Fault Injection == 18 33 19 ||= Name =||= Usage =||20 34 ||XPRA_PAINT_FAULT_INJECTION_RATE || Numeric value: how often to simulate paint errors (a value of 10 will cause 1 fault for every 10 paint events) || 21 35 ||XPRA_PAINT_FAULT_INJECTION_TELL || Whether paint faults are reported back to the server || … … 25 39 == Clipboard == 26 40 27 XPRA_DISCARD_TARGETS 28 XPRA_TRANSLATEDCLIPBOARD_LOCAL_SELECTION 29 XPRA_TRANSLATEDCLIPBOARD_REMOTE_SELECTION 41 ||XPRA_DISCARD_TARGETS ||List of clipboard targets which are discarded || 42 ||XPRA_TRANSLATEDCLIPBOARD_LOCAL_SELECTION ||Default local selection for translated clipboard || 43 ||XPRA_TRANSLATEDCLIPBOARD_REMOTE_SELECTION ||Default remote selection for translated clipboard || 30 44 }}}