Questions tagged [gnome-terminal]

GNOME Terminal is the standard terminal emulator for the GNOME desktop environment.

enter image description here

GNOME Terminal is the standard terminal emulator for the desktop environment. GNOME Terminal emulates the terminal emulator and provides some of the same features. It also supports profiles.

Wikipedia: http://en.wikipedia.org/wiki/GNOME_Terminal

See also

546 questions
115
votes
12 answers

How to rename terminal tab title in gnome-terminal?

Used to be able to right click on the tab and change the title. Not sure how to do this anymore. Just upgraded to Fedora 21. EDIT: I have switched from gnome-terminal to ROXterm
penner
  • 1,261
  • 2
  • 10
  • 8
82
votes
3 answers

ESC key causes a small delay in terminal due to its Alt+ behavior

My terminal setup is gnome-terminal + tmux + zsh with vi bindings. In applications like vim or even in the zsh's command line vi editing mode, I need to frequently hit the ESC key but there is a small delay before the effects of this key take place.…
sharat87
  • 4,199
  • 4
  • 23
  • 17
66
votes
4 answers

Which terminal type am I using?

I have tested this with both Ubuntu 12.04 and Debian 7. When I do echo $TERM I get xterm But if I use the dropdown menu "help" > "about" then it says gnome terminal 3.4.1.1. Does this mean I am using just gnome-terminal? Or just xterm? Or is…
mulllhausen
  • 2,648
  • 9
  • 36
  • 42
60
votes
11 answers

How do I clear the Gnome terminal history?

When we use clear command or Ctrl+L in terminal, it clears terminal but we can still scroll back to view the last used commands. Is there a way to completely clear the terminal?
hpn
  • 1,431
  • 7
  • 18
  • 21
55
votes
8 answers

disabling mouse support in `vim` in a `gnome-terminal` environment

Edit: The problem of an enabled mouse in vim appears to be specific to gnome-terminal (version 3.4.1.1-1; I am using gnome 3 fallback mode). If I run xterm, mouse support in vim is disabled by default, and I have the option to enable it (:set…
user001
  • 3,598
  • 5
  • 39
  • 54
53
votes
6 answers

search text on the terminal output

I am running an application with command $ grails run-app which prints log in terminal like below. What I want is search a particular text (say user authorities) in this log so that I can verify further. One way using Logging Apis to write in text…
prayagupa
  • 4,797
  • 12
  • 32
  • 38
45
votes
3 answers

gnome-terminal: keep track of directory in new tab

I'm on Arch linux, and when I open a new terminal tab, it always goes to $HOME. How can I make it so that when I open a new tab, it opens the shell in the directory I was in previously?
korylprince
  • 1,811
  • 2
  • 14
  • 12
41
votes
8 answers

Arch Linux terminal not starting

I just installed Arch Linux following a video tutorial from youtube for the first time. However, when I try starting the GNOME terminal it won't start. It will say Terminal at the top of my screen for a couple of seconds and there will be a loading…
Dirk
  • 449
  • 1
  • 4
  • 3
35
votes
1 answer

terminal hang when lost connection and ssh is on

when I ssh to a server over the internet in a gnome terminal tab, if I lost internet connection, the terminal tab will be hang and not accept any input. Why is it hang? Is there some way to activate the terminal tab, i.e. make it continue running…
Tim
  • 98,580
  • 191
  • 570
  • 977
30
votes
7 answers

Prevent SSH client passing TERM environment variable to server?

I'm currently using Fedora 18 gnome-terminal, then started tmux multiplexer in it. After I connected to a CentOS 5 server via ssh command, I find: ls result has no color tmux, screen, hexedit, htop all failed to start with error message like: open…
LiuYan 刘研
  • 3,910
  • 5
  • 31
  • 34
29
votes
2 answers

Terminal - create hyperlinks

I am creating Log-Reports which are viewable through the Web-browser. Is there an easy way to make links clickable in Linux Terminal? (Gnome-Terminal) I am copying those links and manually open my web-browser to achieve that right now.
user1767754
  • 427
  • 1
  • 4
  • 5
28
votes
2 answers

How to export a gnome-terminal profile?

Is it possible to export a gnome-terminal profile to another computer? I create a terminal profile using edit>preferences and save it as "def". I would like to save the configuration in a file and use it another computer. I try to grep "def" within…
Sumit
  • 383
  • 1
  • 3
  • 5
27
votes
3 answers

Open Gnome Terminal window and execute 2 commands

I have a script which runs in the background (without terminal windows or TTY) and occasionally does something. I now want it to do another thing when it does something and it is to open a Gnome Terminal window and execute 2 commands. Actually, I…
UTF-8
  • 3,175
  • 5
  • 23
  • 50
27
votes
3 answers

set gnome terminal background/text color from bash script

I would like to setup my gnome terminal's background(#002b36) and foreground color in ubuntu 13, using bash script. I tried gconftool but couldn't succeed. GCONFTOOL-2(1) User Commands …
prayagupa
  • 4,797
  • 12
  • 32
  • 38
26
votes
7 answers

Terminal - copy from CLI without using mouse

While firing commands in CLI, I want to copy the command I just fired or anything I wrote in terminal and paste it somewhere else without using mouse. Like in following picture, I want to copy the update command (completely or partially) without…
prayagupa
  • 4,797
  • 12
  • 32
  • 38
1
2 3
36 37