GNOME Bugzilla – Bug 349147
Editing a file in a non-existent folder gives unintuitive error messages
Last modified: 2006-10-16 14:45:20 UTC
As an example, open gedit to a (non-existent) file in a non-existent folder and hit 'save': > ~$ gedit non-existant-folder/file > ** (gedit:12029): WARNING **: Hit unhandled case 1 (File not found) in gedit_unrecoverable_saving_error_message_area_new. While the GUI gives: > Could not save the file /home/porges/non-existant-folder/file. > Unexpected error: File not found This needs to be a more informative message. Perhaps even give the user to option to create the folder? Other information:
Current cvs says: "Could not find the file /home/ra/ra/ra.txt. Please, check that you typed the location correctly and try again." Is that better? (BTW, the comma after Please shouldn't be there)
Perhaps add in an additional check to say "the folder you're trying to save in doesn't exist" or something similar? The more helpful the message, the better :)
*** This bug has been marked as a duplicate of 346354 ***