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 161671 - GtkFileChooser unable to distinguish between aliases for bookmarks
GtkFileChooser unable to distinguish between aliases for bookmarks
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.4.x
Other Linux
: Normal normal
: Small fix
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2004-12-19 02:14 UTC by Billy Biggs
Modified: 2009-06-12 19:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Billy Biggs 2004-12-19 02:14:20 UTC
GTK+ 2.4.13-1 from debian unstable

Using gtk_file_chooser_set_current_folder, if I use "/home/vektor" it opens with
the [Home] bookmark.

However, if I use "/home/vektor/" then I get [FS][home][vektor].  Similarly if I
use "/home/vektor/.".  I believe these should all behave the same as the root
alias "/home/vektor".
Comment 1 Milan Bouchet-Valat 2009-06-12 16:13:49 UTC
And for this one too, is it still true now that we use GIO? Thanks!
Comment 2 Federico Mena Quintero 2009-06-12 19:36:18 UTC
This doesn't happen anymore; I just added an --initial-folder option to testfilechooser.c to test this, and it appears to be fine.