Your message dated Wed, 15 Mar 2006 21:31:41 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356180: Close this bug
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 ---
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
--- End Message ---
--- Begin Message ---
On Wed, Mar 15, 2006 at 10:44:36AM +0100, Svante Signell wrote:
> This bug is related to bug 356181, which is already solved. You can
> close this bug too.
Done, thanks for following up.
Denis
--- End Message ---