Changes between Version 6 and Version 7 of Configuration
- Timestamp:
- 05/20/17 08:57:45 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Configuration
v6 v7 1 1 {{{#!div class="box" 2 = Configuration =2 = [/wiki/Start Getting Started] : Configuration = 3 3 4 4 Almost all xpra features can be configured from the command line or through xpra's configuration files. … … 15 15 == Split Configuration: conf.d == 16 16 17 As of version 1.0, the configuration file has beensplit into multiple files stored in a {{{conf.d}}} sub-directory.17 The configuration file is split into multiple files stored in a {{{conf.d}}} sub-directory. 18 18 19 19 This applies to the system defaults as well as the per-user configuration overrides. … … 32 32 ---- 33 33 34 Do not edit the system defaults, as those will be overwritten whenever xpra is (re)installed. Use the per-user configuration files instead. 34 You should generally not edit the system default configuration files, as those may be overwritten whenever xpra is (re)installed. 35 Use the per-user configuration files instead, or add your own configuration file. 35 36 }}}