Re: [PATCH weston] libweston-desktop/xwayland: Do not over-destroy the view

2016-09-06 Thread Giulio Camuffo
2016-09-01 2:27 GMT+03:00 Quentin Glidic : > On 30/08/2016 02:26, Bryce Harrington wrote: >> >> On Thu, Aug 18, 2016 at 04:45:30PM +0200, Quentin Glidic wrote: >>> >>> From: Quentin Glidic >>> >>> With this weston_view_destroy() call, Xwayland popups make Weston freeze >>> in a busy-loop (probably

Re: [PATCH weston] libweston-desktop/xwayland: Do not over-destroy the view

2016-08-31 Thread Quentin Glidic
On 30/08/2016 02:26, Bryce Harrington wrote: On Thu, Aug 18, 2016 at 04:45:30PM +0200, Quentin Glidic wrote: From: Quentin Glidic With this weston_view_destroy() call, Xwayland popups make Weston freeze in a busy-loop (probably corrupted wl_list). Looks like weston_desktop_surface_unlink_vie

Re: [PATCH weston] libweston-desktop/xwayland: Do not over-destroy the view

2016-08-29 Thread Bryce Harrington
On Thu, Aug 18, 2016 at 04:45:30PM +0200, Quentin Glidic wrote: > From: Quentin Glidic > > With this weston_view_destroy() call, Xwayland popups make Weston freeze > in a busy-loop (probably corrupted wl_list). Looks like weston_desktop_surface_unlink_view() calls weston_desktop_view_destroy() f

[PATCH weston] libweston-desktop/xwayland: Do not over-destroy the view

2016-08-18 Thread Quentin Glidic
From: Quentin Glidic With this weston_view_destroy() call, Xwayland popups make Weston freeze in a busy-loop (probably corrupted wl_list). Signed-off-by: Quentin Glidic --- libweston-desktop/xwayland.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libweston-desktop/