Re: [PATCH libinput 3/3] Change the logging system to be per-context

2014-06-17 Thread Peter Hutterer
On Tue, Jun 17, 2014 at 11:20:00PM +0200, Jonas Ådahl wrote: > On Fri, Jun 13, 2014 at 12:48:33PM +1000, Peter Hutterer wrote: > > Rather than a single global logging function, make the logging dependent on > > the individual context. This way we won't stomp on each other's feet in the > > (admitte

Re: [PATCH libinput 3/3] Change the logging system to be per-context

2014-06-17 Thread Jonas Ådahl
On Fri, Jun 13, 2014 at 12:48:33PM +1000, Peter Hutterer wrote: > Rather than a single global logging function, make the logging dependent on > the individual context. This way we won't stomp on each other's feet in the > (admittedly unusual) case of having multiple libinput contexts. > > The log

Re: browser status on "pure wayland"

2014-06-17 Thread Andrea Giammarchi
Unfortunately it's not just that, the Network layer anod few other places require some GTK2 related code too so even getting rid of the Netscape plugin part I didn't manage to build it under clean GTK3 Moreover, to be honest it's like 6 years now I don't care about Flash player and plugins in gene

Re: browser status on "pure wayland"

2014-06-17 Thread Tiago Vignatti
yup, Ozone-Wayland enables a bunch of Chromium based targets including the Chromium Browser. I have it daily running on my testing machines and the state is quite good, with most of expected functionalities in place. In fact yesterday I've added video decoding acceleration support (through lib

xterm can't run in XWayland

2014-06-17 Thread yong....@freescale.com
Hi ALL: I run weston 1.5.0 with XWayland support using fb backend, but Xserver and Xterm were stuck in waiting events. I build xserver according the following URL, and xserver is listening. [08:36:59.390] xserver listening on display :0 http://wayland.freedesktop.org/xserver.html Can anyone

Re: [PATCH wayland-web 0/7] Version 6 of build instructions patch

2014-06-17 Thread Pekka Paalanen
On Sat, 14 Jun 2014 18:13:06 -0700 Bill Spitzak wrote: > On 06/14/2014 05:51 AM, Pekka Paalanen wrote: > > > It seems the live website did not update immediately by the push, > > and I'm not sure if there is something more to do. Let's wait a > > moment and see. > > The web site is still showin

Re: browser status on "pure wayland"

2014-06-17 Thread Caner Altinbasak
You can check ozone-wayland(wayland port of chromium): https://github.com/01org/ozone-wayland On 17 June 2014 01:34, Andrea Giammarchi wrote: > Hello There! > > Apologies if this has been discussed for years now but I've managed to > build weston on wayland without any X11 dependency and misera

Re: browser status on "pure wayland"

2014-06-17 Thread Tomeu Vizoso
On 17 June 2014 02:34, Andrea Giammarchi wrote: > > in WebKit2 --gtk=3.0 GTK2 is still required for some reason behind the scene > but GTK2 won't build without xorg libraries which is kinda a fail since I > had to bring in X related stuff that messed up with all other autogen.sh > builds ^_^ I gu