Version: (using KDE KDE 3.3.1) Installed from: Debian testing/unstable Packages Compiler: gcc-3.3, but not relevant OS: Linux The exact bug description can be found here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=289468 This upstream bug is to bring the problem to the attention of the KDE developers and to request feedback whether the patch could actually work (and be included in kdebase)! -Malte
Created attachment 9182 [details] Patch to fix correct selectioin of Konsole font
I get rather different fonts here with the patch applied... I'm not sure if that is a good or a bad thing.
With Medium font size setting, do you get the same font as is used by xterm? One could also special case the default font case so that it only requires SemiCondensed for 13 pts. However, it would be great to know whether the current font fallback mechanism is intentional, i.e. whether it's a good or bad thing :) -Malte
As of a few days ago, Konsole now uses KGlobalSettings::fixedFont(); for the fixed font. You can set this in KControl->Appearance->Fonts See http://bugs.kde.org/show_bug.cgi?id=98865 for the report about using fixedFont()