GNOME Bugzilla – Bug 598974
A newly created folder is not shown in "save as" dialog
Last modified: 2009-10-22 20:08:22 UTC
When saving an image to file, there is a "Create Folder" option in the dialog. If a new folder within the current directory is created with this button, the directory content is not refreshed, so the new created folder is not seen by the user. One has to explicitely leave the current folder and enter it again to see this created folder.
That would be a bug in GTK+ or GLib then. What versions of these libraries are you using?
Tell me, how to find it out. I can not find any file containing gtk+ in the filename using find inside the MacOSX application folder. Searching for files containing gtk brings: ./Contents/Resources/etc/gimp/2.0/gtkrc ./Contents/Resources/etc/gtk-2.0 ./Contents/Resources/etc/gtk-2.0/gtk.immodules ./Contents/Resources/etc/gtk-2.0/gtkrc ./Contents/Resources/lib/gtk-2.0 ./Contents/Resources/lib/libgtk-x11-2.0.0.1400.7.dylib ./Contents/Resources/lib/libgtk-x11-2.0.0.dylib ./Contents/Resources/lib/libgtk-x11-2.0.dylib ./Contents/Resources/lib/libgtkglext-x11-1.0.0.0.0.dylib ./Contents/Resources/lib/libgtkglext-x11-1.0.0.dylib ./Contents/Resources/lib/libgtkglext-x11-1.0.dylib ./Contents/Resources/lib/libgtkimageview.0.0.0.dylib ./Contents/Resources/lib/libgtkimageview.0.dylib ./Contents/Resources/lib/libgtkimageview.dylib plus several python bindings, messages and so on. Looking for glib gives: ./Contents/Resources/lib/libdbus-glib-1.2.1.0.dylib ./Contents/Resources/lib/libdbus-glib-1.2.dylib ./Contents/Resources/lib/libdbus-glib-1.dylib ./Contents/Resources/lib/libglib-2.0.0.dylib ./Contents/Resources/lib/libglib-2.0.dylib ./Contents/Resources/lib/libpoppler-glib.4.0.0.dylib ./Contents/Resources/lib/libpoppler-glib.4.dylib ./Contents/Resources/lib/libpoppler-glib.dylib
libgtk-x11 is one of the libraries in the GTK+ suite.
I fail to reproduce this using fink's gimp (built from sources 2.6.6) using gtk (built for x11 from sources version 2.16.6) on osx 10.4/ppc. Save As...New Folder creates the folder in the file-list with the name as an editable field, and then it's there for me to use. Based on the file listing in Comment #2, reporter is using an .app bundle, probably downloaded precompiled as a .dmg installer. libgtk-x11 filename 1400.7 corresponds to gtk version 2.14.7. Sounds like 1) a gtk not gimp issue using 2) an unknown-provenance binary that is 3) an old version.
Yeah, let's close it as OBSOLETE then. Bug reports against binaries for the Mac should anyway always first be reported to the packager of the binary.