Bug 486312 - When there is a color change in the text the two characters at the end overlap
Summary: When there is a color change in the text the two characters at the end overlap
Status: RESOLVED DUPLICATE of bug 483292
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 24.02.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-29 18:39 UTC by Mike
Modified: 2024-05-17 11:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
A partial screen shot showing the window title and the bug (112.89 KB, image/png)
2024-04-29 18:39 UTC, Mike
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike 2024-04-29 18:39:07 UTC
Created attachment 169011 [details]
A partial screen shot showing the window title and the bug

SUMMARY
When there is a color change in the text the two characters at the end overlap

STEPS TO REPRODUCE
1. start a konsole window running bash
2. execute the following command:
ps -ef |egrep $USER
3. 

OBSERVED RESULT
the 'e' in mike overlaps the following character

EXPECTED RESULT
the spacing after the 'e' is the same as other characters


SOFTWARE/OS VERSIONS
Linux - Fedora 40

ADDITIONAL INFORMATION
I noticed this using VNC.
I tried on a straight terminal and got the same result
Comment 1 Matan Ziv-Av 2024-05-17 11:12:16 UTC
The problem is actually that the red text is bold, not that it is red.

Unchecking "Draw intense colors in bold font" will likely help in this case.

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