Bug 432718 - Does not set colors as should
Summary: Does not set colors as should
Status: RESOLVED DUPLICATE of bug 233991
Alias: None
Product: konsole
Classification: Applications
Component: emulation (show other bugs)
Version: 19.12.3
Platform: Ubuntu Other
: NOR major
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-10 04:05 UTC by Gene Thomas
Modified: 2021-03-09 16:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
C++ source to exercise fault (2.25 KB, text/plain)
2021-02-10 04:05 UTC, Gene Thomas
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***