After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 615514 - add a "files" entry in the folder tree to show the amount of space used by files only
add a "files" entry in the folder tree to show the amount of space used by fi...
Status: RESOLVED DUPLICATE of bug 451393
Product: baobab
Classification: Core
Component: general
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Baobab Maintainers
Baobab Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-12 12:08 UTC by Vilain Mamuth
Modified: 2012-02-23 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vilain Mamuth 2010-04-12 12:08:55 UTC
imagine the following directory structure

dir1
    subdir1
    subdir2
    file1
    file2
    file3

currently baobab shows size information like this

dir1           100GB
   subdir1     10GB
   subdir2     20GB

when we have few directories it is simple to know that we have 70GB used by files but not when there's a lot of folders and files.

the idea is to add an entry named like "files" that you can expand and then show files with their size

in fact, we'll have

-dir1           100GB
   +subdir1     10GB
   +subdir2     20GB
   -<files>     70GB
      file1     3GB
      file2     2GB
      ...
Comment 1 André Klapper 2012-02-23 11:45:09 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 451393 ***