GNOME Bugzilla – Bug 647125
Disk space calculation in System Info should be async
Last modified: 2011-04-10 17:41:18 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.
Created attachment 185518 [details] [review] info: Make free space checking async
For GNOME 3.2, as we have a string freeze break.
I think we can easily land the async part in 3.0.x and keep the translatable="yes" part for 3.2.
Attachment 185518 [details] pushed as c22a98d - info: Make free space checking async