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

Bug#392470: marked as done (xfree86: dexconf and xfs should use x-ttcidfont-conf font paths by default)



Your message dated Sun, 15 Jul 2007 10:06:51 +0200
with message-id <4699D59B.3020504@ens-lyon.org>
and subject line ping timeout, closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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.000000000 +0300
+++ dexconf.new	2003-06-07 23:39:10.000000000 +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.000000000 +0200
+++ config.new	2003-06-08 14:47:18.000000000 +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,...

--- End Message ---
--- Begin Message ---
Closing this bug since I didn't get any reply from the submitter (or
repliers) after my ping about a month ago. If anybody ever reproduces
this problem, feel free to reopen.

Brice


--- End Message ---

Reply to: