weston/man
Ossama Othman a50e6e4c50 config-parser: Honor XDG_CONFIG_DIRS
This set of changes adds support for searching for a given config file
in the directories listed in $XDG_CONFIG_DIRS if it wasn't found in
$XDG_CONFIG_HOME or ~/.config.  This allows packages to install custom
config files in /etc/xdg/weston, for example, thus allowing them to
avoid dealing with home directories.

To avoid a TOCTOU race the config file is actually open()ed during the
search.  Its file descriptor is returned and stored in the compositor
for later use when performing subsequent config file parses.

Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-05-14 14:36:37 -04:00
..
.gitignore update .gitignores for src/ and man/ 2013-02-26 11:20:29 -05:00
Makefile.am Weston: weston.ini.man page 2013-01-24 19:44:00 -05:00
weston-drm.man man: add weston-drm page 2012-11-27 11:12:56 -05:00
weston.ini.man config-parser: Honor XDG_CONFIG_DIRS 2013-05-14 14:36:37 -04:00
weston.man weston.man: Document the way to disable idle timeout 2013-03-19 15:50:45 -04:00