#1254 closed enhancement (fixed)
split the large config file into multiple files placed in xpra/conf.d
Reported by: | Antoine Martin | Owned by: | alas |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
The files should be parsed in ascending order, each file can override previous files rather than accumulate values for arrays. Keeps things simple.
The main difficulty is going to be changing setup.py to replace strings in multiple files.
Also support loading from the user's home dir under ~/.xpra/conf.d/
.
Change History (3)
comment:1 Changed 6 years ago by
Owner: | changed from Antoine Martin to alas |
---|---|
Summary: | split the large config file into multiple files placed in xpra.conf.d → split the large config file into multiple files placed in xpra/conf.d |
comment:3 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1254
Note: See
TracTickets for help on using
tickets.
Done in r12992 + rpm packaging in r12993. We now have in
/etc/xpra/conf.d
:This may help with #1253.
Minor fix for clean build target: r13207.
Hack for including those files under win32: r13209. (we can't use build_conf overrides with py2exe..)
@afarr: just a FYI, feel free to just close.