Re: Unable to run X-clients over Weston through XWayland

2019-12-11 Thread Devashish Tiwari
Hi, I am nowhere close to getting those 3 lines you mentioned in the trailing mail. Also note that, my $WAYLAND_DISPLAY variable is set to wayland-0 and $DISPLAY is set to :0. Is that alright? I am once again attaching my weston logs here for your analysis. Please let me know how to get those

Re: Input event notify or injection in Weston

2019-12-11 Thread Josh Simonot
I've found my answer in compositor-rdp.c which was to simply init and create a seat 🙂 not a big surprise. struct weston_seat *seat = zalloc(sizeof(*seat)); weston_seat_init(seat, compositor, "my_seat"); weston_seat_init_pointer(seat); I am curious to know why there was an existing seat "default

Re: wl_surface/wl_subsurface composition

2019-12-11 Thread Pekka Paalanen
On Wed, 11 Dec 2019 08:46:54 +0100 Martin Stransky wrote: > Hi guys, > > while solving a Firefox Wayland bug [1] I wonder if there's any > composition between a surface and a subsurface on compositor side > (namely mutter) when the subsurface area is subset of the surface and > the surface is

Re: Unable to run X-clients over Weston through XWayland

2019-12-11 Thread Pekka Paalanen
On Wed, 11 Dec 2019 14:07:50 +0530 "Devashish Tiwari" wrote: > Hi, > > Thanks for your response. > > I am still not sure about how to run X-clients (xeyes, xcalc, xclock > etc) on Weston running with xwayland module. > > I did: > >  export DISPLAY=':0' > > and tried to run Xclient. But I am

Re: Unable to run X-clients over Weston through XWayland

2019-12-11 Thread Devashish Tiwari
Hi, Thanks for your response. I am still not sure about how to run X-clients (xeyes, xcalc, xclock etc) on Weston running with xwayland module. I did:  export DISPLAY=':0' and tried to run Xclient. But I am getting the same error: Error: Can't open display: :0 I don't know what's the reason

Re: wl_surface/wl_subsurface composition

2019-12-11 Thread Scott Anderson
On 11/12/19 8:46 pm, Martin Stransky wrote: Hi guys, while solving a Firefox Wayland bug [1] I wonder if there's any composition between a surface and a subsurface on compositor side (namely mutter) when the subsurface area is subset of the surface and the surface is set as opaque. Both sur

Re: wl_surface/wl_subsurface composition

2019-12-11 Thread Sebastian Krzyszkowiak
On 12/11/19, Martin Stransky wrote: > Hi guys, > > while solving a Firefox Wayland bug [1] I wonder if there's any > composition between a surface and a subsurface on compositor side > (namely mutter) when the subsurface area is subset of the surface and > the surface is set as opaque. > > Both su