[clutter] embedding a clutter stage into a pygtk window

2009-12-25 Thread Ankur Sinha
hey, I'm making a ui, where I've designed a clutter stage and embedded it into a pygtk window. a pic: http://ankursinha.fedorapeople.org/misc/Screenshot-Untitled% 20Window-4.png The entire thing is a clutter stage, embedded into a pygtk Window. I want to increase the opacity of the two icon

Re: [clutter] Help building pyclutter

2010-03-17 Thread Ankur Sinha
On Sat, 2010-03-13 at 11:05 +0100, Bastian Winkler wrote: they all live on git.clutter-project.org: git://git.clutter-project.org/bindings/pyclutter git://git.clutter-project.org/bindings/pyclutter-gst git://git.clutter-project.org/bindings/pyclutter-gtk so long :wq buz Hey, i

[clutter] failed to create drawable Error

2010-05-11 Thread Ankur Sinha
Hey, I'm getting this error for a very simple program. Is this a clutter issue or a driver issue? How do I debug it? The source is here: https://fedorahosted.org/fedora-tour/browser/src failed to create drawable (fedora-tour.py:7331): Clutter-WARNING **: Unable to create a new stage: the

[clutter] pyclutter code SEGFAULTS

2010-06-07 Thread Ankur Sinha
hi, I'm trying to run this code[1] but it continually segfaults. It worked previously and I really can't recall what's changed. Here's the backtrace. Can someone please point me to the thing that's breaking? Starting program: /usr/bin/python Splash.py [Thread debugging using libthread_db

[clutter] How do i get screen properties with clutter?

2010-06-12 Thread Ankur Sinha
hey, I would like my stage to be say, 80% of the screen size. How would I find the size of the screen using pyclutter? I've been through the docs and I don't see any methods that would give me this info. Also, how do I remove window decorations? for eg, I'm making a splash, which doesn't need

Re: [clutter] How do i get screen properties with clutter?

2010-06-12 Thread Ankur Sinha
On Sat, 2010-06-12 at 17:36 +0100, Emmanuele Bassi wrote: On Sat, 2010-06-12 at 21:58 +0530, Ankur Sinha wrote: hey, I would like my stage to be say, 80% of the screen size. How would I find the size of the screen using pyclutter? I've been through the docs and I don't see any methods