Top "Gnome-terminal" questions

The default GNOME desktop terminal emulator, allowing users to execute commands using a real UNIX shell while remaining on their graphical desktop.

How to open new terminal through C program in linux

I have written client-sever code where I have many connections, let say each node represents different process on same machine. …

c linux unix gnome-terminal
How to remember multiple tabs' session in terminal? (Alike FF session manager)

how does one "undo close-tab" in terminal? And quite related to it, is it possible to remember a session of …

linux tabs undo gnome-terminal
Control + space vim key binding in normal mode does not work

I want to map control+space to :bnext in order to forward switch in normal mode. So I added following …

vim keyboard-shortcuts ubuntu-12.04 gnome-terminal
Strange locale issue on arch

Recently my gnome-terminal stopped working. After starting it using xterm I saw the following: (process:3975): Gtk-WARNING **: Locale not supported by …

linux locale archlinux gnome-terminal
How to change gnome-terminal title in Ubuntu 10

I've tried setting my PROMPT_COMMAND variable: PROMPT_COMMAND='echo -ne "\033]0;"myWindowTitle"\007"' but something changes my tab (or the …

ubuntu tabs title gnome-terminal
Ubuntu terminal starts with the Anaconda base environment (how to correct that?)

I have downloaded and installed the Anaconda distribution for Ubuntu (18.04) from [https://www.anaconda.com/distribution/#download-section] conform instructions some …

python-3.x anaconda ubuntu-18.04 gnome-terminal virtual-environment
How to display tabs as 4 spaces in gnome-terminal

Actually gnome-terminal display tabs as 8 spaces, and this is very annoying when you cat files or view diffs, is there …

tabs spaces tty gnome-terminal
How to determine a terminal's background color?

I'd like to know if there is any way to determine a terminal's background color ? In my case, using gnome-terminal. …

unix terminal x11 gnome-terminal
Opening multiple tabs in gnome terminal with complex commands from a cycle

I have a command that needs to be called like this: command "complex argument" If I want to run gnome-terminal …

bash scripting tabs gnome-terminal
Open gnome terminal programmatically and execute commands after bashrc was executed

I try to build a little script to start my development environment. For that task I try to open a …

bash gnome gnome-terminal