[Bug 386233] Re: nautilus delays calculating folder size

2009-06-22 Thread Sebastien Bacher
** Also affects: nautilus Importance: Undecided Status: New -- nautilus delays calculating folder size https://bugs.launchpad.net/bugs/386233 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list deskt

[Bug 386233] Re: nautilus delays calculating folder size

2009-06-15 Thread Sebastien Bacher
there is already some bug open about indication that it's still calculating not sure about the number now though -- nautilus delays calculating folder size https://bugs.launchpad.net/bugs/386233 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug ass

[Bug 386233] Re: nautilus delays calculating folder size

2009-06-12 Thread PGScooter
ok, thank you for the quick replies and explanations. The intended behaviour of Nautilus, as described by A. Walton, definitely makes sense and I see that it would not be worth the sacrifice to calculate the size instantaneously, especially since, as mentioned, the size does not usually change that

[Bug 386233] Re: nautilus delays calculating folder size

2009-06-12 Thread Sebastien Bacher
closing the bug since that's not really one ** Changed in: nautilus (Ubuntu) Status: Incomplete => Invalid -- nautilus delays calculating folder size https://bugs.launchpad.net/bugs/386233 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug a

[Bug 386233] Re: nautilus delays calculating folder size

2009-06-12 Thread Sebastien Bacher
letting as new for now, does that make sense to you? ** Changed in: nautilus (Ubuntu) Status: Invalid => New -- nautilus delays calculating folder size https://bugs.launchpad.net/bugs/386233 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug

[Bug 386233] Re: nautilus delays calculating folder size

2009-06-12 Thread A. Walton
This is very much the intended behavior of Nautilus. Everything is done asynchronously as to not block the UI whenever possible. That means caching data like the complete size of everything in a folder, as this isn't usually a fast-changing piece of data. We register file watches on folders though,

[Bug 386233] Re: nautilus delays calculating folder size

2009-06-12 Thread PGScooter
Here is an example: Run the following script, which will create 1 files, each with size 100k. mkdir folder1 for (( c=1; c<=1; c++ )) do dd if=/dev/zero of=folder1/imaginaryfile$c bs=1024 count=100 done While the script is running, right-click folder1 in a nautilus browser and go

[Bug 386233] Re: nautilus delays calculating folder size

2009-06-12 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * Is this reproducible? * If so, what specific steps should we take to recreate this bug? This will help us to find and resolve the problem. ** Changed in: nautilus (Ubuntu