Wine spits out a buch of error messages of the form: fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-fcd8859-15' has unknown registry 'fcd8859' and character encoding '15' Is there a switch to get it forget about it's font server. I'm running batch mode programs so fonts are irrelevant. Thanks,
B. Joshua Rosen wrote:> Wine spits out a buch of error messages of the form: > > fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-fcd8859-15' has unknown registry 'fcd8859' and character encoding '15' > > Is there a switch to get it forget about it's font server. I'm running > batch mode programs so fonts are irrelevant. > > Thanks, >It does not prevent wine from checking the fonts, but you can get rid of the fixme messages with: wine --debugmsg fixme-all -- $XILINX/bin/nt/program.exe Which since you are using wrapper scripts, should be pretty easy to do. -- My real email is akamail.com@dclark (or something like that).
On Tue, 2 Oct 2001, B. Joshua Rosen wrote:> Wine spits out a buch of error messages of the form: > > fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-fcd8859-15' has unknown registry 'fcd8859' and character encoding '15' > > Is there a switch to get it forget about it's font server. I'm running > batch mode programs so fonts are irrelevant. > > Thanks,Not a switch, no, but maybe if you set, in $WINEPREFIX/config: [wine] ... "GraphicsDriver" = "ttydrv" If you get this, it comes through a little winelib program configured so, with X not running. Lawson ---oof--- ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/.
On Tue, 02 Oct 2001 18:59:25 -0400 "B. Joshua Rosen" <bjrosen@polybus.com> wrote: BJR> Wine spits out a buch of error messages of the form: BJR> BJR> fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-fcd8859-15' has unknown registry 'fcd8859' and character encoding '15' The best fix would be to remove lines with such fonts from your fonts.dir files (do a 'locate fonts.dir'). fcd8859-15 encoding is obsolete and is not used anywhere. It is the draft standard of iso8859-15. Regards, Nerijus