GNOME Bugzilla – Bug 136196
backup files
Last modified: 2008-08-28 10:19:27 UTC
The Fiel Chooser shows backup files, even tho display of such is turned off for Nautilus. This results in the user seeing a different set of files in the File Chooser than they see in Nautilus. Perhaps the File Chooser should follow the gconf settings of Nautilus (when using the GNOME backend, at least).
We need a general scheme to share configuration information between Nautilus and GTK+.
Cannot the gnome-vfs backend, as a temporary solution, simple use gconf to query the proper keys? (Sorry, I'm not familiar with how all that stuff inter-operates.)
I think the "generic mechanism" is called XSETTINGS/GtkSettings...
*** Bug 153940 has been marked as a duplicate of this bug. ***
.oO( How does one open backup files if they're always hidden?)
I think showing backup files should be controlled by the same toggle which shows hidden files in the file selector.
Yes, thats the idea. And that toggle should be synchronized with the toggle controlling nautilus hidden files, probably using some setting. Adding "*~" to the regexps for files hidden by the "show hidden files" toggle does not have to wait on the synchronization, though. A patch to make the file chooser use the same regexps as nautilus would be welcome.
I have done this for the unix backend now. Moving to libgnomeui to do the same for the gnome-vfs backend
Closing now that gtk+ is the one true file chooser implementation.