There's yet another broken symlink in 1.1.0 The directory /usr/lib/X11 should be a link to /usr/X11R6/lib/X11/ but the link is broken and it's a directory instead. Before installing new fonts this must be fixed. Here's how:
1. log out of X to the command line. If you got GUI login enabled this can be difficult, so open the Wolvix Control Panel, select the X-windows tab and click 'Run X at Start-Up' and choose 'Command line'. Then reboot the computer.
2. Log in as root, (Do not start Xfce or Fluxbox) and do this:
cd /usr/lib/
cp -a X11/fonts/TTF/*.ttf /usr/X11R6/lib/X11/fonts/TTF
mv X11 X11.old
ln -sf /usr/X11R6/lib/X11 X11
cd X11/fonts/TTF
mkfontscale
mkfontdir
fc-cache -f -v
xset fp rehash
cd
Now you can start SLiM with the command: 'slim' and log in.
Open the WCP and enable GUI login again.
Then follow step 3 in this guide:
HOWTO Install fonts on SlackwareI'll be releasing a maintenance release shortly, which will fix this broken link and some other bugs.