weston/src/xwayland
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
..
hash.c Move xwayland integration into xwayland subdirectory 2012-05-21 17:03:16 -04:00
hash.h Move xwayland integration into xwayland subdirectory 2012-05-21 17:03:16 -04:00
launcher.c config-parser: Honor XDG_CONFIG_DIRS 2013-05-14 14:36:37 -04:00
Makefile.am Add missing builddir includes for version.h 2013-02-20 14:47:43 -05:00
selection.c input: Merge wl_seat into weston_seat 2013-05-07 09:07:43 -04:00
window-manager.c compositor: Adapt to wl_surface going away 2013-05-08 09:54:37 -04:00
xwayland.h xwm: Reparent client windows into ARGB windows 2013-05-02 13:43:34 -04:00