Re: [linux-audio-user] Muse problems

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Muse problems
From: Robert Jonsson (robert.jonsson_AT_dataductus.se)
Date: Tue Feb 05 2002 - 16:36:50 EET


Hi again,

>
> No, I'm running SuSE but maybe it's the courier font problem, because
> looking at `strace muse` I notice the word "courier" many times.

Yes, that is exactly the thing happening with Mandrake. I guess it could be
compiler related anyway, but a very subtle problem if so, the below "cure"
should fix it.

> Maybe a problem with AA fonts (turned on)?
> Excuse me for choosing the wrong mailing-list...
> Sorry.

Please don't, this is definately the place to ask.

>
> P.S: could someone point me to the solution? I could not find it in the
> Muse archive...

su root
cd <75dpi-fontdir>
grep -v courier fonts.dir > new_fonts.dir
cp fonts.dir old_fonts.dir
cp new_fonts.dir fonts.dir

cd <100dpi-fontdir>
grep -v courier fonts.dir > new_fonts.dir
cp fonts.dir old_fonts.dir
cp new_fonts.dir fonts.dir

/etc/init.d/xfs restart

-- 

That really should do the trick.... not the nicest solution, you loose all your courier type faces, not that I miss them much ;-)...

Someone more knowledgeable about fonts could see a better solution?

BR /Robert


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Feb 05 2002 - 16:27:06 EET