GNOME Bugzilla – Bug 691867
UI Window Size Settings forgotten
Last modified: 2013-09-13 01:07:49 UTC
I've just updated gnome to 3.7.2, in particular, to glib-2.35.4 and gtk+-3.7.6. I also rebuilt the git/master for evolution and related parts. Evolution runs; however, it seems to have forgotten the default window settings. The main UI is way to small, and the popup showing the mail download progress (press Send/Receive) is even smaller.
Thanks for a bug report. It seems like they broke something with GSettings/DConf. The window size is defined in a scheme as a relocated something, or what was it's name to reuse the schema definition on various places rather than redefine it every times, thus maybe that got broken. The values for shell window are stored at: /org/gnome/evolution/shell/window/ and you can watch them with this command: $ dconf watch /org/gnome/evolution/shell/window/ The Send/Receive window has stored its values at /org/gnome/evolution/mail/send-recv-window* keys (height, width, and maximized suffixes). Note a window change is not saved immediately, it has a delay of about two seconds, to avoid too often writes. It changes the values on my machine, and as I do not recall us changing anything on this, then I would blame glib for this.
I suspect you're right since I've encountered this problem in other applications (e.g., gnumeric)
Closing this NOTGNOME since it's a GTK+ 3.7/3.8 issue and the GTK+ developers are very well aware of the regression. It's not an Evolution bug.