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 120089 - File Selector doesn't remember directory with weird characters
File Selector doesn't remember directory with weird characters
Status: RESOLVED DUPLICATE of bug 140532
Product: gedit
Classification: Applications
Component: general
2.2.x
Other Linux
: Normal normal
: GNOME2.8
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2003-08-17 19:08 UTC by Martijn Martens
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description Martijn Martens 2003-08-17 19:08:52 UTC
If you just saved a file to a directory containing a weird character (like
the "#" or ",") the next time you save a file the file selector switches to
the parent directory. This is frustatring for example if you want to save a
lot of pictures from the web to the same directory. 

My web browser (Galeon) isn't the only program where this happens, gedit
suffers from the same problem so I think it's a GTK+ bug. Excuse me if I
entered the wrong Module/Component, this is only my second time here.
Comment 1 Owen Taylor 2003-08-18 14:14:44 UTC
Just debugged this for gedit, and we have:

 gtk_file_selection_set_filename (filesel=0x8311268,
    filename=0x8315c88 "/home/otaylor/cvs/gnome/gtk-2-2/tests/a%23b/da")

so, it's a gedit (or gnome-vfs) bug where it isn't properly 
unescaping the  filename. The GIMP problem isn't going to be 
exactly the same, since it doesn't use gnome-vfs, so you should 
file another bug for that.
Comment 2 Federico Mena Quintero 2004-05-04 20:14:17 UTC
I'm pretty sure the problem is what is described in bug #140532.  Please un-mark
this as a duplicate if this is in fact another problem.

*** This bug has been marked as a duplicate of 140532 ***