Bug 430392

Summary: konsole ignores intense colors in profile
Product: [Applications] konsole Reporter: Alex Belits <abelits>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: abelits, nate, xnagytibor
Priority: NOR    
Version: 20.12.0   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Before / After

Description Alex Belits 2020-12-14 19:55:31 UTC
Summary

When displaying text, bold/intense attribute does not switch to intense color configured in profile. When BoldIntense is set, text is displayed in bold font with normal color. Otherwise the text is displayed in normal color and font, so it is indistinguishable from regular text.

Steps to reproduce

1. Set color palette with clearly visible "intense" versions of color (such as dark blue for intense foreground and black for normal foreground).
2. Run any program that displays bold colors, ex, in shell:
echo -e '\x1b[0m123\x1b[1m456\x1b[0m789'

Observed result

Text is displayed with normal colors (and possibly bold font if BoldIntense is set).

Expected result:

Text is displayed with intense colors (and possibly bold font if BoldIntense is set).

KDE Plasma Version: 20.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Comment 1 Alex Belits 2020-12-14 20:19:35 UTC
KDE Plasma Version: 5.20.4
Comment 2 Nagy Tibor 2020-12-16 11:45:54 UTC
Can confirm this regression. I thought I was going crazy when my default Breeze-styled prompt changed colors out of nowhere (turquoise green -> regular green)

Operating System: KDE neon 5.20
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Comment 3 Nagy Tibor 2020-12-16 11:46:36 UTC
Created attachment 134113 [details]
Before / After
Comment 4 Nate Graham 2020-12-16 21:23:21 UTC

*** This bug has been marked as a duplicate of bug 430267 ***