GNOME Bugzilla – Bug 150852
'Save As' dialog doesn't want to overwrite existing files
Last modified: 2011-02-04 16:16:53 UTC
Steps to Reproduce: 1. Save any file to any directory (e.g. with epiphany, gnome-64.png from the top-left corner of this page to $HOME). 2. Repeat step 1 with the same file. Expected results: File is overwritten (with confirmation of course). Actual Results: When $FILE is selected in step 2 and the 'Save' button is pressed, the dialog acts like it is cd'ing into $FILE. When 'Save' is pressed again (which is likely what an impatient user will do) the save operation fails. Epiphany simply shows 'Failed' in the progress bar of the download, and Evolution gives an error dialog saying: "Unable to create output file: /some/path/$FILE/$FILE Not a directory."
Confirmed, think this is a result of the 'allow typing directories into the entry' change. Pretty serious problem, IMO.
This happens with the Gnome-vfs backend but not the Unix backend for me.
This doesn't happen with the latest libgnomeui in the gnome-2-6 branch or HEAD. It's actually a duplicate of bug #146185 before I put a patch in it. *** This bug has been marked as a duplicate of 146185 ***