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 48144 - There is no means to know how much free space you have
There is no means to know how much free space you have
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
0.x.x [obsolete]
Other Linux
: Normal enhancement
: future
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2001-04-23 22:11 UTC by Matthew McClintock <mattsm>
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This provides free space and device in the property dialog (5.71 KB, patch)
2003-03-19 00:06 UTC, Gaute Lindkvist
none Details | Review
Second try (5.77 KB, patch)
2003-03-19 22:18 UTC, Gaute Lindkvist
none Details | Review
Gave one of the functions a better name, and wrong use of g_free (5.86 KB, patch)
2003-03-20 19:00 UTC, Gaute Lindkvist
none Details | Review

Description Matthew McClintock <mattsm> 2001-09-10 01:18:30 UTC


------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 21:18 -------
Comment 1 John Fleck 2002-01-05 04:13:27 UTC
Changing to "old" target milestone for all bugs laying around with no milestone set.
Comment 2 John Fleck 2002-02-20 15:37:54 UTC
Is this an enhancement request for some kind of disk space monitor in
Nautilus?
Comment 3 Dave Bordoley [Not Reading Bug Mail] 2002-03-26 04:37:35 UTC
Isn't this being added to procman or gnome session?
Comment 4 Kjartan Maraas 2002-08-04 10:35:54 UTC
I think the reported meant no means *in nautilus* which I think is a
fair request to make of a file manager :)
Comment 5 Gaute Lindkvist 2003-03-19 00:06:27 UTC
Created attachment 15105 [details] [review]
This provides free space and device in the property dialog
Comment 6 Gaute Lindkvist 2003-03-19 22:18:23 UTC
Created attachment 15121 [details] [review]
Second try
Comment 7 Gaute Lindkvist 2003-03-19 22:24:15 UTC
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:".
Comment 8 Gaute Lindkvist 2003-03-20 19:00:35 UTC
Created attachment 15139 [details] [review]
Gave one of the functions a better name, and wrong use of g_free
Comment 9 Alexander Larsson 2003-03-24 18:02:05 UTC
Fixed in cvs.