Summary: | Intensive color selection broken as of 270d6ea3 | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Antonio Russo <aerusso> |
Component: | font | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | andre.vmatos, anthony.vital, dos, javi, jkhsjdhjs, keikoz, luke-jr+kdebugs, nl6720, quantumphazor, rherbert, ricardo, sombragris |
Priority: | NOR | ||
Version: | 20.12.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Antonio Russo
2020-12-12 17:43:23 UTC
I'm not sure if this is completely related, but since the last update the intense colors are no more applied in Konsole though the option "Draw intense colors in bold font" is selected. Confirmed after upgrading to release service (applications) 20.12. I think it should be applied to konsolepart since other apps such as yakuake suffer from this bug. Please fix ASAP. Thanks!! My initial description of the bug is not quite correct, so please see https://invent.kde.org/utilities/konsole/-/merge_requests/299 where I've implemented an option to allow for both the old and new behavior. The patch applies on top of 20.12.0---and in fact is what I'm testing with. I'd appreciate anyone willing to test this out and give feedback---please notice that the tests I have run right now are VERY MINIMAL. That said, I am planning on using it on my personal machine. (In reply to Antonio Russo from comment #3) > I'd appreciate anyone willing to test this out and give feedback---please > notice that the tests I have run right now are VERY MINIMAL. Thanks a lot! My terminal is readable again on "Linux Colors" scheme with your patchset :) Thanks. Reverting commit 270d6ea3 restores the previous colours for me. This is fixed as of 2d58ed02. I'm leaving this open, since it's still broken in 20.12.0. My preferred console font doesn't even support literal bold. I wasn't aware there were people who actually want such a thing. As for the rationale that there is no other "bold alone" code... Shouldn't it work to specify (eg) \e[1m\e[38;2;50;50;50m ? I also notice the intensive behaviour already (before this bug was introduced) ignored RBG colours... So you don't even need to put the colour after the bold code. FYI: This has been merged into the 20.12 release branch, so it should be fixed in 20.12.1 . There's also a patch (I wrote) that adds a configuration option for the alternative behavior, so it's unlikely we'll see another regression. |