Summary: | Does not set colors as should | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Gene Thomas <gene> |
Component: | emulation | Assignee: | 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: | ||
Sentry Crash Report: | |||
Attachments: | C++ source to exercise fault |
The test program show the correct red color in Gnome-Terminal and xterm with TERM=xterm-256color. *** This bug has been marked as a duplicate of bug 233991 *** |
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.