Re: gtk3-demo-application not running in gtk with Wayland back end

2012-05-28 Thread Alex Wu
Hi, What deos the setWaylandEnv.sh do? Please attached the detailed info about 1. version or commit info of wayland, weston and gtk3. 2. building opts for gtk3. 3. steps to reproduce. The more detailed info the more we may helps. 于 2012/5/29 12:19, suranjana.bhattacha...@wipro.com 写道: > Thanks a

RE: gtk3-demo-application not running in gtk with Wayland back end

2012-05-28 Thread suranjana.bhattacharya
Thanks a lot for the help! I have tried to run gnome-calculator on terminal (CTRL+ALT+F1) but it failed with following error. Please look into the following error description . couldn't open /home/wipro/.config/weston-desktop-shell.ini (process:29849): GLib-GIO-ERROR **: No GSettings schemas

Re: gtk3-demo-application not running in gtk with Wayland back end

2012-05-28 Thread Alex Wu
Due to some gtk application has dependency which may stop it running on wayland, I suggest to run a simple gtk3 application like gnome-calculator to verify that your gtk3 and weston works well. You can ref https://launchpad.net/~darxus/+archive/wayland-gtk

Port gtk plugins of webkit in wayland

2012-05-28 Thread suranjana.bhattacharya
Hello, I am trying to port GTK + (gtk+-3.2.0) on Wayland. For this I am trying to replace X11 dependencied used for plugins inside webkit-1.8.0 with corresponding Wayland API calls . While doing, I have observed that inside webcore folder we have gtk related plugin files like "PluginViewGtk.c

Re: Weston is not linking libm

2012-05-28 Thread Rob Bradford
The upstream vpx.pc file is missing -lm - an issue with patch is available here: http://code.google.com/p/webm/issues/detail?id=451 Cheers, Rob On 26 May 2012 14:11, Thiago Macieira wrote: > On sábado, 26 de maio de 2012 08.45.04, dar...@chaosreigns.com wrote: >> When I run that: >> $ pkg-confi

Re: [PATCH v2 2/2] Wayland: logging, replace printf by wl_log

2012-05-28 Thread Pekka Paalanen
On Mon, 28 May 2012 12:25:34 +0200 Martin Minarik wrote: > The wl_log() takes the same parameters as regular printf > --- > src/wayland-server.c | 17 +++-- > 1 files changed, 7 insertions(+), 10 deletions(-) > > diff --git a/src/wayland-server.c b/src/wayland-server.c > index 9f0

Re: [PATCH v2 1/2] Wayland: logging

2012-05-28 Thread Pekka Paalanen
On Mon, 28 May 2012 12:18:25 +0200 Martin Minarik wrote: > The core libwayland libraries should not handle logging, only passing > the error messages to subscribed functions. > An application linked to libwayland-server or libwayland-client > will be able to set own functions (one per library) to

[PATCH v2 2/2] Wayland: logging, replace printf by wl_log

2012-05-28 Thread Martin Minarik
The wl_log() takes the same parameters as regular printf --- src/wayland-server.c | 17 +++-- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 9f07b88..256c553 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.

[PATCH v2 1/2] Wayland: logging

2012-05-28 Thread Martin Minarik
The core libwayland libraries should not handle logging, only passing the error messages to subscribed functions. An application linked to libwayland-server or libwayland-client will be able to set own functions (one per library) to handle error messages. Changes in this version I've removed WL_PR

gtk3-demo-application not running in gtk with Wayland back end

2012-05-28 Thread suranjana.bhattacharya
Hello, I am new in Wayland development. I have built Wayland in a system having Ubuntu 11.10. I have also built gtk+3.0 with Wayland backend. I can successfully run Weston on terminal (CTRL+ALT+F1). But when I try to run gtk3-demo-application, it is not running and giving following errors.