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 634631 - disk space warnings
disk space warnings
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: housekeeping
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-11 21:07 UTC by William Jon McCann
Modified: 2010-11-17 13:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2010-11-11 21:07:56 UTC
* Should use a libnotify notification instead of a dialog. [1]
 * Should probably use a fixed size instead of a percentage - it is pretty odd that I get warnings when I have multiple gigabytes of space remaining.

[1] http://live.gnome.org/GnomeShell/Design/Whiteboards/SystemDialogs/Compatibility
Comment 1 Bastien Nocera 2010-11-11 21:42:09 UTC
(In reply to comment #0)
> * Should use a libnotify notification instead of a dialog. [1]

Ok.

>  * Should probably use a fixed size instead of a percentage - it is pretty odd
> that I get warnings when I have multiple gigabytes of space remaining.

There's already a minimum of threshold for 2GB. So if you have less than 1% remaining, but that's actually more than 2GB, you won't get a warning.

> [1]
> http://live.gnome.org/GnomeShell/Design/Whiteboards/SystemDialogs/Compatibility
Comment 2 William Jon McCann 2010-11-11 21:51:38 UTC
Yeah my warning was 2GB (actually 1.9) and for me on my 78G ssd is actually more space than I usually have :)  - git checkouts and music take up a lot.

Perhaps under 1GB is a better value?
Comment 3 Bastien Nocera 2010-11-17 13:36:21 UTC
Just moving the goal posts a tiny bit.

commit 29f16a71904fdf1262c76e3a36f328e6d063d552
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 17 13:35:37 2010 +0000

    housekeeping: Don't warn with over 1GB free
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634631