Version: 1.3 (using KDE 3.2.0, (3.0)) Compiler: gcc version 2.95.4 20011002 (Debian prerelease) OS: Linux (i686) release 2.6.4 The Bistream Vera Sans Mono Font does not show up in the "Settings->Font->Custom..." Dialogbox. The Vera Sans Mono font is monospaced and works (perfectly) if entered into the konsolerc by hand
Works here. Which Qt version? Unpatched 3.3.1?
QT version is 3.2.1 from ftp.kde.org debian packages.
This is usually when you don't have freetype enabled. Check if you have 'Use anti-aliasing for fonts' selected in 'kcmshell fonts'. Another cause can be if you are using an X display that doesn't have the RENDER extension. Older X11 libs could only do anti-aliasing when RENDER was present. You can check this with 'xdpyinfo' you should have RENDER as an extension available. Finally... your QT might be compiled without freetype support. ie. if other non-KDE apps give anti-aliased fonts, but only KDE doesn't, then it's probably caused by having a QT without freetype/Xft support.
Oops.. somehow managed to miss the last part 'The Vera Sans Mono font is monospaced and works (perfectly) if entered into the konsolerc by hand'. So guess freetype/Xft is working afterall :-)
KDE does not show "Bitstream Vera Sans Mono" in either konsole fontselector nor in "kcmshell fonts" under "Fixed width". Same holds for "Andale Mono". Both fonts show up in "kcmshell fonts" under any other entry (p.e. "General"). So possibly KDE does not recognice that these fonts are monospaced?
Try this coolo@e36#~>fc-list : family style spacing | grep "Bitstream Vera" Bitstream Vera Sans Mono:style=Bold:spacing=100 Bitstream Vera Sans:style=Oblique Bitstream Vera Sans:style=Roman Bitstream Vera Sans Mono:style=Oblique:spacing=100 Bitstream Vera Sans:style=Bold Bitstream Vera Serif:style=Roman Bitstream Vera Sans Mono:style=Bold Oblique:spacing=100 Bitstream Vera Sans:style=Bold Oblique Bitstream Vera Sans Mono:style=Roman:spacing=100 Bitstream Vera Serif:style=Bold I guess your Mono variants do not have spacing=100
exactly the same here: All Mono variants have spacing=100
Works with qt3.3.2. I have the same as comment #6. | KDE does not show "Bitstream Vera Sans Mono" in either konsole fontselector | nor in "kcmshell fonts" under "Fixed width". Same holds for "Andale Mono". Both fonts show up in kcmshell fonts under 'fixed width'. I think this is a qt issue... upgrade to 3.3.x. :-)( You can also try running 'qtconfig' and look to see what fonts are allowed.
Please upgrade to Qt 3.3 and see if the issue is still reproducible there. If so, please reopen this bug report. thanks.