[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#147716: xfs: would like TrueType font directory folder in font server catalogue



Will this patch solve the problem?

--- config.cpp.orig     2008-05-16 09:12:22.000000000 +0200
+++ config.cpp  2008-05-16 09:12:52.000000000 +0200
@@ -12,7 +12,7 @@
 XCOMM turn off TCP port listening (Unix domain connections are still permitted)
 no-listen = tcp
 XCOMM paths to search for fonts
-catalogue = /usr/share/fonts/X11/misc/,/usr/share/fonts/X11/cyrillic/,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/
+catalogue = /usr/share/fonts/X11/misc/,/usr/share/fonts/X11/cyrillic/,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1/,/usr/lib/X11/fonts/TrueType/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/
 XCOMM in decipoints
 default-point-size = 120
 XCOMM x1,y1,x2,y2,...


It add /usr/lib/X11/fonts/TrueType/ after the Type1 entry.  The file
do not have any CID entry, so the missing slash can't be added here. :)

I suspect this patch need to be merged into
./patches/02_debian_setup.diff.

Happy hacking,
-- 
Petter Reinholdtsen



Reply to: