GNOME Bugzilla – Bug 734191
Causes I/O for each arrow key press (last-char change)
Last modified: 2014-09-07 16:34:28 UTC
Created attachment 282359 [details] [review] patch Moving around the character table with arrow keys or PgUp/PgDown causes a disk write for each movement. This causes needless hard drive activity (wear, battery use on laptops, annoying noise on spinning disks). The attached patch fixes this, only writing to gsettings on exit. I'm no gtk/glib expert; there might be a better way of implementing the "on exit" part. But please please please apply the patch in some form or other.
Comment on attachment 282359 [details] [review] patch Thanks! Please commit to master.