On Fri, Nov 16, 2007 at 12:54:45PM +0100, Jean-Marc Lasgouttes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > Jean-Marc Lasgouttes wrote: > >> Abdelrazak Younes <[EMAIL PROTECTED]> writes: > >> > >>> Anyway, the problem lied (I think) in the fact that there is no real > >>> maximisation mode under X11. Those are "emulated" by the window > >>> manager. By restoring the geometry only at showEvent(), I think > >>> everthing will be fine; but I need confirmation. In case that doesn't > >>> work, we can still put back some of your code. > >> > >> If I ever manage to compile a working and usable Qt4.2 (!) I'll try it > >> out. > > > > Can't you just install a binary of 4.2 or 4.3? > > It is a bit more complicated on my ancient mandrake10.1... And this > thing is supposed to be straightforward. > > So, I finally managed to make it work by disabling glib support (which > caused problems with our libtool for some reason about -Xlinker flags) > and now it compiles. > > However, when launching it, I get the following. Any idea? > > pegase: ./lyx > X Error: BadMatch (invalid parameter attributes) 8 > Extension: 156 (RENDER) > Minor opcode: 4 (RenderCreatePicture) > Resource id: 0x24001f3
Not really. In case this is a Qt/XRENDER interaction problem you could configure Qt with -no-xrender. Andre'