Package: fontconfig
Version: 2.3.2-1
Severity: important

Please use DejaVu fonts (package ttf-dejavu) as default and preferred
font. Defaulting to Bitstream Vera is not working for central european
nations. 

DejaVu is derived from Bitstream Vera, having added important 
missing characters. It is probably the best font out there.
DejaVu homepage: http://dejavu.sourceforge.net/

Problem: DejaVu fonts are not even listed in /etc/fonts/fonts.conf,
and they should be on the first line, so apps asking for 
'sans', 'serif' or 'mono' will get DejaVu fonts by default.

Moreover, just editing local.conf  didnt work for me.
After reading
http://lists.freedesktop.org/pipermail/fontconfig/2003-April/000229.html
i created local.conf:

=local.conf===================================================
        <alias>
                <family>sans-serif</family>
                <prefer>
                        <family>DejaVu Sans</family>
                </prefer>
        </alias>
        <alias>
                <family>serif</family>
                <prefer>
                        <family>DejaVu Serif</family>
                </prefer>
        </alias>
        <alias>
                <family>monospace</family>
                <prefer>
                        <family>DejaVu Sans Mono</family>
                </prefer>
        </alias>
=/local.conf====================================================

the  result of defoma-reconfigure was making me angry a lot:
......
Updating category cid..
Fontconfig error: "local.conf", line 7: junk after document element
Fontconfig error: "local.conf", line 7: junk after document element
Updating font configuration of gs...
......

'Error' was on the line containing second '<alias>'. No junk there...
Few tests revealed local.conf can have only one alias tag inside. why?
This problem (bug?) maybe should be in separate bug report, but i am using it 
as an
argument - Editing local.conf will not save us. Please change default
configuration.


David Pravec

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-danix-2
Locale: LANG=cs_CZ, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to 
C)

Versions of packages fontconfig depends on:
ii  debconf [debconf-2.0]       1.4.58       Debian configuration management sy
ii  defoma                      0.11.8-0.1   Debian Font Manager -- automatic f
ii  gsfonts-x11                 0.17         Make Ghostscript fonts available t
ii  libc6                       2.3.5-6      GNU C Library: Shared libraries an
ii  libfontconfig1              2.3.2-1      generic font configuration library
ii  msttcorefonts               1.2          Installer for Microsoft TrueType c
ii  ttf-bitstream-vera          1.10-3       The Bitstream Vera family of free 
ii  ttf-freefont                20031008-1.1 Freefont Serif, Sans and Mono True
ii  ucf                         2.001        Update Configuration File: preserv

fontconfig recommends no packages.

-- debconf information:
  fontconfig/subpixel_rendering: Automatic
  fontconfig/enable_bitmaps: false
  fontconfig/hinting_type: Native


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to