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 647125 - Disk space calculation in System Info should be async
Disk space calculation in System Info should be async
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-08 01:42 UTC by Saleem Abdulrasool
Modified: 2011-04-10 17:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
info: Make free space checking async (5.58 KB, patch)
2011-04-08 12:28 UTC, Bastien Nocera
committed Details | Review

Description Saleem Abdulrasool 2011-04-08 01:42:35 UTC
Just filing the bug so that I dont forget.  I noticed that the disk space calculation is synchronous atm.  When trying to stat an NFS volume that was no longer available, the control-center hangs.  The stat should be async with a timeout, and potentially add a notifier that it is calculating.
Comment 1 Bastien Nocera 2011-04-08 12:28:15 UTC
Created attachment 185518 [details] [review]
info: Make free space checking async
Comment 2 Bastien Nocera 2011-04-08 12:28:43 UTC
For GNOME 3.2, as we have a string freeze break.
Comment 3 Matthias Clasen 2011-04-08 19:52:35 UTC
I think we can easily land the async part in 3.0.x and keep the translatable="yes" part for 3.2.
Comment 4 Bastien Nocera 2011-04-10 17:41:08 UTC
Attachment 185518 [details] pushed as c22a98d - info: Make free space checking async