GNOME Bugzilla – Bug 579232
gnome-screenshot ignores typed-in save location
Last modified: 2011-06-13 20:47:19 UTC
To replicate: 1. Start gnome-screenshot. 2. Choose a save directory, but type it into the "Location" box. Don't choose a folder by clicking to it (that doesn't seem to trigger this bug). 3. Notice that the chosen save directory is shown in the "Save in folder" area, then press "Save". 4. The new file is saved into the home directory (or whatever directory gnome-screenshot has last considered valid), not the chosen directory.
This is because gtk_file_chooser_get_current_folder_uri is used instead of gtk_file_chooser_get_uri: http://git.gnome.org/browse/gnome-utils/tree/gnome-screenshot/screenshot-dialog.c
Created attachment 172659 [details] [review] patch Here is a simple patch fixing this problem.
Thanks, I applied the patch to git master.
*** Bug 570425 has been marked as a duplicate of this bug. ***