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

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

Re: launch QT app failed with wayland

2014-12-25 Thread Thiago Macieira
On Thursday 25 December 2014 19:59:18 Ray·Bloodworth wrote: > 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 w

launch QT app failed with wayland

2014-12-25 Thread Ray・Bloodworth
Hi, everyone I'm testing QT app on tizen-3.0.m14.3-ivi_20141028.3. Before ico homescreen installed, app could be launched with "launch_app" command successfully. After installing ico homescreen, I pressed the icon of this QT app and launch failed with these errors: Dec 25 03:49:45 loc