Summary: | Dolphin cannot handle files with non-UTF8 characters in its name | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Eduardo Sánchez Muñoz <eduardosanchezmunoz> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | christoph, elvis.angelaccio, gabravier, kde, kdelibs-bugs |
Priority: | NOR | ||
Version: | 5.44.0 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eduardo Sánchez Muñoz
2018-03-25 17:02:05 UTC
I forgot to say that Dolphin will just say that the file does not exist. Looks like a bug in KIO, the same also happens in file dialog In KRun it fails in const QString localPath = d->m_strURL.toLocalFile(); if (!QFile::exists(localPath)) { Perhaps somewhere it actually replaces the broken unicode character by the replacement character, losing the original character, and then the file names don't match up and it aborts This is bug 165044. *** This bug has been marked as a duplicate of bug 165044 *** |