GNOME Bugzilla – Bug 548844
Nautilus displays wrong error message for too long file names
Last modified: 2012-10-04 22:45:24 UTC
+++ This bug was initially created as a clone of Bug #548163 +++ In fm-error-reporting.c:fm_report_error_renaming_file () we should handle G_IO_ERROR_FILENAME_TOO_LONG errors, as GIO will hopefully provide them when choosing a too long name for renaming a file (when bug #548163 is fixed).
Bug #548163 was fixed, time to fix this in Nautilus :)
Created attachment 145258 [details] [review] Handle G_IO_ERROR_FILENAME_TOO_LONG errors nicely when renaming files
Hey Marcus, this patch still applies and looks alright, so I pushed it to master. The following fix has been pushed: 83aeec7 Handle G_IO_ERROR_FILENAME_TOO_LONG errors nicely when renaming files
Created attachment 176638 [details] [review] Handle G_IO_ERROR_FILENAME_TOO_LONG errors nicely when renaming files
*** Bug 347534 has been marked as a duplicate of this bug. ***