Summary: | Dolphin interrupts copying or moving files when a single file / folder could not be created and waits for user action | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | postix <postix> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | alister.hood, kdelibs-bugs, kfm-devel, nate |
Priority: | NOR | Keywords: | usability |
Version: | 5.112.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
postix
2022-09-18 12:56:22 UTC
For instance, try to copy a bunch of files to an NTFS drive, where a single file contains some illegal characters, like "IsThisTheSong?.mp3" or "11:11.mp3". I see, Dolphin asks at some point whether to "skip" the file or not, but it takes minutes until it shows it, which makes it look like it's totally broken. And even after saying "skip all", it still hangs. It is no fun, especially, when you are in a hurry. When I copied files from BTRFS to Android MTP, one file contained a "?" in its filename. The copy process started to stuck. I cancelled it and tried to copy it again, but it the progress slider just slides back and forth and journalctl reports ``` Sep 18 16:41:08 org.kde.kmtpd5[3157]: Error 2: PTP Layer error 02ff: LIBMTP_Send_File_From_File_Descriptor(): Could not send object. Sep 18 16:41:08 org.kde.kmtpd5[3157]: Error 2: Error 02ff: PTP I/O Error ``` I'd like to push this one. I just copied 500 GB from A to B, left the computer and came back 2 hours later, when it should have finished. However, it did stopped copying in the middle after roughly 250 GB because a single file could not be written. This is super annoying! |