> Isn't there a difference here... With the info in lyxrc it becomes the > "default geometry", with the info in session is is "last session > geometry".
His patch saves lyxrc every time when lyx exits. So, it is session info, disguised as preference. > I think I want to be able to set the size of the app and still have > all session handling turned off. You only need to set the default value of load_session to false. The windows size part does not check lyxrc.load_session so it is always on. > btw. Is this a problem? That we might not want to save all session > stuff, but just parts of it? No. You can make the decision whether or not to put "if (lyxrc.load_session)" before loading of bookmarks, and scrollToPosition. Bo