Scroll to navigation

GNOME-TERMINAL(1) User Commands GNOME-TERMINAL(1)

NAME

gnome-terminal - A terminal emulator for GNOME

SYNOPSIS

gnome-terminal

DESCRIPTION

gnome-terminal is a terminal emulator application for accessing a UNIX shell environment which can be used to run programs available on your system. It supports several profiles, multiple tabs and implements several keyboard shortcuts.

OPTIONS

--help, -h

Show a brief overview of all the options.

--help-all

Show all the options in detail.

--help-gtk

Show all the GTK options.

--help-terminal

Show all the options to select between new terminal tabs or windows.

--help-terminal-options

Show all the options to change the attributes of terminals regardless of whether they are in separate tabs or windows.

--help-window-options

Show all the options to change the attributes of windows containing terminals.

--load-config=FILE

Restore the application to a previously saved state by loading it from a configuration file.

--preferences

Show the preferences window.

--print-environment, -p

Print the environment variables to interact with newly created terminals.

--quiet, -q

Suppress diagnostics.

--verbose, -v

Increase diagnostic verbosity.

--tab

Open a new tab containing a terminal in the last-opened window with the default profile.

--window

Open a new window with a tab containing a terminal with the default profile.

--command, -e=COMMAND

Execute the argument to this option inside the terminal.

--fd=FD

Forward file descriptor.

--profile=PROFILE-NAME

Use the given profile instead of the default profile.

--title, -t=TITLE

Set the initial terminal title.

--wait

Wait until the terminal's child exits.

--working-directory=DIRNAME

Set the terminal's working directory.

--zoom=ZOOM

Set the terminal's zoom factor. 1.0 is normal size.

--active

Set the last specified tab as the active one in its window.

--full-screen

Full-screen the window.

--geometry=GEOMETRY

Set the window size as COLSxROWS+X+Y. For example, 80x24 or 80x24+200+200.

--hide-menubar

Turn off the menubar for the window.

--show-menubar

Turn on the menubar for the window.

--maximize

Maximize the window.

--role=ROLE

Set the X window role.

--class=CLASS

Program class as used by the window manager.

--display=DISPLAY

X display to use.

--g-fatal-warnings

Make all warnings fatal.

--gdk-debug=FLAGS

GDK debugging flags to set.

--gdk-no-debug=FLAGS

GDK debugging flags to unset.

--gtk-debug=FLAGS

GTK debugging flags to set.

--gtk-no-debug=FLAGS

GTK debugging flags to unset.

--gtk-module=MODULES

Load additional GTK modules.

--name=NAME

Program name as used by the window manager.

BUGS

Please read https://wiki.gnome.org/Apps/Terminal/ReportingBugs on how to report bugs.

SEE ALSO

For further information, visit the website https://wiki.gnome.org/Apps/Terminal. There's a list of frequently asked questions at https://wiki.gnome.org/Apps/Terminal/FAQ.

June 2020 GNOME