I've recently downloaded the xfstt package an installed it as described
in the documentation .. it worked fine for root & other users .. ( i
tested using Gimp )
the way i usually start it is by typing :-
xfstt &
startx
then in an xterm window , i do a xset fp+ unix/:7100
and then i'd be able to have my true type fonts to be used ...
i tried to get a shorter way to use it ..
so , i created a ~/.Xclients
in it there was the original /etc/X11/xinit/Xclients which i edited to
leave only 3 lines
#!/bin/bash
xfstt &
the command to start WindowMaker
( i'm not sure if this is the right way to create a xclients file , any
suggestions )
then , i edited XF86Config , and added the line FontPath "unix/:7100"
when i started xfstt , and then ran startx for root , it worked alright
..
but not for normal users ... it gets the unable to connect to server ,
and something like can't set fixed font , i'm not too sure ..
can anyone provide me with full step-by-step instructions to setup
xfstt for normal users ..thanks in advance .