GNOME Bugzilla – Bug 166317
deleted file still appears, folder becomes unselectable
Last modified: 2011-02-04 16:18:25 UTC
Open a terminal. In a subfolder of home, like home/myfolder, create a file (e.g. touch home/myfolder/testfile). Open gedit and go to "File"/"Open...". Navigate to /home/myfolder. In the terminal, remove the file with "rm testfile:. In gedit's filechooser, click on the "myfolder" button in the path bar to refresh the file list. The removed file (testfile) still appears in the list, but with a blank icon, and you get plenty of warnings : GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkFileFolderGnomeVFS' Now, in the path bar, click on "home", then on "nyfolder" : you cannot select "myfolder" anymore, instead you get the warnings : GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed With gtk+ and gnome-vfs CVS.
Hmm, I don't see this with the 2.10 version of the relevant packages. What version of libgnomeui is this ?
Well I just re-upgraded everything, and I now have : libgnomeui 2.10.0 (cvs) libgnome 2.11.0 (cvs) gnome-vfs 2.10.1 (cvs) gtk+ 2.7.0 (cvs)... Is there something else I could upgrade ?
No idea. You will have to figure out if it is gnome-vfs that misses the information that the file is gone, or if the file chooser does not notice that the file system has changed.
Does this still happen with everything updated?
No response, closing