]> 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)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sat, 16 Jan 2021 18:20:11 +0000 (19:20 +0100)
commita6d095fa0450237f89e240da99877f6c79b46ecc
tree683541cd4a1258c75d26706dac55875c2d6f3ed3
parent764861af51ec0a4f124886567725f9950961f6e6
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