Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-19 Thread Bill Spitzak
On 01/14/2015 06:33 AM, Pekka Paalanen wrote: Btw. showing that message on screen instead of hiding it in the log would be quite a lot of effort: add an event to desktop-shell.xml, let Weston emit the event, and make weston-desktop-shell create a new window with the message. That window might

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-14 Thread Pekka Paalanen
On Mon, 5 Jan 2015 08:46:28 +1000 Peter Hutterer peter.hutte...@who-t.net wrote: On Fri, Jan 02, 2015 at 02:22:04PM +0100, Sjoerd Simons wrote: On Fri, 2015-01-02 at 13:07 +, Daniel Stone wrote: Hi, On 2 January 2015 at 12:24, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote:

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-04 Thread Peter Hutterer
On Tue, Dec 30, 2014 at 05:19:45PM +, Daniel Stone wrote: Hi, On 29 December 2014 at 00:03, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Dec 28, 2014 at 11:25:16PM +0100, Sjoerd Simons wrote: The reason for not having any input devices could actually be that there are

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-04 Thread Peter Hutterer
On Fri, Jan 02, 2015 at 02:22:04PM +0100, Sjoerd Simons wrote: On Fri, 2015-01-02 at 13:07 +, Daniel Stone wrote: Hi, On 2 January 2015 at 12:24, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Under the assumption that weston-launch is a tool for developers to start

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-02 Thread Pekka Paalanen
On Fri, 02 Jan 2015 13:24:36 +0100 Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Fri, 2015-01-02 at 13:34 +0200, Pekka Paalanen wrote: On Tue, 30 Dec 2014 17:19:45 + Daniel Stone dan...@fooishbar.org wrote: Hi, On 29 December 2014 at 00:03, Peter Hutterer

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-02 Thread Sjoerd Simons
On Fri, 2015-01-02 at 13:34 +0200, Pekka Paalanen wrote: On Tue, 30 Dec 2014 17:19:45 + Daniel Stone dan...@fooishbar.org wrote: Hi, On 29 December 2014 at 00:03, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Dec 28, 2014 at 11:25:16PM +0100, Sjoerd Simons wrote:

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-02 Thread Sjoerd Simons
On Fri, 2015-01-02 at 13:07 +, Daniel Stone wrote: Hi, On 2 January 2015 at 12:24, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Under the assumption that weston-launch is a tool for developers to start weston, then sure fine. If weston-launch gets used to autostart weston on

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-02 Thread Pekka Paalanen
On Tue, 30 Dec 2014 17:19:45 + Daniel Stone dan...@fooishbar.org wrote: Hi, On 29 December 2014 at 00:03, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Dec 28, 2014 at 11:25:16PM +0100, Sjoerd Simons wrote: The reason for not having any input devices could actually be

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-02 Thread Daniel Stone
Hi, On 2 January 2015 at 12:24, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Under the assumption that weston-launch is a tool for developers to start weston, then sure fine. If weston-launch gets used to autostart weston on bootup (as i'm doing in some cases), that behaviour is

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2015-01-02 Thread Pekka Paalanen
On Fri, 2 Jan 2015 13:07:57 + Daniel Stone dan...@fooishbar.org wrote: Hi, On 2 January 2015 at 12:24, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Under the assumption that weston-launch is a tool for developers to start weston, then sure fine. If weston-launch gets used to

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2014-12-30 Thread Daniel Stone
Hi, On 29 December 2014 at 00:03, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Dec 28, 2014 at 11:25:16PM +0100, Sjoerd Simons wrote: The reason for not having any input devices could actually be that there are no input devices attached, imagine that. Mention that cause in the

[PATCH] libinput-seat: Don't regard no input devices as failure

2014-12-28 Thread Sjoerd Simons
The reason for not having any input devices could actually be that there are no input devices attached, imagine that. Mention that cause in the warning and no longer return an error. This fixes starting weston on boards with no input devices attached. Signed-off-by: Sjoerd Simons

Re: [PATCH] libinput-seat: Don't regard no input devices as failure

2014-12-28 Thread Peter Hutterer
On Sun, Dec 28, 2014 at 11:25:16PM +0100, Sjoerd Simons wrote: The reason for not having any input devices could actually be that there are no input devices attached, imagine that. Mention that cause in the warning and no longer return an error. This fixes starting weston on boards with no