Re: Gtk: cannot open display error

2014-08-23 Thread Boyan Ding
Hi, Google chrome (and chromium) doesn't have native wayland support (there is ozone for wayland but not official yet) at present so if you want to use it in wayland environment, you need Xwayland. You have to install weston >= 1.5.0 and enable xwayland in xorg-server 1.16.0 (refer to [1], git ve

Gtk: cannot open display error

2014-08-23 Thread Hongze Zhao
Hi All, Sorry for noob question again. I am running weston-launch in a tty, which I suppose should launch a weston compositor outside X. In the desktop showed, I can launch weston-terminal and other sample programs listed in the end of http://wayland.freedesktop.org/building.html. However, nothi

Re: queston about weston logger

2014-08-23 Thread Hongze Zhao
Hi Giulio, I mean something like Jlogger and cpplogger, with which I can insert some printing statements in the source code and the logger will record what I have printed to some log files. Thanks, Hongze On Sat, Aug 23, 2014 at 4:27 PM, Giulio Camuffo wrote: > 2014-08-23 22:01 GMT+03:00 Hong

Re: queston about weston logger

2014-08-23 Thread Giulio Camuffo
2014-08-23 22:01 GMT+03:00 Hongze Zhao : > Hi All, > > I am running weston outside X using weston-launch. I want to do tests on > some functions of weston source code thus I need a logger. Could anyone tell > me whether wayland has a default logger or how I could implement one? Hi, I'm not sure wh

queston about weston logger

2014-08-23 Thread Hongze Zhao
Hi All, I am running weston outside X using weston-launch. I want to do tests on some functions of weston source code thus I need a logger. Could anyone tell me whether wayland has a default logger or how I could implement one? Thanks, Hongze ___ waylan

[PATCH weston] Document output/scale configuration option in the weston.ini man page

2014-08-23 Thread maghoff+wayland
From: Magnus Hoff --- man/weston.ini.man | 11 +++ 1 file changed, 11 insertions(+) diff --git a/man/weston.ini.man b/man/weston.ini.man index 25da2b1..9bf53bb 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -374,6 +374,17 @@ be one of the following 8 strings: .fi .RE .TP

Re: Wayland compilation problem

2014-08-23 Thread Hongze Zhao
Hi Bill, After I clone the latest version of weston repository, it can build successfully. Hongze On Sat, Aug 23, 2014 at 1:54 PM, Hongze Zhao wrote: > Hi Bill, > > Thanks for suggestion. However, after I set PKG_CONFIG_PATH and make > install libinput, it still cannot find libinput > And i c

Re: Wayland compilation problem

2014-08-23 Thread Hongze Zhao
Hi Bill, Thanks for suggestion. However, after I set PKG_CONFIG_PATH and make install libinput, it still cannot find libinput And i confirm there is a libinput.pc under PKG_CONFIG_PATH Thanks, Hongze On Sun, Aug 17, 2014 at 10:58 PM, Bill Spitzak wrote: > On 08/17/2014 11:43 AM, Hongze Zhao w

Re: Wayland and Weston 1.6 alpha snapshot (1.5.91)

2014-08-23 Thread Pekka Paalanen
On Fri, 22 Aug 2014 10:51:19 -0700 Jason Ekstrand wrote: > On Fri, Aug 22, 2014 at 9:08 AM, Pekka Paalanen wrote: > > > Just before this alpha release, we bumped the xdg-shell experimental > > version[1]. This means that the world breaks, as the experimental > > version must be matched exactly.

Re: [PATCH libinput 1/2] Use -no-install instead of -static for local noinst linking

2014-08-23 Thread Hans de Goede
Hi, On 08/19/2014 01:57 AM, Peter Hutterer wrote: > The goal of -static was to avoid the libtool wrappers for easier debugging. > The -no-install flag does exactly that, without requiring static linking. > > Related to https://bugs.freedesktop.org/show_bug.cgi?id=82292 > > Signed-off-by: Peter H

Re: [PATCH weston] desktop-shell: Get rid of the racy shell client's destroy listener

2014-08-23 Thread Boyan Ding
I forgot to go through my mails before sending, completely the same with http://lists.freedesktop.org/archives/wayland-devel/2014-August/016816.html . Ignore mine. Sorry Boyan Ding On Sat, 2014-08-23 at 15:02 +0800, Boyan Ding wrote: > The only thing that desktop_shell_client_destroy() do is sett