Skip to content

Don't recurse into symlinks when counting directory contents + other dir size fixes

Fabian Vogt requested to merge work/fvogt/kde434125 into release/22.12

Symlink contents should not be visited for the purpose of displaying sizes. Not only is potentially misleading because the storage is actually used elsewhere (the target location), it can be completely wrong as contents can be visited multiple times, even recursively.

BUG: 434125

Merge request reports