Re: Unusual GTK error message

2012-07-21 Thread David Buchan
Thanks! From: Emmanuele Bassi To: David Buchan Cc: gtk-app-devel-list list Sent: Saturday, July 21, 2012 7:43 AM Subject: Re: Unusual GTK error message Hi; This was a bug that was recently fixed in gtk+: https://bugzilla.gnome.org/show_bug.cgi?id

Re: Unusual GTK error message

2012-07-21 Thread Emmanuele Bassi
Hi; This was a bug that was recently fixed in gtk+: https://bugzilla.gnome.org/show_bug.cgi?id=671817 The fix will be in the next stable release of gtk+. A workaround is to create the .local/share directory: mkdir -p .local/share Ciao, Emmanuele. On Friday, 20 July 2012, David Buchan wrot

Re: Unusual GTK error message

2012-07-21 Thread David Buchan
Frank wrote: "You don't have a .local directory in /root" Should I? From: Frank Cox To: gtk-app-devel-list@gnome.org Cc: David Buchan Sent: Saturday, July 21, 2012 1:10 AM Subject: Re: Unusual GTK error message On Fri, 20 Jul 2012 18:3

Re: Unusual GTK error message

2012-07-20 Thread Frank Cox
On Fri, 20 Jul 2012 18:37:01 -0700 (PDT) David Buchan wrote: > Any ideas? A google search comes up completely dry (!! when did that happen > last? weird) as does a Yahoo search. Dead end, it would seem. I'm certainly > not at all keen to muck around in /root/. You don't have a .local directory in

PS: Unusual GTK error message

2012-07-20 Thread David Buchan
Additional info: The first two errors appear when I press the "Open" button in the file chooser dialog. The third error appears when I close my program completely. Dave ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome

Unusual GTK error message

2012-07-20 Thread David Buchan
Background info: My program uses a file chooser dialog. I compiled it for the first time today on a 64-bit machine with Ubuntu 12.04 64-bit with gtk-3-dev. My program is run as root. I've been using it extensively on 32-bit machine with libtgtk2.0-dev and Ubuntu 10.04 with no errors. When I use