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

Bug#356180: Font paths wrong in dexconf from x11-common 1:7.0.2



Package: x11-common
Version: 1:7.02
Severity: important
Tags: patch

Font paths are wrong in the dexconf script, see attached path:


--- ./dexconf   2006-03-10 09:12:09.000000000 +0100
+++ /usr/bin/dexconf    2006-03-08 03:42:10.000000000 +0100
@@ -202,13 +202,13 @@
   exec 4>"$DEXCONFTMPDIR/Files"
   cat >&4 <<SECTION
 Section "Files"
-       FontPath        "/usr/share/fonts/X11/misc"
-       FontPath        "/usr/share/fonts/X11/cyrillic"
-       FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
-       FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
-       FontPath        "/usr/share/fonts/X11/Type1"
-       FontPath        "/usr/share/fonts/X11/100dpi"
-       FontPath        "/usr/share/fonts/X11/75dpi"
+       FontPath        "/usr/share/X11/fonts/misc"
+       FontPath        "/usr/share/X11/fonts/cyrillic"
+       FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
+       FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
+       FontPath        "/usr/share/X11/fonts/Type1"
+       FontPath        "/usr/share/X11/fonts/100dpi"
+       FontPath        "/usr/share/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 EndSection





Reply to: