Summary: | font selection dialog ignores fonts defined in XftConfig | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Siegbert Baude <siegbert.baude> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Siegbert Baude
2002-05-06 20:25:26 UTC
Konsole only lists "fixed width" fonts. When it ignores fonts defined in=20 XftConfig it is probably because it fails to detect that those fonts are=20 fixed. If you are into debugging relevant code can be found in=20 KFontChooser::getFontList() in kdelibs/kdeui/kfontdialog.cpp In particular this line: if ((fontListCriteria & FixedWidthFonts) > 0 && !dbase.isFixedPitch(*it)) continue; Cheers Waldo --=20 bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com This bug starts getting old. Does it still exist in newer Versions of KDE? Regards, DD Can you try this with an uptodate FreeBSD/XF86/Fontconfig and let us know whether it still applies? Timeout; in addition, relevant X is now 4.3 and Xft is deprecated as far as I know. |