Re: [PATCH v2 4/4] launcher: add logind backend

2013-10-22 Thread David Herrmann
Hi On Tue, Oct 22, 2013 at 1:56 AM, Kristian Høgsberg wrote: > On Tue, Oct 22, 2013 at 12:28:09AM +0200, David Herrmann wrote: >> Instead of connecting to weston-launch from launcher-util, we now try to >> connect to logind first. If logind provides session-devices, we use them. >> If not, we fal

Re: [PATCH v2 4/4] launcher: add logind backend

2013-10-21 Thread Kristian Høgsberg
On Tue, Oct 22, 2013 at 12:28:09AM +0200, David Herrmann wrote: > Instead of connecting to weston-launch from launcher-util, we now try to > connect to logind first. If logind provides session-devices, we use them. > If not, we fall back to the old weston-launch facility. Thanks, I've committed th

[PATCH v2 4/4] launcher: add logind backend

2013-10-21 Thread David Herrmann
Instead of connecting to weston-launch from launcher-util, we now try to connect to logind first. If logind provides session-devices, we use them. If not, we fall back to the old weston-launch facility. --- configure.ac | 17 +- src/Makefile.am| 8 + src/compositor-drm.c |