GNOME Bugzilla – Bug 324036
File Dialog widget fails to work with filesystems which require typing in a directory name to mount a directory
Last modified: 2006-04-13 02:33:07 UTC
The GTK File Dialog widget fails to work with filesystems which require typing in a directory name to mount a directory. Our company uses an automount filesystem on /net which mounts remote NFS servers when /net/servername is used in a path. The GTK File Dialog widget fails to provide any mechanism for working with these types of file systems. Further it is impracticle to setup the file systems to automatically query all hosts on the network (tens of thousands) on our network and mount all of them run with NFS exports. Please provide some method of working with these types of filesystems in the file dialog widget. Thanks. Other information:
Basically, asking your (less experienced) users to type in the path to the mount they need is a bad idea; configure a bookmark for them instead. An entry where someone has to type a mystic path that they can't browse to doesn't quite count as discoverable. For experienced users, I don't think it is awful that they can just start typing /net and get a dialog where they can enter the path. (If you don't buy this, and think that we *have* to have an entry visible by default, well, there is bug where you can go pile on with everybody else, though that generally isn't productive.) I think the last time someone complained I retitled the bug to something like "provide system-wide config file for bookmarks", but I can't find that bug. Either it's been fixed or I just can't find it.
Fixed in the federico-file-name-entry branch. I'll merge this to HEAD soon. In the meantime, I'll mark this as a duplicate of the "we need a filename entry" bug. *** This bug has been marked as a duplicate of 136541 ***