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 306491 - Selecting (opening) folders with current UI is very difficult
Selecting (opening) folders with current UI is very difficult
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.6.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-06-04 18:28 UTC by Duncan Matthews
Modified: 2005-06-07 21:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
mockup of a new method (56.99 KB, image/jpeg)
2005-06-04 18:32 UTC, Duncan Matthews
Details

Description Duncan Matthews 2005-06-04 18:28:26 UTC
This is similar to Bug#:306089

Selecting folders with GtkFileChooser is akward, especially when trying to
choose a folder in the bookmarks.
"Home" and "Desktop" act as root folders which negates the ablility to select
them unless you navigate through "filesystem".
Custom Bookmarks, when clicked on, enter the folder. This means you need to
navigate a folder back and then choose the bookmarked folder - hardly intuitive.
A slightly different way of using the file chooser is needed for choosing folders.

Other information:
Comment 1 Duncan Matthews 2005-06-04 18:32:18 UTC
Created attachment 47239 [details]
mockup of a new method

Something like:

void	    gtk_file_chooser_set_folders_only (GtkFileChooser *chooser,
					     gboolean folders_only);

would be useful to change the behaviour for choosing folders.
See attached mock-up

Selecting the Bookmark sets the current selection as the location of the
bookmark.
The current directory is shown at the top of the list so it can be selected,
the contents indented to separate them, like a 1-tier folder tree.
I don't know if this is possible, or the best way to do it, but the current
method is rather awkward
Comment 2 Christian Kirbach 2005-06-07 16:10:14 UTC
Bug 306771 addresses your first complaints as well.

Your mockup is kind of an enhancement request and not neccessarily related to 
the issues you describe in your initial opening comment.
Comment 3 Federico Mena Quintero 2005-06-07 21:37:58 UTC
If you click on a folder in the bookmarks list and then click the OK button (or
whatever the confirmation button is called), the dialog will close and it will
accept the folder.