Comment 5 for bug 1009208

Revision history for this message
Victor Martinez (victored) wrote :

This is a problem with character encoding. GTK+ expects text to be encoded in UTF-8, while Files/Marlin are using the system's native encoding, producing this kind of arbitrary failures. A call to g_locale_to_utf8() would be enough to fix filenames.