On Mon, Jun 07, 2010 at 12:53:12AM +0200, Adrian Glaubitz wrote: > The patch looks good to me now. I just applied to test, however in my > case window geometry is not (re-)stored on Linux. Am I missing > something? I found the culprit, it's a bug in QHiMDTransfer. The window geometry and the listview layout is restored upon clicking "Quit" in the menu or the toolbar only. Once you close the window using the regular close button of your window manager / operating system, the settings are not stored. So the code which saves geometry should be moved out of "onQuit" into the destructor of the main window. It otherwise works fine on Linux as well. I will fix that bug and push the changes later. Adrian