Bug#197156: dexconf and xfs should include the fontpaths by x-ttcidfont-conf

2003-06-12 Thread Anton Zinoviev
Subject: dexconf and xfs should include the fontpaths by x-ttcidfont-conf
Package: xfree86
Severity: wishlist

Dexconf should add to XF86Config(-4) the standard fontpaths for
TrueType (for X-servers version >=4) and CID fonts (for all
X-servers).  /etc/X11/fs/config should also include these paths.  Two
patches to fix this are attached.

Anton Zinoviev


--- dexconf.old 2003-06-07 23:35:34.0 +0300
+++ dexconf.new 2003-06-07 23:39:10.0 +0300
@@ -199,6 +199,7 @@
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/Type1"
+   FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"
@@ -218,6 +219,8 @@
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/Type1"
+   FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
+   FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"

--- config.old  2003-02-26 02:51:07.0 +0200
+++ config.new  2003-06-08 14:47:18.0 +0300
@@ -12,7 +12,7 @@
 # turn off TCP port listening (Unix domain connections are still permitted)
 no-listen = tcp
 # paths to search for fonts
-catalogue = 
/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/CID/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/
+catalogue = 
/usr/lib/X11/fonts/Type1/,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID,/usr/lib/X11/fonts/CID/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/
 # in decipoints
 default-point-size = 120
 # x1,y1,x2,y2,...


Bug#197156: dexconf and xfs should include the fontpaths by x-ttcidfont-conf

2003-06-12 Thread Anton Zinoviev
Subject: dexconf and xfs should include the fontpaths by x-ttcidfont-conf
Package: xfree86
Severity: wishlist

Dexconf should add to XF86Config(-4) the standard fontpaths for
TrueType (for X-servers version >=4) and CID fonts (for all
X-servers).  /etc/X11/fs/config should also include these paths.  Two
patches to fix this are attached.

Anton Zinoviev


--- dexconf.old 2003-06-07 23:35:34.0 +0300
+++ dexconf.new 2003-06-07 23:39:10.0 +0300
@@ -199,6 +199,7 @@
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/Type1"
+   FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"
@@ -218,6 +219,8 @@
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/Type1"
+   FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
+   FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"

--- config.old  2003-02-26 02:51:07.0 +0200
+++ config.new  2003-06-08 14:47:18.0 +0300
@@ -12,7 +12,7 @@
 # turn off TCP port listening (Unix domain connections are still permitted)
 no-listen = tcp
 # paths to search for fonts
-catalogue = 
/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/CID/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/
+catalogue = 
/usr/lib/X11/fonts/Type1/,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID,/usr/lib/X11/fonts/CID/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/
 # in decipoints
 default-point-size = 120
 # x1,y1,x2,y2,...