[konsole] [Bug 384445] New: "Draw intense colours in bold" is checked but coloured fonts are not rendering in bold

Aayush Agarwal bugzilla_noreply at kde.org
Wed Sep 6 19:22:36 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=384445

            Bug ID: 384445
           Summary: "Draw intense colours in bold" is checked but coloured
                    fonts are not rendering in bold
           Product: konsole
           Version: 17.08.0
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: font
          Assignee: konsole-devel at kde.org
          Reporter: aayush.agarwal_wu at yahoo.com
  Target Milestone: ---

My prompt in zsh, which is customized to print in true colours and in bold
stopped rendering in bold a couple of days ago. This might be related to a
recent bug in tumbleweed:

https://bugzilla.opensuse.org/show_bug.cgi?id=1054448

Both happened at the same time for me or at least if they happened
independently I saw them at the same time. I was able to work around the
ncurses rendering problem by manually setting term = xterm-color or xterm =
linux posted in the bug report, but in ncmpcpp using linux doesn't but that
didn't fix the problem regarding bold fonts rendering.

konsole's environment settings:

TERM=xterm-color # term = linux also works but then exiting ncmpcpp doesn't
clear the screen
COLORTERM=truecolor


The prompt in question:

# tc = true colour
# mn = machine name
# This is to clean up the code written in the prompt
tcfg="^[[38;2;"
mn_fg="%{$tcfg%}240;224;208m"
tcusr="%{$tcfg%}37;58;199m"
tcpwd="%{$tcfg%}57;187;199m"
# white colour
whtfg="%{$tcfg%}255;255;255m"

# prompt, colours are copied from above
PROMPT="%B%{$tcusr%}%n%{$whtfg%}@%{$mn_fg%}%M%{$whtfg%}:%{$tcpwd%}%~%{$whtfg%}>%b
"

Maybe it's my fault, and I'd really like to know how to fix it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list