Changes between Version 2 and Version 3 of Configuration
- Timestamp:
- 11/19/16 05:04:54 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Configuration
v2 v3 3 3 4 4 Almost all xpra features can be configured from the command line or through xpra's configuration files. ''(some more obscure features can be configured using [http://xpra.org/trac/wiki/Usage/EnvironmentOptions environment] variables)'' 5 6 You can find some example configuration files here: [http://xpra.org/conf/ sample /etc/xpra/ directory] 5 7 6 8 The manual can be found online here: [http://xpra.org/manual.html]. … … 9 11 The configuration files use the exact same format as the command line options documented in the manual, just without the "--" prefix. 10 12 }}} 13 14 {{{#!div class="box" 15 == Configuration Files Location == 16 17 The exact location of the configuration files varies widely from platform to platform, and even from one version of the OS to another... 18 19 * for unix-like operating systems, the system configuration usually lives in {{{/etc/xpra}}} and the per-user settings can be placed in {{{~/.xpra}}} - you can also run the {{{xpra/platform/path.py}}} script for more details 20 * on Mac OS X, we ship a command line tool found under {{{Xpra.app/Contents/Helpers/Path_info}}} which will show you the file locations you can also use - {{{~/.xpra}}}, although this is deprecated 21 * on MS Windows, you can run the {{{Path_info.exe}}} tool found in the Xpra installation folder 22 }}}