GNOME Bugzilla – Bug 48144
There is no means to know how much free space you have
Last modified: 2004-12-22 21:47:04 UTC
------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 21:18 -------
Changing to "old" target milestone for all bugs laying around with no milestone set.
Is this an enhancement request for some kind of disk space monitor in Nautilus?
Isn't this being added to procman or gnome session?
I think the reported meant no means *in nautilus* which I think is a fair request to make of a file manager :)
Created attachment 15105 [details] [review] This provides free space and device in the property dialog
Created attachment 15121 [details] [review] Second try
The last patch have fixed some issues Alex had. I've tried to look for potential leaks and tried to make this fit in with the coding guidelines. I've probably still missed something though :) It shows free space for local volumes only, and it uses volume_name to indicate what volume a path is on. If this one is NULL, it falls back to mount_path. So it shows "Root Volume" for things in / on my system. It contains two new strings: "Volume:" and "Free space:".
Created attachment 15139 [details] [review] Gave one of the functions a better name, and wrong use of g_free
Fixed in cvs.