Re: [RFC] libinputmapper: Input device configuration for graphic-servers

2013-05-27 Thread Peter Hutterer
On Fri, May 24, 2013 at 05:07:14PM +0200, David Herrmann wrote: [...] This library is intended to solve the classification/detection problem. While the kernel evdev-interface provides us a bunch of information for each device, it doesn't provide any classification of the device (mostly

Re: ANNOUNCE: Wayland Live CD that starts directly to Wayland

2013-05-27 Thread Rune Kjær Svendsen
On Sat, May 25, 2013 at 7:15 AM, Ilyes Gouta ilyes.go...@gmail.com wrote: Hi, Would it be possible to place that ISO image on a usb key and to boot from it? If you're using GRUB2 you can do even better. Just place the script attached to this mail in the file /etc/grub.d/60_isoboot Then

[PATCH] config-parser: Avoid null dereference when handling config-parser ( when weston starts without config file. )

2013-05-27 Thread Mun, Gwan-gyeong
This patch fixes segmentation fault when weston starts without config file. --- From ad383a1ed8efa3ee402825bb99676c22f6578a5c Mon Sep 17 00:00:00 2001 From: Mun Gwan-gyeong elong...@gmail.com Date: Tue, 28 May 2013 00:04:26 +0900 Subject: [PATCH] config-parser: Avoid null dereference when

[PATCH] config-parser: Avoid null dereference when exiting. (case: weston starts without config file)

2013-05-27 Thread Mun, Gwan-gyeong
When exiting, this patch fixes segmentation fault. --- From: Mun Gwan-gyeong elong...@gmail.com Date: Tue, 28 May 2013 00:20:04 +0900 Subject: [PATCH] config-parser: Avoid null dereference when exiting. (case: weston starts without config file.) backtrace: (gdb) bt #0 0xb7704424 in

Re: [RFC] libinputmapper: Input device configuration for graphic-servers

2013-05-27 Thread David Herrmann
Hi Peter On Mon, May 27, 2013 at 12:35 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Fri, May 24, 2013 at 05:07:14PM +0200, David Herrmann wrote: [...] This library is intended to solve the classification/detection problem. While the kernel evdev-interface provides us a bunch of

[PATCH] Fix name clash in RDP compositor

2013-05-27 Thread Hardening
This patch fixes some name clashes introduced by last patches. --- src/compositor-rdp.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c index 1711fdd..e855ba6 100644 --- a/src/compositor-rdp.c +++ b/src/compositor-rdp.c @@