| Jason W  
 
 
 
 
 Group: Members
 Posts: 260
 Joined: Nov. 2006
 | 
|  | Posted: May 14 2008,00:15 |  |  Simple omission of mine in the info file.  This:
 
 --------------------------------------------------
 /usr/share/fonts
 /usr/X11R6/lib/X11/fonts
 ~/.fonts
 /mnt/sda{1,2,3,4,5}
 /mnt/sdb{1,2,3,4,5}
 /mnt/hda{1,2,3,4,5}
 /mnt/hdb{1,2,3,4,5}
 --------------------------------------------------
 
 Should read:
 
 --------------------------------------------------
 /usr/share/fonts
 /usr/X11R6/lib/X11/fonts
 ~/.fonts
 /mnt/sda{1,2,3,4,5}/fonts
 /mnt/sdb{1,2,3,4,5}/fonts
 /mnt/hda{1,2,3,4,5}/fonts
 /mnt/hdb{1,2,3,4,5}/fonts
 --------------------------------------------------
 |