Re: [PATCH v2] Fix "Back", "Forward", and other special mouse buttons in XWayland.

2014-12-25 Thread Keith Packard
Peter Hutterer writes: > On Mon, Dec 22, 2014 at 11:35:29AM -0800, Dima Ryazanov wrote: >> Currently, the indexes are off by 4 because of the scroll buttons. >> >> Signed-off-by: Dima Ryazanov > > Reviewed-by: Peter Hutterer Merged. 70a6f65..f9e22ce master -> master -- keith.pack...@int

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