Summary: | Dolphin becomes unusably slow while a file transfer is in progress | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Riccardo Robecchi <sephiroth_pk> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | fanzhuyifan, kfm-devel, softexpert, steve_v |
Priority: | NOR | ||
Version First Reported In: | 24.08.3 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=454722 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Riccardo Robecchi
2022-12-05 15:44:18 UTC
Small update. After updating to Plasma 5.26.4, Dolphin freezes entirely until the transfer is complete. There's also no notification of the ongoing transfer, it appears once it's done. I would reference also the bug #454722 - Dolphin becomes frozen if nfs shares declared in fstab are not available - previously the mount point was just showing empty. Currently reproduced with Dolphin 23.08.2. Marking confirmed and bumping version, as I can still trivially reproduce this behaviour in recent (24.08.3) builds, with a fast (~1000MiB/s) NFS mount, a slow (~130MiB/s) mechanical drive, and a garden-variety SD card. Any operation that saturates I/O on a device, causes a drive to spin up, or touches a high-latency filesystem of any kind causes dolphins UI to freeze. i.e. perfectly ordinary usage rendering the UI borderline unusable. There are countless related bug reports on the tracker, and for some reason https://bugs.kde.org/show_bug.cgi?id=423187 appears to be the only one receiving any attention whatsoever... Despite being 4 years old and initially specific to network mounts. It's all the same problem though: IOPS are finite, filesystem latency is variable, and interactive UI threads shouldn't be blocking on I/O... *especially* I/O initiated by simply using the file-manager for its intended purpose. That's a horrible UX no matter how you slice it, and no amount of helpful "filesystem not responding" notifications or suggestions to use FUSE/KIOslaves for everything are going to solve it. |