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 154695 - gtkfilesystem implementations disagree on uri escaping
gtkfilesystem implementations disagree on uri escaping
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: High normal
: Small fix
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2004-10-06 15:28 UTC by Matthias Clasen
Modified: 2008-09-11 04:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2004-10-06 15:28:50 UTC
the gnome-vfs backend escapes +, the unix one doesn't. This would normally not
be a problem, but it causes the following scenario to fail, since both backends
share the .gtk-bookmarks files and expect to be able to do string comparisons on
uris:

1. add a bookmark to a path containing a +, using the gtk+ backend
2. remove the bookmark using the gnome-vfs backend

This is a relatively obscure case, but it would still be good to odify the 
format of the .gtk-bookmarks file, including the escaping scheme being used
Comment 1 Matthias Clasen 2008-09-11 04:35:24 UTC
No longer relevant, since we don't have multiple backends anymore.