Re: Accelerator

2009-06-06 Thread Stefan Kost
dhk schrieb: > Are accelerators only for menu items? I've seen a lot of examples with > accelerators and the all seem to connect to a menu item. I've been > having a difficult time getting accelerators to work even with the > examples. I think I'm missing something. > > One thing I would like i

Re: Old gtk app, file open dialog freezes (Ubuntu 9.04)

2009-06-06 Thread Miroslav Rajcic
No idea, those methods are documented under glib. Perhaps someone else will know the details. - Original Message - From: "Jack Turner" To: "Miroslav Rajcic" Cc: Sent: Saturday, June 06, 2009 1:51 PM Subject: Re: Old gtk app, file open dialog freezes (Ubuntu 9.04) I'm a bit confuse

Re: Remove libgio from linking?

2009-06-06 Thread Emmanuele Bassi
On Sat, 2009-06-06 at 14:33 +0200, Jack Turner wrote: > I link my app using autotools and pkg-config with gtk+-2.0. > How do I disable linking of libgio? you can't, since gtk+ itself depends on GIO. ciao, Emmanuele. -- Emmanuele Bassi, W: http://www.emmanuelebassi.name B: http://blogs.gnome.o

Remove libgio from linking?

2009-06-06 Thread Jack Turner
Hello List I link my app using autotools and pkg-config with gtk+-2.0. How do I disable linking of libgio? /Jacob ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Old gtk app, file open dialog freezes (Ubuntu 9.04)

2009-06-06 Thread Jack Turner
I'm a bit confused, are the g_io functions (g_io_channel_unix_new() and such) from libgio? On Sat, 2009-06-06 at 12:52 +0200, Miroslav Rajcic wrote: > Not sure if it is Ubuntu specific, but Ubuntu versions older thant 9.04 work > fine whth gio. > > I haven't investigated too deeply into the issu

Re: Old gtk app, file open dialog freezes (Ubuntu 9.04)

2009-06-06 Thread Miroslav Rajcic
Not sure if it is Ubuntu specific, but Ubuntu versions older thant 9.04 work fine whth gio. I haven't investigated too deeply into the issue, because I didn't critically depend on gio methods. - Original Message - From: "Jack Turner" To: ; Sent: Saturday, June 06, 2009 11:48 AM Su

Re: Old gtk app, file open dialog freezes (Ubuntu 9.04)

2009-06-06 Thread Jack Turner
Seem likely that I have the same problem. This must be an Ubuntu bug then? I just can't see how I can do without the g_io functions that I use. On Sat, 2009-06-06 at 07:50 +0200, Miroslav Rajcic wrote: > I had the same problem with my program, and discovered by chance > that linking with gio libr