gtk_icon_theme_load_icon very slow

2008-10-01 Thread Adolfo González Blázquez
Hello, I'm developing a PyGTK application [1] which needs to load some icons from the current theme to show them in a treeview. The problem is that gtk_icon_theme_load_icon takes about two seconds to load icons from themes which are not standard [2]. I mean, if the user use a theme with 256x256

Re: gtk_icon_theme_load_icon very slow

2008-10-01 Thread Nicola Fontana
On Wed, 01 Oct 2008 13:51:39 +0200 Adolfo González Blázquez [EMAIL PROTECTED] wrote: The problem is that gtk_icon_theme_load_icon takes about two seconds to load icons from themes which are not standard [2]. I mean, if the user use a theme with 256x256 icons, the load of 5 icons

Re: gtk_icon_theme_load_icon very slow

2008-10-01 Thread Adolfo González Blázquez
El mié, 01-10-2008 a las 14:40 +0200, Nicola Fontana escribió: On Wed, 01 Oct 2008 13:51:39 +0200 Adolfo González Blázquez [EMAIL PROTECTED] wrote: The problem is that gtk_icon_theme_load_icon takes about two seconds to load icons from themes which are not standard [2]. I mean, if the user

Re: gtk_icon_theme_load_icon very slow

2008-10-01 Thread Emmanuele Bassi
On Wed, 2008-10-01 at 16:39 +0200, Adolfo González Blázquez wrote: ElementaryUbuntu theme [2]: - with this theme i can not create an icon cache (error on gtk-update-icon-cache): 9.8 secs if you don't report the error it's going to be very hard to know why gtk-update-icon-cache is not working.

Re: gtk_icon_theme_load_icon very slow

2008-10-01 Thread Adolfo González Blázquez
El mié, 01-10-2008 a las 16:05 +0100, Emmanuele Bassi escribió: On Wed, 2008-10-01 at 16:39 +0200, Adolfo González Blázquez wrote: ElementaryUbuntu theme [2]: - with this theme i can not create an icon cache (error on gtk-update-icon-cache): 9.8 secs if you don't report the error it's

Re: Playing video from within my gtkmm app

2008-10-01 Thread Stefan Kost
hi, Garth's KidStuff schrieb: Hey All, Does anyone have a good place to learn how to incorporate playing video from within my application? I have a drawable area that I draw all my application stuff on and I'd like to play a .mov file in a subportion of that area. You can use gstreamer