Error: building xwayland

2013-01-20 Thread ashjas
Hello, I have already built wayland and weston, and they are running fine,but when i try to build xwayland i am getting some configure errors: ./configure: line 24556: syntax error near unexpected token `'$(top_srcdir)/hw/xfree86/xwayland'' ./configure: line 24556: ` WAYLAND_SCANNER_RULES('$(top_

ask for help about multi-display in wayland

2013-01-20 Thread Xu, Jack
Hi, We are trying to enable two applications display on two screens separately. Currently we can drag the application another screen. But the "mouse" always appears on both screens. And we don't know how to display the application on selected screen by default when it's launched. The questions ar

Re: X to Wayland conversion documentation -- request

2013-01-20 Thread Scott Moreau
On Sun, Jan 20, 2013 at 12:40 PM, Joshua Marshall wrote: > PCManFM used gtk2, not 3. So nothing so easy, I'm afraid. > > In this case, PCManFM should be ported to gtk+3 since it's already a gtk client. The alternative would be to write a wayland client from scratch that is designed to fit the in

Re: X to Wayland conversion documentation -- request

2013-01-20 Thread Joshua Marshall
PCManFM used gtk2, not 3. So nothing so easy, I'm afraid. On Sun, Jan 20, 2013 at 6:57 PM, William Swanson wrote: > On Sun, Jan 20, 2013 at 4:18 AM, Joshua Marshall wrote: > > I'm trying to look at moving pcmanfm from LXDE over to Wayland. This > would > > be my first real attempt at doing muc

Re: X to Wayland conversion documentation -- request

2013-01-20 Thread William Swanson
On Sun, Jan 20, 2013 at 4:18 AM, Joshua Marshall wrote: > I'm trying to look at moving pcmanfm from LXDE over to Wayland. This would > be my first real attempt at doing much GUI related, so when searching for a > guide to switch a X based program to Wayland, I couldn't find any > documentation.

[PATCH wayland] protocol: Add wl_notification_daemon interface

2013-01-20 Thread Quentin Glidic
This interface is designed to be binded only once by a notification daemon. Notification surfaces are special surfaces that the user should always be able to see. The compositor is in charge of displaying them to be visible without disturbing the user workflow. --- This interface should be bindin

Re: X to Wayland conversion documentation -- request

2013-01-20 Thread Scott Moreau
Hi Joshua, On Sun, Jan 20, 2013 at 5:18 AM, Joshua Marshall wrote: > Hello! > > I'm trying to look at moving pcmanfm from LXDE over to Wayland. This > would be my first real attempt at doing much GUI related, so when searching > for a guide to switch a X based program to Wayland, I couldn't fin

X to Wayland conversion documentation -- request

2013-01-20 Thread Joshua Marshall
Hello! I'm trying to look at moving pcmanfm from LXDE over to Wayland. This would be my first real attempt at doing much GUI related, so when searching for a guide to switch a X based program to Wayland, I couldn't find any documentation. I would like to request such content be generated and inc