Re: [PATCH wayland] RFC: Require WAYLAND_DISPLAY to be set instead of using wayland-0 as the default

2015-08-12 Thread Peter Hutterer
On Wed, Aug 12, 2015 at 02:41:08PM +0300, Pekka Paalanen wrote: > On Mon, 25 May 2015 01:12:15 -0700 > Dima Ryazanov wrote: > > > Although defaulting to wayland-0 seems convenient, it has an undesirable > > side effect: clients may unintentionally connect to the wrong compositor. > > Generally, i

[PATCH wayland] Require WAYLAND_DISPLAY to be set instead of using wayland-0 as the default

2015-08-12 Thread Dima Ryazanov
Although defaulting to wayland-0 seems convenient, it has an undesirable side effect: clients may unintentionally connect to the wrong compositor. Generally, it's safer to fail instead. Here's a real example: In Fedora 22, Gtk+ prefers Wayland over X11, though the default session is still a normal

Re: [PATCH wayland] RFC: Require WAYLAND_DISPLAY to be set instead of using wayland-0 as the default

2015-08-12 Thread Dima Ryazanov
Sounds good, will do! On Wed, Aug 12, 2015 at 4:41 AM, Pekka Paalanen wrote: > On Mon, 25 May 2015 01:12:15 -0700 > Dima Ryazanov wrote: > > > Although defaulting to wayland-0 seems convenient, it has an undesirable > > side effect: clients may unintentionally connect to the wrong compositor. >

Proposed 1.9 release schedule

2015-08-12 Thread Bryce Harrington
We're coming up to our next scheduled release. I've got a few scattered events and holidays but looking at my calendar, these dates look feasible and fit the timeframe we wanted: * 8/14 (Friday) - 1.8.91 (1.9 alpha) * 9/01 (Tuesday) - 1.8.92 (1.9 beta) + Feature freeze * 9/15 (Tuesday) - 1.

Re: [PATCH wayland] RFC: Require WAYLAND_DISPLAY to be set instead of using wayland-0 as the default

2015-08-12 Thread Pekka Paalanen
On Mon, 25 May 2015 01:12:15 -0700 Dima Ryazanov wrote: > Although defaulting to wayland-0 seems convenient, it has an undesirable > side effect: clients may unintentionally connect to the wrong compositor. > Generally, it's safer to fail instead. Here's a real example: > > In Fedora 22, Gtk+ pr

[PATCH weston v2] xwm: flush xcb connection only when we processed some event

2015-08-12 Thread Marek Chalupa
xwayland source is checked, so it dispatches twice on any event. If the other turn has no events to dispatch, we flush the connection redundantly v2. do not flood logs with 'unhandled event' messages Signed-off-by: Marek Chalupa Reviewed-by: Derek Foreman --- xwayland/window-manager.c | 3 ++-