Am Donnerstag, 15. Juni 2006 17:44 schrieb Enrico Forestieri: > On Thu, Jun 15, 2006 at 05:30:40PM +0200, Peter Kümmel wrote: > > Does this patch help? > > Yes, -geometry works again. Thanks :)
But the logic does not seem to be correct: If you have stored geometry values and a -geometry switch, the -geometry switch should be used and the lyxrc values ignored. The patch does not look like that. From the documentation of QApplication::setMainWidget: For X11, this function also resizes and moves the main widget according to the -geometry command-line option, so you should set the default geometry (using QWidget::setGeometry()) before calling setMainWidget(). Georg