Summary: | Translate/delete filesystem incompatible characters on copy, move, create, ... actions | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Michael Helmling <helmling> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugseforuns, kde-2011.08, kdelibs-bugs, nate, usrrgt |
Priority: | NOR | Keywords: | usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=136746 | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/2750b5b455cc5eed15f4cfd049d88cf749a58594 | Version Fixed In: | 5.86 |
Sentry Crash Report: |
Description
Michael Helmling
2009-07-05 20:11:32 UTC
the slave shouldn't do this, either it's done in the application (dolpin) or the KIO layer itself. *** Bug 179339 has been marked as a duplicate of this bug. *** A list of illegal filename conventions for FAT / NTFS filesystems can be found here: http://www.grouplogic.com/knowledge/index.cfm/fuseaction/view/docID/111 This problem is especially relevant for Digikam users, as Digikam default rename option uses the : character, which is illegal in FAT file systems. Therefore copying files from Digikam to USB sticks is a pain. Yes, I know that there is a workaround: change the Digikam settings. But that is for that specific case. This bug requests that all cases be dealt with intelligently. Thanks. *** Bug 182105 has been marked as a duplicate of this bug. *** Git commit 2750b5b455cc5eed15f4cfd049d88cf749a58594 by Ahmad Samir. Committed on 09/08/2021 at 11:17. Pushed by dfaure into branch 'master'. CopyJob: ask users about replacing invalid characters in file/folder names Some Windows filesystems disallow certain characters, which would result in the copy/move ...etc failing if one of the files has one of those characters. Now the user can select to replace those invalid characters with an "_". Related: bug 136746 FIXED-IN: 5.86 M +311 -106 src/core/copyjob.cpp https://invent.kde.org/frameworks/kio/commit/2750b5b455cc5eed15f4cfd049d88cf749a58594 |