Re: Wayland application start failed

2016-08-05 Thread madana gopal
Hi, If you are running Qt app, QT_QPA_PLATFORM environment would have set to wayland. So, it is throwing this error. You can try changing this and see, whether the error is coming or not?. Thanks. Regards, Madan On Fri, Aug 5, 2016 at 2:39 PM, Anthenony wrote: > Hi, All: >

Re: inserting a "wl_display" object

2015-12-23 Thread madana gopal
Hi, I am unable to understand your question. Is ti not possible for you to call the wl_display_connect() API?. It will give the wl_display object right?. Regards, Madan On Tue, Dec 22, 2015 at 7:34 AM, wrote: > Hello, I'm new to Wayland. I need a "wl_display" object in

Error when using weston wl_surface_attach

2015-09-11 Thread madana gopal
Hi Team, I am working on wayland application. Basically, qt has separate qt wayland environment , due to which i am able to see qt window. In the same process, one more display conneciton is established using wl_display_connect call from ozone wayland. This is being used to output the webpage