]> cloud.milkyroute.net Git - dolphin.git/commit
fix folder size calculation on FUSE and network file systems
authorIlia Kats <ilia-kats@gmx.net>
Tue, 12 Jan 2021 18:24:31 +0000 (19:24 +0100)
committerIlia Kats <ilia-kats@gmx.net>
Fri, 15 Jan 2021 20:41:24 +0000 (20:41 +0000)
commit3b4dae3556d9d470d68fe9836d4f68188fa20bcb
tree47324e816a79dc560603f9db0df373f767611930
parent4683c03be607bd5931213ecd671cb6d944c18647
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.

BUG: 430778
BUG: 431106
src/kitemviews/kfileitemmodelrolesupdater.cpp