Summary: | Dolphin does not report I/O failure when copying multiple files | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | ulterno |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | ilikefoss, kfm-devel, postix |
Priority: | NOR | ||
Version First Reported In: | 25.04.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/c4ffe88c9fafaed4b66a010a25b117427ba709f6 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | attachment-1070738-0.html |
Description
ulterno
2025-06-27 16:04:24 UTC
File copy errors are most of the times, the first point of information, from where the user might lead to check and realise that their storage device is giving errors. It is important that reporting such an error is not missed in the UI. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/995 What? this is awful! Especially since Dolphin doesn't have a copy / move operation with checksum verification or a way to calculate the checksum for an entire folder. I hope the merge request will be approved ASAP! Created attachment 182824 [details] attachment-1070738-0.html Consider fixing for Plasma 5 too (Debian and all)? Unless the bug does not exist over there. ... > --- Comment #3 from John <ilikefoss@waterisgone.com> --- > > Git commit 6dd5525131e13d42f515eba982a6e7cd1153effe by Méven Car. Committed on 02/07/2025 at 08:36. Pushed by meven into branch 'master'. DolphinView: display errorMessage when copy errors occurs when copying multiple files. CopyJob skip those by default (CopyJobPrivate::slotSubError), and emits warning. Hook this to errorMessage. We would need to improve this as only the last error Message will be visible. M +6 -0 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/6dd5525131e13d42f515eba982a6e7cd1153effe Git commit c4ffe88c9fafaed4b66a010a25b117427ba709f6 by Méven Car. Committed on 02/07/2025 at 09:44. Pushed by meven into branch 'master'. DolphinView: display errorMessage when copy errors occurs when copying multiple files. CopyJob skip those by default (CopyJobPrivate::slotSubError), and emits warning. Hook this to errorMessage. We would need to improve this as only the last error Message will be visible. M +12 -2 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/c4ffe88c9fafaed4b66a010a25b117427ba709f6 |