Re: [PATCH 7/7] launcher: add logind backend

2013-10-15 Thread David Herrmann
Hi On Tue, Oct 15, 2013 at 8:47 PM, Kristian Høgsberg wrote: > On Tue, Oct 15, 2013 at 02:30:02PM +0200, David Herrmann wrote: >> Instead of spawning weston-launch from the launcher-util, we now try to >> connect to logind first. If logind provides session-devices, we use them. >> If not, we fall

Re: [PATCH 7/7] launcher: add logind backend

2013-10-15 Thread Kristian Høgsberg
On Tue, Oct 15, 2013 at 02:30:02PM +0200, David Herrmann wrote: > Instead of spawning weston-launch from the 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

[PATCH 7/7] launcher: add logind backend

2013-10-15 Thread David Herrmann
Instead of spawning weston-launch from the 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 | 1 + src/Makefile.am| 8 + src/compositor-drm.c | 2