Skip to content

Draft: No more deep counts

Corey Berla requested to merge wip/corey/bye-bye-deep-counts into main

Replace deep counts with g_file_measure_disk_usage. This provides the same capability as nautilus-file deep counts with a minor difference (the parent file count/size is included). In other words, because of the folder the count is +1 and the size is +4k).

Todo:

  • Patch GLIB to support detection of unreadable child without failing
  • Investigate implementation for gvfs backends
  • Create a simple fallback
Edited by Corey Berla

Merge request reports

Loading