Hello,
This patch from Mar 9: http://www.winehq.org/pipermail/wine-cvs/2006-March/021502.html
causes all applications run with Wine to continually emit:
err:font:ReadFontDir Can't open directory "/usr/local/bin/../lib/../share/wine/fonts/"
when fontforge isn't installed.
Also, take a look at the path above. It's relative to '/usr/local/bin', ok - but why the double descend into the parent directory? The "../lib" seems completely redundant with the "../share" coming right after it.
Regards