Reuben D. Budiardja wrote:
> Anyway, thanks for the help. I finally got it to work.

Well done.

> Just one more question. I ran:ldd
> `which lyx` | grep fontconfig

I believe that fontconfig is a RH8 thing, but it might also mean that you 
haven't installed lyx (ie, it's still in the build dir and 'which' can't 
find it).

> and it returns nothing, so I assume that means my qt does not use
> Xft2/fontconfig.
> However, when I run lyx, I saw message "Unable to add font path" in the
> console windows.

LyX is running 'xset' to add /usr/share/lyx/xfonts to the fontpath. Have a 
look in it. It should contain a number of .pfb font files together with 
files fonts.scale and fonts.dir. From the console try:
        $ xset -q
You'll see an entry for 'Font Path:'. Assuming that the directory above 
isn't in it, type:
        $ xset +fp /usr/share/lyx/xfonts
Which should append this directory to your Font Path. If not, 'man xset' is 
your friend.

> When I exit lyx, I saw also "Mutex destroy failure: Device or resource
> busy".

Qt idiocy. Ignore it.

-- 
Angus

Reply via email to