Re: [PATCH] config-parser: Honor the XDG_CONFIG_DIRS environment variable

2013-05-11 Thread Othman, Ossama
I've revised the patch to build a list of possible filenames as Bill suggested. This time around I've included a patch for the man page, as well. Thanks! -Ossama --- Search for a given config file in the directories listed in $XDG_CONFIG_DIRS if it wasn't found in $XDG_CONFIG_HOME or ~/.config.

Re: [PATCH] config-parser: Honor the XDG_CONFIG_DIRS environment variable

2013-05-11 Thread Othman, Ossama
Hi Bill, That's a great suggestion. I'll rework the patch. Thanks! -Ossama On Fri, May 10, 2013 at 5:32 PM, Bill Spitzak wrote: > > > Othman, Ossama wrote: > >> Hi, >> >> Minor correction to my previous patch. This revision corrects a small >> leak in config_file_path_xdg_config_**dirs(). >

Re: [PATCH weston v3 00/13] Sub-surfaces v3

2013-05-11 Thread Pekka Paalanen
On Fri, 10 May 2013 20:25:45 -0400 Kristian Høgsberg wrote: > On Thu, Apr 25, 2013 at 01:57:40PM +0300, Pekka Paalanen wrote: > > Hi all, > > > > this is the v3 of the sub-surfaces patch series, and it is no longer > > an RFC. This means that I consider this series ready for merging into > > Wes

[PATCH] Add a colord implementation of a CMS plugin for weston

2013-05-11 Thread Richard Hughes
This allows users to change the assigned display profile in GNOME (using gnome-control-center) or KDE (using colord-kde) and also allows the profiling tools to correctly inhibit the calibration state whilst measuring the native screen response. --- configure.ac | 10 + src/Makefile.am | 11