GNOME Bugzilla – Bug 310410
Shouldn't try to access remote home directories
Last modified: 2005-07-16 09:58:35 UTC
FUSA tries to synchronously read face icons from each user's home directory. This involves two potentially expensive operations. The first is a stat that can trigger an automount for a NFS directory. Secondly, reading into pixbufs from remote volumes can be extremely slow.
Created attachment 49188 [details] [review] don't read images from remote volumes This doesn't solve the stat/automount problem but it avoids the expensive read.
Created attachment 49194 [details] [review] updated patch Updated patch that should fix the stat/automount problem. It relies on a fix for bug #310418 being applied to gnome-vfs.
Thanks for the patch, it's in CVS HEAD now.