Summary: | Konsole doesn't respect monospace font configed with fontconf | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Sassan Haradji <sassanh> |
Component: | font | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jm.dev |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/konsole/259b98011f3d247be6068e781da6988847159fb7 | Version Fixed In: | |
Sentry Crash Report: |
Description
Sassan Haradji
2018-04-28 18:47:59 UTC
It should be solved in this commit: https://phabricator.kde.org/D12614 Git commit 259b98011f3d247be6068e781da6988847159fb7 by Kurt Hindenburg. Committed on 08/05/2018 at 02:45. Pushed by hindenburg into branch 'master'. Fallback to fixed width fonts Summary: Before this commit when Konsole was trying to render a character that didn't exist in the font selected by user, it'd fall back to default font provided by font config without any hints that it needs monospace fonts which usually would be a sans font. Now Konsole hints system that it needs a monospace font. Reviewers: hindenburg Reviewed By: hindenburg Subscribers: #konsole, hindenburg, mglb, ahmadsamir Tags: #konsole Differential Revision: https://phabricator.kde.org/D12614 M +5 -0 src/TerminalDisplay.cpp https://commits.kde.org/konsole/259b98011f3d247be6068e781da6988847159fb7 *** Bug 392876 has been marked as a duplicate of this bug. *** |