this post was submitted on 15 Feb 2024
117 points (94.0% liked)

Linux

46794 readers
1055 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So, Konsole shipped by default with KDE Plasma, my current Desktop Environment. While I don't have a problem with it, I am interested in what other people are using, because there very likely is something better out there.

Specifically I've seen talk of Kitty and Alacritty, although I've also read that the dev of Kitty is allegedly kind of a jerk, so I am specifically interested in how Konsole matches up to Alacritty in your experience, but other suggestions and general terminal emulator discussion are also welcome!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 6 months ago* (last edited 6 months ago) (1 children)

Kitty, hands down. GPU accelerated; native image protocol implemented by ranger, neofetch, and more; incredibly customizable; multiplexing with multiple windows and tabs; ligature support; and much more

If anybody has any questions about it, swing on over to Kitty Terminal Emulator [[email protected]]

[–] [email protected] 1 points 6 months ago (1 children)

I have to ssh in to arbitrary systems often and Kitty seemed to have compatibility issues, which I still don't grok but plainly can't use

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (1 children)

kitty requires its terminfo be set properly on the remote host. Its best to use the ssh kitten (I have it aliased), though it's only technically required the first time on any particular box/instance. See this issue in the FAQ: I get errors about the terminal being unknown or opening the terminal failing or functional keys like arrow keys don’t work?

[–] [email protected] 1 points 6 months ago

I guess my issue is that these are production machines that aren't really meant to be mutated and I'm generally just pulling diagnostic data off of. Often I'm ssh'd in to a hub machine and jumping in to edge devices, so I couldn't run ssh kitten if I wanted to. I think I'm probably an edge case, but it is very frustrating.