After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 548844 - Nautilus displays wrong error message for too long file names
Nautilus displays wrong error message for too long file names
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
2.23.x
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 347534 (view as bug list)
Depends on: 548163 591969
Blocks:
 
 
Reported: 2008-08-21 11:26 UTC by Cosimo Cecchi
Modified: 2012-10-04 22:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Handle G_IO_ERROR_FILENAME_TOO_LONG errors nicely when renaming files (1.07 KB, patch)
2009-10-11 21:22 UTC, Marcus Carlson
committed Details | Review
Handle G_IO_ERROR_FILENAME_TOO_LONG errors nicely when renaming files (1.07 KB, patch)
2010-12-18 02:02 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2008-08-21 11:26:03 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).
Comment 1 Leonardo Ferreira Fontenelle 2009-08-16 13:44:52 UTC
Bug #548163 was fixed, time to fix this in Nautilus :)
Comment 2 Marcus Carlson 2009-10-11 21:22:20 UTC
Created attachment 145258 [details] [review]
Handle G_IO_ERROR_FILENAME_TOO_LONG errors nicely when renaming files
Comment 3 Cosimo Cecchi 2010-12-18 02:02:38 UTC
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
Comment 4 Cosimo Cecchi 2010-12-18 02:02:44 UTC
Created attachment 176638 [details] [review]
Handle G_IO_ERROR_FILENAME_TOO_LONG errors nicely when renaming files
Comment 5 Cosimo Cecchi 2012-10-04 22:45:24 UTC
*** Bug 347534 has been marked as a duplicate of this bug. ***