https://bugs.kde.org/show_bug.cgi?id=468282
Bug ID: 468282 Summary: Cannot copy files containing \n to a NTFS file system, no specific error is shown Classification: Frameworks and Libraries Product: frameworks-kio Version: 5.104.0 Platform: openSUSE OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kio-bugs-n...@kde.org Reporter: pos...@posteo.eu CC: kdelibs-b...@kde.org Target Milestone: --- SUMMARY STEPS TO REPRODUCE 1. Create a file called "A\nB" on e.g. a BTRFS drive 2. Copy it in Dolphin (ctrl+c) and paste it onto an NTFS drive (ctrl+v) OBSERVED RESULT Dolphin shows an dialog saying that the file could not be written. Journalctl logs ``` dolphin[4647]: kf.kio.workers.file: copy() QUrl("file:///home/user/A%5CnB") to QUrl("file:///media/data/A%5CnB") mode= 420 ``` However, there's no further indication of what's wrong and why it cannot be copied. EXPECTED RESULT A specific error message, saying that the file contains an illegal character for NTFS, namely "\n". SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20230407 KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 Kernel Version: 6.2.9-1-default (64-bit) Graphics Platform: Wayland -- You are receiving this mail because: You are watching all bug changes.