GNOME Bugzilla – Bug 684354
Make properties for / more useful
Last modified: 2012-09-25 16:54:08 UTC
Currently we don't show much that is useful in the properties dialog for /. We should show the usage chart and not show Volume and Location.
Created attachment 224705 [details] [review] Show capacity chart for local disk
Created attachment 224706 [details] [review] Don't show volume info for things without a volume
Review of attachment 224705 [details] [review]: Looks good.
Review of attachment 224706 [details] [review]: ::: src/nautilus-properties-window.c @@ +2454,3 @@ + + return result; + Can the previous patch also use this helper function? @@ +2610,3 @@ + + return FALSE; + And maybe also this? The duplication between this and should_show_volume_usage() is a little unfortunate.
Attachment 224705 [details] pushed as e1577b1 - Show capacity chart for local disk Attachment 224706 [details] pushed as e478a3e - Don't show volume info for things without a volume
Created attachment 225143 [details] [review] Use helper function to determine if file is root
Attachment 225143 [details] pushed as d85be64 - Use helper function to determine if file is root