Summary: | Folder size (count of files) not shown for folders on other drives | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Krut Patel <kroot.patel> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | elvis.angelaccio, kfm-devel, nate |
Priority: | NOR | ||
Version: | 20.12.0 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/a6d095fa0450237f89e240da99877f6c79b46ecc | Version Fixed In: | 20.12.2 |
Sentry Crash Report: |
Description
Krut Patel
2021-01-03 14:19:59 UTC
Git commit 3b4dae3556d9d470d68fe9836d4f68188fa20bcb by Ilia Kats. Committed on 15/01/2021 at 20:41. Pushed by iliakats into branch 'master'. fix folder size calculation on FUSE and network file systems KFileItem::isSlow uses hardcoded logic that returns true if the filesystem is Smb or Nfs. However, KFileSystemType::determineFileSystemTypeImpl on Linux returns Nfs also if the file system in question is a FUSE file system, which includes NTFS, sshfs, and others. Related: bug 430778 M +1 -1 src/kitemviews/kfileitemmodelrolesupdater.cpp https://invent.kde.org/system/dolphin/commit/3b4dae3556d9d470d68fe9836d4f68188fa20bcb Git commit a6d095fa0450237f89e240da99877f6c79b46ecc by Elvis Angelaccio, on behalf of Ilia Kats. Committed on 16/01/2021 at 18:20. Pushed by elvisangelaccio into branch 'release/20.12'. fix folder size calculation on FUSE and network file systems KFileItem::isSlow uses hardcoded logic that returns true if the filesystem is Smb or Nfs. However, KFileSystemType::determineFileSystemTypeImpl on Linux returns Nfs also if the file system in question is a FUSE file system, which includes NTFS, sshfs, and others. Related: bug 430778 M +1 -1 src/kitemviews/kfileitemmodelrolesupdater.cpp https://invent.kde.org/system/dolphin/commit/a6d095fa0450237f89e240da99877f6c79b46ecc |