Created attachment 134304 [details] Example By activating the size option in "show additional information", in version 20.08 Dolphin also showed the number of files present in the NTFS hard disk The strange thing is that the size of the files is visible, only the number of files in a folder are not seen Operating System: Arch Linux Kde Applications: 20.12.0 KDE Plasma Version: 5.20.4 KDE Frameworks Version: 5.77.0 Qt Version: 5.15.2 Kernel Version: 5.9.14-arch1-1
Created attachment 134305 [details] Example ext4
For completeness, this is the mounting of my NTFS partition: UUID=0E68E1EB68E1D18F /Dati ntfs defaults,noatime,utf8,umask=007,uid=1000,gid=1001 0 2 I don't know if it has anything to do with this
Created attachment 134547 [details] ntfs partition example I can confirm having this issue in detailed mode on NTFS partition. Operating System: Manjaro Linux KDE Plasma Version: 5.20.4 KDE Frameworks Version: 5.77.0 Qt Version: 5.15.2 Kernel Version: 5.10.2-2-MANJARO OS Type: 64-bit
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 431106 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 431106 M +1 -1 src/kitemviews/kfileitemmodelrolesupdater.cpp https://invent.kde.org/system/dolphin/commit/a6d095fa0450237f89e240da99877f6c79b46ecc