Konsole
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Konsole is a terminal emulator for the KDE desktop.
Installation
Troubleshooting
True-color programs do not display correctly
This is because, by default, konsole does not set the right $TERM
variable. To set it, either edit you konsole profile or make new one:
~/.local/share/konsole/konsole.profile
[General] Name=konsole Environment=TERM=konsole-direct,COLORTERM=truecolor
Note: Some programs may not work correctly with
konsole-direct
as $TERM
. If so, use konsole-256color
instead.