GNOME Bugzilla – Bug 347534
file operation UI should handle G_FILE_ERROR_NAMETOOLONG error
Last modified: 2012-10-04 22:45:24 UTC
+++ This bug was initially created as a clone of Bug #308509 +++ The filechoose allows to input an overlong foldername when creating a new folder in 'select folder' mode. On my ext3 /home filesystem, I cannot create a folder with more than 255 bytes in its name: $ mkdir ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ mkdir: Ne peut créer le répertoire `ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ': Nom de fichier trop long (that's 128 Ä's) The filechooser has three bugs wrt. this: 1) It allows to input a longer name. 2) Creation of the folder fails because the name is too long (and the 'mkdir' utility can tell me that), but the error given is "Generic error". 3) The folder name is displayed %-escaped in the error dialogue. Screenshow following.
1) and 2) are still valid for 2.21.5. Modifying summary.
This was fixed a long time ago. *** This bug has been marked as a duplicate of bug 548844 ***