After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314280 - The file selector should honor .hidden files
The file selector should honor .hidden files
Status: RESOLVED OBSOLETE
Product: libgnomeui
Classification: Deprecated
Component: file-chooser
2.8.x
Other All
: Normal minor
: future
Assigned To: Alexander Larsson
gtk-bugs
: 314704 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-08-23 15:43 UTC by Uno Engborg
Modified: 2008-08-28 10:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
beginnings of a patch (4.23 KB, patch)
2006-12-04 09:16 UTC, Kjartan Maraas
needs-work Details | Review

Description Uno Engborg 2005-08-23 15:43:56 UTC
In Nautilus it is possible to hide files and folders by listing the files in a
.hidden file in the directory where they reside.  This feature is very useful
for sysadmins that want to reduce information overflow for ordinary users, by
only show files and folders on a need to know basis. 

The problem is that the hidden files are still listed in file dialogs. Here the
problem with too much information is even bigger than in Nautilus windows as the
file dialog often is smaller, and the chance that the user have to resort to
time consuming scrolling to find the file he needs is higher.

So please support hiding of files listed in the .hidden filein file selection
dialogs as well as in Nautilus windows.

BTW: .hidden files is also by MacOS-X. Supporting the .hidden file would
increase the compatiblility with filesystems exported from MacOS-X.

Other information:
Comment 1 Matthias Clasen 2005-08-23 16:00:13 UTC
The unix backend in GTK+ already does that. The code needs to be copied to the
gnome-vfs backend in libgnomeui.
Comment 2 Matthias Clasen 2005-08-29 05:08:18 UTC
*** Bug 314704 has been marked as a duplicate of this bug. ***
Comment 3 Kjartan Maraas 2006-12-04 09:16:20 UTC
Created attachment 77623 [details] [review]
beginnings of a patch

Attaching a 0.1 version of a patch to get comments on how things map to the GnomeVFS version. Not sure how the various structs map to the GtkFileSystemUnix variant so help is needed :-)
Comment 4 Kjartan Maraas 2008-08-28 10:20:24 UTC
This is obsolete now.