Re: Bug buddy reports

2008-02-03 Thread Matt Keenan
To disable bugbuddy and ensure your apps generate's core files you can either : Set env variable : GNOME_DISABLE_CRASH_DIALOG=1 or remoge "gnomebreakpad" from the eng variable GTK_MODULES. Either one will have the desired effect, Matt Emmanuele Bassi wrote: > On Sat, 2008-02-02 at 03:0

Re: What's wrong with the docs?

2008-02-03 Thread John Coppens
On Sun, 03 Feb 2008 18:40:37 +0200 Stefan Kost <[EMAIL PROTECTED]> wrote: > > - Are those docs maybe declared unaccessible by the spider engines? > > (by robots.txt or so) > > I guess library.gnome.org is just too new and maybe not linked that > much yet (I used good to search for sites that li

using g_spawn_command_line_async in a standalon statically liked app on Window

2008-02-03 Thread Stefano Esposito
Hi all, when i try to use the function in subject in a standalone app on a Windows system without gtk runtime installed, it complains about the not found helper app, which is shipped with glib installation. Now: is there a way to use this function without having the user to install gtk runtime AND

Re: What's wrong with the docs?

2008-02-03 Thread Stefan Kost
Hi, John Coppens schrieb: > Hello all... > > There must be something terribly wrong somewhere, when I try to find > documentation on operation with GTK+ or GDK elements, I always seem to > get _much_ more documentation from the Python/Perl libraries than from > the actual C interface. I'm sure ot

mixing widgets via glade and standard way ? (newbie)

2008-02-03 Thread Fred Müller
Dear folks, I'm wondering whether XML/glade based widget creation and 'standard' widget creation combine. All widgets are generated by libglade-2.0. Changing the text in an existing label works, adding a label to the table doesn't: { GtkWidget *l, *tl; if( !(tl=glade_xml_get_wid