Re: launch QT app failed with wayland

2014-12-26 Thread nerdopolis
On Friday, December 26, 2014 05:59:37 PM Ray·Bloodworth wrote: > Hi, Thiago > >Thanks for your reply! > > >> Dec 25 03:49:45 localhost sh[597]: wl_surface@45: error 0: > >> surface->configure already set > > > >> Dec 25 03:49:45 localhost sh[597]: The Wayland connection experienced a > >> f

[PATCH weston] xwm: fix use after free

2014-12-26 Thread Giulio Camuffo
Calling wl_event_source_remove() will free the event source later, so reset the pointer to avoid calling it two times on the same pointer. Fix a compositor crash when copying some text from weston terminal, pasting it in the same terminal and hitting ctrl-u, while a X client is running. --- xwayla

Re: launch QT app failed with wayland

2014-12-26 Thread Giulio Camuffo
It would be useful if you could get the log of the client when exporting the env variable WAYLAND_DEBUG=1. -- Giulio 2014-12-26 15:50 GMT+02:00 Thiago Macieira : > On Friday 26 December 2014 17:59:37 Ray·Bloodworth wrote: >> Is there any possibility that ico-homescreen has setted surface alre

Re: launch QT app failed with wayland

2014-12-26 Thread Thiago Macieira
On Friday 26 December 2014 17:59:37 Ray·Bloodworth wrote: > Is there any possibility that ico-homescreen has setted surface already > and the secondary launched app(qt-wayland application) set surface again > which conflicts with ico-homescreen? > > Could you tell me any possibility about this

Re: launch QT app failed with wayland

2014-12-26 Thread Ray・Bloodworth
Hi, Thiago Thanks for your reply! >> Dec 25 03:49:45 localhost sh[597]: wl_surface@45: error 0: >> surface->configure already set > >> Dec 25 03:49:45 localhost sh[597]: The Wayland connection experienced a >> fatal error (Protocol error) > >> It was said something wrong with wayland prot