I get this when running, well, anything under Wine (including fx. "winecfg"): err:font:ReadFontDir Can't open directory "/usr/local/bin/../lib/../share/wine/fonts/" Where does Wine get the path "/usr/local/share/wine/fonts/" from? What exactly is it supposed to contain (don't just say "fonts" ;-))?
Molle Bestefich wrote:> I get this when running, well, anything under Wine (including fx. "winecfg"): > > err:font:ReadFontDir Can't open directory > "/usr/local/bin/../lib/../share/wine/fonts/" > > Where does Wine get the path "/usr/local/share/wine/fonts/" from? > > What exactly is it supposed to contain (don't just say "fonts" ;-))?Did you compile your own Wine, or get binaries from somewhere? Wine source code now comes with a set of font description files. If you compile your own Wine and you have fontforge, then the fonts will be built and installed into "/usr/local/share/wine/fonts/" by default. I am not sure where Wine actually gets the path from. It is not in the registry files, so apparently it is compiled into Wine?
Am Samstag, den 01.04.2006, 09:23 -0800 schrieb Duane Clark:> Wine source code now comes with a set of font description files. If you > compile your own Wine and you have fontforge, then the fonts will be > built and installed into "/usr/local/share/wine/fonts/" by default.You need fontforge and freetype for the Fonts.> I am not sure where Wine actually gets the path from. It is not in the > registry files, so apparently it is compiled into Wine?The Path is relative to the install-directory. -- By By ... ... Detlef
I m ok having relative paths, but its still too long. /usr/local/bin/../lib/../share should be imho at least /usr/local/lib/../share Can --rpath be disabled ? (cant look at configure --help atm) --- Detlef Riekenberg <wine.dev@web.de> a ?crit :> >From ChangeLog: > > Use --rpath if supported when building binaries to point to > the relative location of the wine libraries. > > > The Path-Names are now relative, so wine is able to find the > libraries and data-files also when not installed or installed in > a different location. >Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Tired of a proprietary Windows on your computer ? Use free ReactOS instead ( http://www.reactos.org )