On Tue, Oct 12, 2004 at 02:28:09AM +0200, Andreas Vox wrote: > I've a patch which fixes the math font problem. As it turns out this > problem is not Mac specific > but Qt specific: the QFontDatabase is initialized when QApplication is > initialized. If LyX wants > to extend the font path it must happen _before_ LQApplication gets > initialized.
The usual thing applies: any changes to this code needs to get tested on all the weird and wonderful systems, Qt versions, X versions etc. Unfortunately Trolltech have a very poor history in this area of random breakages. > This patch needs testing on all Qt platforms with Q_WS_X11 or > Q_WS_MACOSX (am I right to assume that the current Windows port for Indeed john
