GNOME Bugzilla – Bug 399839
Writes config file continuously when moving or resizing its window
Last modified: 2010-04-28 01:49:35 UTC
This bug was reported in the Debian BTS. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394831 "Yelp stores the width and height of its window in a configuration file. However, instead of updating this file when closing the window, it writes to the configuration file for every pixel that you resize or even move the window. This causes a lot of useless CPU load and disk activity."
I've noticed this as well. It's so wrong, I can hear my disk thrashing with writes as I move or resize the window. Just to be clear, the file is ~/.gnome2/yelp. The worst part is that the position of the window isn't even saved in that file (only the size), yet it's still saving continuously as you move the window. It's been 2.5 years now since that bug was reported... please fix this, it's a pretty ugly bug and it reflects badly on the fit and finish of Gnome as a desktop overall. I'm observing this in Gnome 2.26.3 with Yelp 2.26.0. You might want to update the affected version in the bug metadata to reflect that this still affects the latest stable released version of Gnome.
Fixed on master. Yelp now stores geometry per-document, and it uses an idle function that automatically resets itself, so the settings are only written when you stop resizing.