Weird Ubuntu 9.04 gtkFileChooser dialog bug??

2009-06-07 Thread Jack Turner
Hello List I'm struggling with a gtk bug that I don't know if is ubuntu specific but i suspect it is. In my app when I open a file chooser dialog the dialog will freeze with an hourglass and home folder and desktop icons are missing from the left pane. If I take the same open dialog code and com

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
ed 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 > Subject: Re: Old gtk app, file open dialog freezes (Ubuntu 9.04) > &

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

2009-06-06 Thread Jack Turner
ng with gio library seems to cause this. > When I canged some unrelated code to older GnomeVfs, the file open dialog > started to work fine on the new Ubuntu 9.04. > > Hopefully, the same tip could work for you. > > Regards, > Miroslav > > - Original Message -

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

2009-06-05 Thread Jack Turner
Hello List I just compiled an old gtk app of mine and everything work except when I try opening a file. The dialog will hang with an hourglass and some of the folders in the left is missing. I use this code: filedialog = gtk_file_chooser_dialog_new ("Open File", parent_window, GTK_FIL