LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Which terminal emulator do you all use (https://www.linuxquestions.org/questions/slackware-14/which-terminal-emulator-do-you-all-use-4175429466/)

dugan 09-28-2012 11:42 AM

Which terminal emulator do you all use
 
I used urxvt/rxvt-unicode for many years, but I'm finally going to stop using it because its font rendering is off (it kerns wrong). I'm switching over to XTerm, which actually has everything I need (256 colors, Unicode support for at least European languages, Fontconfig support, etc). I don't need transparency (it doesn't work well with the Solarized color scheme I'm using).

Which terminal emulator do you all use?

Mark Pettit 09-28-2012 11:52 AM

aterm

cwizardone 09-28-2012 12:03 PM

Terminal 0.4.8 for Xfce 4.10.

Speek 09-28-2012 12:15 PM

lilyterm

kikinovak 09-28-2012 12:18 PM

Terminal 0.4.8 / Xfce 4.8.

yars 09-28-2012 12:19 PM

Terminal-0.4.8 as primary and xterm.

cod_liver_0il 09-28-2012 12:23 PM

rxvt

Gerard Lally 09-28-2012 01:23 PM

xterm, with tmux whenever I need multiple sessions without spawning multiple xterms.

TobiSGD 09-28-2012 02:15 PM

Roxterm

emgee_1 09-28-2012 02:34 PM

Terminator and yakuake

Marcel

GazL 09-28-2012 02:40 PM

xterm with these resource settings:
Code:

xft.antialias: true
XTerm.*.background: black
XTerm.*.foreground: lightblue
XTerm.*.faceName: Deja Vu Sans Mono
XTerm.*.metaSendsEscape: true
XTerm.*.backarrowKey: false
! Tango Color Scheme
*color0: #2e3436
*color1: #cc0000
*color2: #4e9a06
*color3: #c4a000
*color4: #3465a4
*color5: #75507b
*color6: #0b939b
*color7: #d3d7cf
*color8: #555753
*color9: #ef2929
*color10: #8ae234
*color11: #fce94f
*color12: #729fcf
*color13: #ad7fa8
*color14: #00f5e9
*color15: #eeeeec


sycamorex 09-28-2012 02:54 PM

Quote:

Originally Posted by dugan (Post 4791719)
I used urxvt/rxvt-unicode for many years, but I'm finally going to stop using it because its font rendering is off (it kerns wrong). I'm switching over to XTerm, which actually has everything I need (256 colors, Unicode support for at least European languages, Fontconfig support, etc). I don't need transparency (it doesn't work well with the Solarized color scheme I'm using).

Which terminal emulator do you all use?

I'm glad you started this thread. I'm curious myself.

For a long time I used sakura. A few months ago I switched to rxvt-unicode. It was actually after I tried .Xdefaults from your website. Recently, however, I've been thinking of switching to xterm myself - for totally different reasons, though. I'm trying to cut down on installing 3rd party packages where perfectly functional software exists in the stock Slackware.

chrisretusn 09-28-2012 03:03 PM

Konsole

Beelzebud 09-28-2012 03:09 PM

Terminator

dlachausse 09-28-2012 03:09 PM

Konsole for me too, I'm a tab addict so xterm isn't really an option and I figure what the hell, I'm already using KDE anyway.

TobiSGD 09-28-2012 03:16 PM

Quote:

Originally Posted by sycamorex (Post 4791857)
I'm trying to cut down on installing 3rd party packages where perfectly functional software exists in the stock Slackware.

This made me thinking why I use Roxterm in the first place and I got no other reasons then that I am used to it from my Debian times (I always started with minimal installs, so no default terminal already installed. Maybe I switch to Xterm to, if it supports 256 colors and Unicode.

sycamorex 09-28-2012 03:28 PM

Quote:

Originally Posted by TobiSGD (Post 4791881)
This made me thinking why I use Roxterm in the first place and I got no other reasons then that I am used to it from my Debian times (I always started with minimal installs, so no default terminal already installed. Maybe I switch to Xterm to, if it supports 256 colors and Unicode.

Yeah, old habits die hard:)

A quick google and check of my Slackware installation shows that xterm does support Unicode (uxterm - a wrapper around xterm) and 256 colors (enabled by default in Slackware):

Code:

./configure \
  --prefix=/usr \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --infodir=/usr/info \
  --mandir=/usr/man \
  --with-app-defaults=/etc/X11/app-defaults \
  --with-utempter \
  --enable-luit \
  --enable-wide-chars \
  --enable-88-color \
  --enable-256-color \
  --with-icon-theme=hicolor \
  --with-icondir=/usr/share/icons \
  --with-pixmapdir=/usr/share/pixmaps \
  --build=$ARCH-slackware-linux


mariostg 09-28-2012 03:35 PM

Used rxvt-u for the longest time. Switching to Terminator as rxvt-u was not really responding well in Slackware which I began to use not long ago.

BroX 09-28-2012 03:35 PM

yakuake in KDE, but now rxvt-unicode in i3 wm

astrogeek 09-28-2012 03:44 PM

Until early this year I used konsole mostly - for the tabs.

When trying to figure out how to keep the familiar tabs in a KDE4 world someone here on LQ pointed me to tmux...

Now it is urxvt with tmux and loving it!

TobiSGD 09-28-2012 04:12 PM

Any sites with detailed descriptions how to configure Xterm and which options are available, especially how to setup a nice font (I prefer Monospace in 8 pt)? The default font is quite ugly and even in some cases up to unreadable.

gargamel 09-28-2012 05:42 PM

Konsole, because of tabs and easy configuration of colour schemes, including Solarized, which I use sometimes. Most of the time, however, I just set up a grey background with black font colour. I find this friendlier to the eye for long sessions, and the output of
Code:

ls --color
is completely readable, including the dark blue directory entries, which are hardly readable on a black background, and light green entries for executable files, which are hard to read on a white background.

gargamel

markush 09-28-2012 05:53 PM

I'm using qterminal, before I switched to qterminal I used konsole but have no longer KDE running.

Markus

JaseP 09-28-2012 05:56 PM

I use gnome-terminal, konsole & xterm,... in probably equal proportions...

And, by the way, xterm DOES support translucency... It's just not easily set.

Terminator3000 09-28-2012 06:16 PM

rxvt

stitchman 09-28-2012 09:27 PM

aterm

konsolebox 09-28-2012 10:04 PM

konsole has always been my favorite. And gnome-terminal's not bad either.

fogpipe 09-28-2012 10:49 PM

urxvt and xterm about equally.

speck 09-28-2012 11:12 PM

xterm

As far as changing the fonts (I use Terminus), I just pass them to xterm via the '-fn' option:
Code:

xterm +sm +vb +sb -sl 1000 -fg white -bg '#111111' -cr green -fn -xos4-terminus-medium-*-*-*-18-*-*-*-*-*-*-*
xlsfonts will show you a list of fonts you can use.

You can also hold down the control key and click the right mouse button to bring up a menu that allows you to resize the font.

blue_k 09-29-2012 01:29 AM

Konsole, always been there since I use KDE, the tabs are great, and I like the overall layout and appearance.

parcox 09-29-2012 04:39 AM

Yakuake is my favorite, and Terminal while on XFCE. Terminator seems interesting, since it has logging facility. I will give it a try.

brianL 09-29-2012 04:54 AM

Konsole mostly, xterm sometimes. Whatever is default with other DE/WMs.
Liberation mono font.

Didier Spaier 09-29-2012 04:59 AM

xterm, as it works well for what I do, and maybe out of laziness to try another one. Alt+F1 in Fluxbox to launch one without any customization.

raphaeldavidf 09-29-2012 05:46 AM

yakuake ;D

ponce 09-29-2012 06:01 AM

lxterminal

audriusk 09-29-2012 06:27 AM

I've been using Konsole from KDE for as long as I remember. Love it for tabs and the ability to do most of the tasks (like creating/moving/closing tabs) using keyboard. Have Linux color scheme set up with DejaVu Sans Mono font (bold disabled).

chrisretusn 09-29-2012 11:51 AM

I'd just thought I'd mention, while I use Konsole a lot. I also frequently log out back to the console or Ctrl-Alt F# to a another.

H_TeXMeX_H 09-29-2012 11:55 AM

Quote:

Originally Posted by Speek (Post 4791750)

Same here.

bnguyen 09-29-2012 05:24 PM

I primarily use Terminal of XFCE since it's very stable and included by default. Besides, I really like Terminator with its "tile" arrangement and use it occasionally. However, Terminator still has crash issue in some use cases, so it's not stable enough to become my main emulator.

Regarding xterm, maybe it does not have full Unicode support (only shows a subset of Chinese characters here).

OldHolborn 09-29-2012 05:40 PM

1 Attachment(s)
Quote:

Originally Posted by TobiSGD (Post 4791920)
Any sites with detailed descriptions how to configure Xterm and which options are available, especially how to setup a nice font (I prefer Monospace in 8 pt)? The default font is quite ugly and even in some cases up to unreadable.

Bits plucked from here there and everywhere so no single site.

I use Monospace in 9 if that's any help - I've tried to clone Terminal as much as possible, I like the look but not the overhead.

Attached is my .Xresources

w1k0 09-29-2012 06:01 PM

xterm started with the command:

Code:

/usr/bin/X11/xterm +sb -fg black -bg white -geometry 99x49+64+0 -fn 9x15int
where 9x15int is defined in fonts.alias from /usr/share/fonts/misc as:

Code:

9x15int        -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1
it fits perfectly my Window Maker desktop.

TobiSGD 09-29-2012 07:40 PM

Quote:

Originally Posted by OldHolborn (Post 4792816)
Bits plucked from here there and everywhere so no single site.

I use Monospace in 9 if that's any help - I've tried to clone Terminal as much as possible, I like the look but not the overhead.

Attached is my .Xresources

Thanks for that, successfully changed to Xterm and it looks like my old Roxterm config now, except the missing transparency, but that is something I can live with. In fact, Xterm is much lighter on CPU usage when scrolling large amounts of text than Roxterm.

hitest 09-29-2012 07:49 PM

Quote:

Originally Posted by cwizardone (Post 4791743)
Terminal 0.4.8 for Xfce 4.10.

That's what I use.

astrogeek 09-29-2012 08:05 PM

Quote:

Originally Posted by OldHolborn (Post 4792816)
Bits plucked from here there and everywhere so no single site.

I use Monospace in 9 if that's any help - I've tried to clone Terminal as much as possible, I like the look but not the overhead.

Attached is my .Xresources

Thanks for that again!

I have cobbled one together myself over time, but yours is more complete and comprehensive - it just replaced (most of) my own.

Pixxt 09-30-2012 06:21 AM

Konsole, but my first love was Eterm

earthw0rmjim 09-30-2012 06:55 AM

xfce4-terminal 0.4.8

D1ver 09-30-2012 07:08 AM

I mostly use Terminal in non-KDE environments and Konsole in KDE. Usually with tmux.

I've never really found a need to look into other programs such as xterm/rxvt as they seem to do mostly the same job but require a great deal more tweaking..

dugan 10-01-2012 04:30 PM

I decided to switch to (Xfce 4.10's) Terminal.

256 colors out of the box: CHECK

Works with Source Code Pro: CHECK

Displays every character in Quickbrown.txt (out of the box, on Slackware 14.0) while the font is set to Source Code Pro: CHECK (XTerm can't do this).

Kerns fonts properly: CHECK (rxvt-unicode messes this up)

Works with the Solarized color scheme: CHECK

Thanks to all who recommended it.

ReaperX7 10-01-2012 08:33 PM

xfce-terminal. Closest thing to the Bash Shell anyway.

TobiSGD 10-01-2012 09:21 PM

Quote:

Originally Posted by ReaperX7 (Post 4794468)
xfce-terminal. Closest thing to the Bash Shell anyway.

Huh? All these terminal emulators use the shell that is your default shell. If your default shell is Bash then every terminal emulator is the closest thing to Bash, just because it actually is Bash.
But who uses Bash anyways? ;):D


All times are GMT -5. The time now is 12:58 AM.