Konsole
Konsole is a terminal emulator for the KDE desktop.
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 your konsole profile or make a 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.gollark: I tried using `io.BufferedReader(bytestream, buffer_size=2**19)` in place of it, but it appears to have worsened things.
gollark: It might? I'm just using its `.read` method or something.
gollark: `<urllib3.response.HTTPResponse object at 0x7fa92a93e490>`
gollark: I don't really know how to usefully apply that to this.
gollark: I have an osmarks internet radioâ„¢ HTTP stream which needs to be forwarded onto an OggStream thing for discord.py voice chat. I have *that* working, but it sounds somewhat bad as it doesn't have any buffer and "jumps" or something quite often.
See also
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.