Summary: | The information pane doesn't show the correct file size on selecting the file | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Praveen Thivari <praveenthivari> |
Component: | panels: information | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | anand.chirag, frank78ac, vbatts |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 1.6.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: | |||
Attachments: |
Snapshot of Dolphin
Snapshot of infomation pane |
Description
Praveen Thivari
2011-06-08 22:12:04 UTC
Created attachment 60794 [details]
Snapshot of Dolphin
Created attachment 60795 [details]
Snapshot of infomation pane
This is not a bug, since the size of a directory on the filesystem a block, typically 4-6k. It would be serious performance hit, to calculate the recursive size of a directory, on every click. To see the size of the *contents* of a directory, you must right click -> properties. Then on the "General" tab, there is a "size:" that will give the recursive size. @Vincent: I agree that showing the real size would be a performance hit, however the current behavior is a regression in the Information Panel that worked in earlier Dolphin versions; instead of showing the size in bytes the number of entries in the directory should be shown instead. If it cannot show a file size then it shouldn't be shown at that place. Wat use is it by the way to a day to day user,in seeing a 4-6 kb file size. It would be better to remove that data from there and add some other useful feature that may be displayed in that place. By the way as Peter has said atleast number of files contained should be shown. |