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 311304 - Canonisation of URIs problem in bookmarks
Canonisation of URIs problem in bookmarks
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.6.x
Other Linux
: Normal normal
: Small fix
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2005-07-22 21:42 UTC by Bastien Nocera
Modified: 2008-07-06 06:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2005-07-22 21:42:40 UTC
My ~/.gtk-bookmarks is:
---8<---
file:///home/hadess/Desktop/Downloads
file:///home/hadess/Sites/hadess.net/files/shots
sftp://localhost/
---8<---

In the bookmarks part of the file chooser, sftp://localhost/ (which will show up
as ".") is not removable. You will get an error saying: "sftp://localhost does
not exist in the bookmarks list" (notice the trailing '/').

Modifying the bookmarks file to list "sftp://localhost" instead of
"sftp://localhost" makes it removable again.
Comment 1 Matthias Clasen 2008-07-06 06:13:12 UTC
Seems to be work fine in current GTK+ trunk, likely fixed by the move to gio and GFile.