Summary: | Changing fonts in K Control Center or in fontconfig doesn't take effect in Konsole | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Charles A. Landemaine <landemaine> |
Component: | general | Assignee: | Robert Knight <robertknight> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.6.3 | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Charles A. Landemaine
2006-07-04 02:57:27 UTC
Konsole allows you to set the font using Settings > Select Font. However I agree it would be nice to use the system terminal font by default. Yes, I was refering to default font in Konsole. Setting manually the font in Konsole as "Monospace" has been a temporary fix for me so far. I forgot, actually you can install the fontconfig XML files to see changes: http://www.ubuntuforums.org/showthread.php?t=208396 This will work with and without the Microsoft fonts as explained in my original message above. These files make KDE consistent, and all applications use the same generic font families. Thus, all applications that are supposed to use a monospace font will use the same monospace font, Nimbus or Courrier New in this case. % grep fixedfont * -Ri konsole.cpp: QFont tmpFont = KGlobalSettings::fixedFont(); konsole_part.cpp: QFont tmpFont = KGlobalSettings::fixedFont(); kwrited.cpp: setFont(KGlobalSettings::fixedFont()); main.cpp: QFont tmpFont = KGlobalSettings::fixedFont(); main.cpp: QFont tmpFont = KGlobalSettings::fixedFont(); I had some issues with saving/loading the font in the config files, so I commented out KControl's signal for changing the font. I think some of the code is still there, but commented out. KDE 4 - Fixed, whatever font size is defined in KDE's Font Settings dialog is used, unless a different font has been explicitly chosen in Konsole's profile editor. |