tags 254543 + pending thanks On Fri, 2004-07-02 at 23:48, GnomeKing wrote: > File can be found at http://apc.34sp.com/stuff/debian/kdeglobals.txt
Yippee! With that file I was able to reproduce the bug. The problem was caused by this line: font=helvetica,-1,12,0,50,0,0,0,0,0 That -1 is normally a the font height in points, but in your case it is specified by the third parameter, which gives the font height in pixels AFAICS. Debian OOo was only reading the first parameter, and trying to use zero height fonts. I've modified the patch to fix this; it will be included in 1.1.2-2. In the meantime, try changing the font line to work around the bug: font=helvetica,12,-1,0,50,0,0,0,0,0 Thanks, Chris