GNOME Bugzilla – Bug 399326
Dragging to nautilus doesn't store as filename used in file location input field
Last modified: 2008-08-28 17:55:20 UTC
When I drag the image in the screenshot dialog to my Desktop, I expect it to use the filename that is in the input field of that same dialog. Especially when I already have a file named Screenshot.png on my Desktop and then the inputfield automatically calls the new screenshot Screenshot-1.png, when I drag the image I expect it to save it as Screenshot-1.png and not to ask me if I want to overwrite Screenshot.png because there already is a file with that name. This is not an enhancement but a bug IMO. Thanks for this wonderfull piece of software and all your other work for the FOSS community.
This is indeed so.
Created attachment 80961 [details] [review] A failed attempt FWIW... This patch tries unsuccesfully to handle this. The problem is that because the saving is done in a different process, the renaming being done is not notificed to the child, so that when the latter wants to remove the file, it may have been renamed (and it does not know the new name...)
This bug partially overlaps with bug 170171 "User defined name when saving by drag and drop".
The bugs do not overlap, this is actually a duplicate of bug 170171. *** This bug has been marked as a duplicate of 170171 ***