When comparing rxvt-unicode vs Konsole, the Slant community recommends rxvt-unicode for most people. In the question“What are the best terminal emulators for UNIX-like systems?” rxvt-unicode is ranked 1st while Konsole is ranked 5th. The most important reason people chose rxvt-unicode is:
Rxvt-unicode uses very little memory and takes a lightweight approach without losing many important functionalities. A single instance of urxvt takes about 6.5MB-8MB of RAM.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Low memory usage
Rxvt-unicode uses very little memory and takes a lightweight approach without losing many important functionalities. A single instance of urxvt takes about 6.5MB-8MB of RAM.
Pro Can be daemonized to reduce resource usage
For those who want to lower their system's resource usage, rxvt-unicode allows for daemonization. This way you can run several instances of urxvt inside a single process.
Pro Supports terminal transparency
Changing the transparency of the terminal is allowed for in rxvt-unicode. This not only makes for eye candy but is also good for GUI usability.
Pro Minimum dependencies and simple text config
Pro Supports multiple font types
Multiple font types can be displayed flawlessly in rxvt-unicode.
Pro Handles bold text colour properly
Displays characters with text attribute bold actually as bold glyphs.
Pro High performance
Rxvt-unicode is much faster than most alternatives.
Pro Unicode support
International language support is provided through Unicode.
Pro Proper wrapping support
During selection and pasting wrapped text doesn't break into lines at place of wrapping.
Pro Fast text rendering
Rxvt-unicode has very fast text rendering, being able to render hundreds of MB of text in a very short time.
Pro Built-in Perl interpreter
It has a built-in Perl interpreter, meaning that no install is needed. Simply run urxvtperl
.
Pro Directory and SSH bookmarking
Konsole can bookmark ssh and telnet sessions, directories, and it can open tabs in a folder for easy access.
Pro Supports split-view
Konsole supports split-view which splits the window into two (or more) konsole instances. This is very useful for people who work a lot on the terminal and don't want to spend time navigating between different windows or tabs.
Pro True color and Smooth font
Konsole supports true color and smooth font. This made konsole more fanstatic than other terminal emulators.
Pro Embeddable into the desktop
Konsole can be embedded into desktop so it's always easily accessible, but not in the way of other windows.
Pro Export of output in plain text or HTML format
By going to file > save output, you can send all screen output to a text file.
Pro Support in Dolphin file manager
Konsole can be accessed by pressing F4 in Dolphin, which is convenient for when the user needs to open the terminal in a particular spot of the file structure.
Pro Supports font ligature
Most terminals in Linux don't support font ligature, while many modern fonts such as PragmataPro or Fira Code already have decent coverage of font ligature. Support for font ligature makes user experience and font management much easier (i.e. you don't need to keep two copies of the same font just to use in the console)
Pro Helps to identify tabs using custom icons
Users can associate each bookmark or SSH session with a custom icon, thus giving a visual hint to quickly identify a tab when a lot of tabs are open.
Pro Supports advanced color schemes
In particular solarized.
Pro Notification alerts about activity in a terminal
Konsole can monitor activities and notify the user through system notifications when a certain activity happens. This is a very customizable feature too: you can write scripts that can use this feature and notify you for whatever you want.
Pro Exceptionally fast
Konsole is usually very fast. It boots up very quickly and takes less than a second (averages to 0.25-0.59 seconds) to display files of up to 600 MB.
Pro Customize and save profiles
Profiles containing different settings can be created, saved, and loaded. Color schemes, window transparency, scroll bar, key bindings, start-up commands, window border, and menu bar can all be customized according to the user's needs.
Pro Allows CTRL-SHIFT-c/v within WSL Ubuntu as well
Good menu to customize.
Cons
Con Unicode characters that are too wide are blanked instead of clipped
If a character in a backup font is wider than the base font, urxvt substitutes the non-displayable character. A large letter space will show the wide characters, but the result is not reasonably spaced. There is a patch from 2014 that the urxvt maintainer will not merge.
Con Requires work to look acceptable
Out of the box, rxvt-unicode is not too pleasant to look at. Some understanding of Xresources is required for updating its appearance. That being said, the experience of customizing it can be very rewarding.
Con Requires work to configure useful functionality (clickable URL's, font scaling, tabs)
Con In daemon mode you can lose all your terminals
Because of sharing the same process terminal windows cannot be killed without sacrificing all other open windows. That becomes even more dangerous if you use multiple graphical managers without overriding socket with RXVT_SOCKET.
Con Unicode rendering is buggy
There are a few references to urxvt's buggy rendering, such as unicode combining characters, which bled through during scrolling.
Con Bloated
Exists because Xterm is complete trash. Although it has a lot of features, you will most likely never use them all.
Con No support yet for 24-bit "True Color"
Though this is still not available, you can download the patched version for 24bit, here.
Con Font size cannot be changed on the fly with the mousewheel
Sometimes you may need to enlarge the font to improve readability, or shrink it to have more real estate and "hawk's eye" view of data. In rxvt you need to change the configuration file or use these commands:
$ function fontsize
{printf '\33]50;%s%d\007' "xft:Dejavu Sans Mono:size=$1::antialias=false"}
$ fontsize 22
Con No option to have a "reverse color" cursor
While you can choose the color of the cursor and the character under the cursor, there's no automatic "reverse color" for the cursor. This makes it impossible to use rxvt-unicode if you have a light background terminal and a dark background editor.
Con KDE Library dependencies
While not an issue if using KDE, when trying to use this terminal in other desktop environments or window managers, there will be a large amount of dependencies tied to the app, making for a large install size. For those trying to keep their desktop lean, this may be an issue.
Con Uses a lot of memory
Although it's very fast, konsole has to use a lot of resources in return. It may use up to 30 MB per instance, depending on the number of tabs and the task at hand.
Con No good support for powerline character even with patched fonts
Con Can mess terminal keybinds
Most the of the time, the terminal keybinds are just ignored to obey the kde keybinds. Can be configured though.
Con Lack of DECSCUSR support
Konsole don't allow changing the cursor shape with extended DECSCUSR sequences, using instead the temporary-profile hack. This causes pain when working in (neo)vim inside Konsole.
Con No support for double-width characters
Konsole no supports double width characters. For powerline users, you need to add a space after powerline glyph.