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

Bug#354940: xfonts-konsole: Konsole should enable bitmap font



Package: xfonts-konsole
Version: 4:3.4.3-3
Severity: wishlist
Tags: patch

The konsole should provide the configuration file for fontconfig, which
enables the bitmap font for terminal. My proposition:

cat > /etc/fonts/conf.d/10-xfonts-konsole.conf << END
<?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
  <selectfont>
   <acceptfont>
    <pattern>
      <patelt name="family"><string>Console</string></patelt>
    </pattern>
   </acceptfont>
  </selectfont>
  <selectfont>
   <acceptfont>
    <pattern>
      <patelt name="family"><string>Fixed</string></patelt>
    </pattern>
   </acceptfont>
  </selectfont>
 </fontconfig>
END

The enabling all bitmap fonts with `dpkg-reconfigure -plow fontconfig' is IMO
not a good solution. A very few fonts should be enabled even if global
setting for bitmap fonts is disabled.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xfonts-konsole depends on:
ii  xutils                    6.9.0.dfsg.1-4 X Window System utility programs

xfonts-konsole recommends no packages.

-- no debconf information



Reply to: