Bug 432718

Summary: Does not set colors as should
Product: [Applications] konsole Reporter: Gene Thomas <gene>
Component: emulationAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: NOR    
Version: 19.12.3   
Target Milestone: ---   
Platform: Ubuntu   
OS: Other   
Latest Commit: Version Fixed In:
Attachments: C++ source to exercise fault

Description Gene Thomas 2021-02-10 04:05:50 UTC
Created attachment 135549 [details]
C++ source to exercise fault

SUMMARY


STEPS TO REPRODUCE
1. compile the attached program
    g++ konsole-test.cpp -l ncurses
2. run it
    ./a.out

OBSERVED RESULT

the xxxxxxx part is in green

EXPECTED RESULT

the xxxxxx part should be red as set and as ncurses thinks is the color

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
Ubuntu 20.04.1 LTS
Linux (x86_64) release 5.8.0-38-generic
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

This is with $TERM set to xterm-256color, I have seen konsole-256color mentioned online but my Ubuntu does not recognise that $TERM.
Comment 1 Gene Thomas 2021-02-10 04:12:23 UTC
The test program show the correct red color in Gnome-Terminal and xterm with TERM=xterm-256color.
Comment 2 ninjalj 2021-03-09 16:50:22 UTC

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