Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-09 Thread Jonas Ådahl
On Wed, Aug 09, 2017 at 01:42:51PM +0200, Marco Martin wrote: > On Wednesday 27 July 2016 15:54:58 Jonas Ådahl wrote: > > xdg-foreign is a protocol meant to enable setting up inter surface > > relationships across clients. Potential use cases are out-of-process > > dialogs, such as file dialogs, me

Re: [PATCH wayland-protocols v2] Introduce xdg-foreign protocol

2017-08-09 Thread Marco Martin
On Wednesday 27 July 2016 15:54:58 Jonas Ådahl wrote: > xdg-foreign is a protocol meant to enable setting up inter surface > relationships across clients. Potential use cases are out-of-process > dialogs, such as file dialogs, meant to be used by sandboxed processes > that may not have the access i

[PATCH libinput 1.8] tools: Fix race in (autotools) install

2017-08-09 Thread Jussi Kukkonen
exec/data distinction is done based on install dir so compat scripts must be moved in exec hook. This should fix this occasional failure: | install: cannot change permissions of | ‘/usr/bin/libinput-debug-events.compat’: No such file or directory Signed-off-by: Jussi Kukkonen --- Admittedly not