GNOME Bugzilla – Bug 693630
use SI units (MB, GB, ...) when talking about disk sizes
Last modified: 2013-02-14 22:36:12 UTC
This is what the rest of the desktop does, compare nautilus, baobab, gnome-control-center details - IEC units (MiB, GiB,...) should only be used when reporting sizes that have a strong "power of 2" basis, such as RAM sizes or RAID strip sizes. Full disclosure: this is an issue with a long history, see bug 318718
This should affect only the values displayed on the File systems tabs, right? In the process list we do display only memory sizes, so that should remain with IEC units, but the file systems tab should use SI?
This should affect only the values displayed on the File systems tab, right? On the Processes tab we continue using IEC units for memory usage, but for disk usage we should use SI units? Just asking to make sure I understand this correctly.
Yes. Compare the details panel in gnome-control-center - we say Memory: 3.7 GiB but Disk: 175.7 GB
Created attachment 236023 [details] [review] Use IEC units for memory size and SI units for disk size The patch changes the custom format_size method to the g_format_size method to format memory and disk sizes in the appropriate format.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.