gnome-terminal June 2020 GNOME gnome-terminal 1 User Commands gnome-terminal A terminal emulator for GNOME gnome-terminal OPTION -- PROGRAM ARG 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 Show a brief overview of all the options. Show all the options in detail. Show all the GTK options. Show all the options to select between new terminal tabs or windows. Show all the options to change the attributes of terminals regardless of whether they are in separate tabs or windows. Show all the options to change the attributes of windows containing terminals. Restore the application to a previously saved state by loading it from a configuration file. Show the preferences window. Print the environment variables to interact with newly created terminals. Suppress diagnostics. Increase diagnostic verbosity. Open a new tab containing a terminal in the last-opened window with the default profile. Open a new window with a tab containing a terminal with the default profile. Split the argument to this option into a program and arguments in the same way a shell would, and execute the resulting command-line inside the terminal. This option is deprecated. Instead, use to terminate the options, and put the program and arguments to execute after it: for example, instead of gnome-terminal -e "python3 -q", prefer to use gnome-terminal -- python3 -q. Note that the COMMAND is not run via a shell: it is split into words and executed as a program. If shell syntax is required, use the form gnome-terminal -- sh -c '...'. Stop parsing options at this point, and interpret all subsequent options as a program and arguments to execute inside the terminal. This option is deprecated: use instead. For example, instead of gnome-terminal -x python3 -q, prefer to use gnome-terminal -- python3 -q. Forward file descriptor. Use the given profile instead of the default profile. Set the initial terminal title. Wait until the terminal's child exits. Set the terminal's working directory. Set the terminal's zoom factor. 1.0 is normal size. Set the last specified tab as the active one in its window. Full-screen the window. Set the window size as COLSxROWS+X+Y. For example, 80x24 or 80x24+200+200. Turn off the menubar for the window. Turn on the menubar for the window. Maximize the window. Set the X window role. Program class as used by the window manager. X display to use. Make all warnings fatal. GDK debugging flags to set. GDK debugging flags to unset. GTK debugging flags to set. GTK debugging flags to unset. Load additional GTK modules. Program name as used by the window manager. BUGS Please read on how to report bugs. EXAMPLES To run a terminal containing an interactive Python prompt: gnome-terminal --title=Python -- python3 -q To interpret shell syntax in a terminal, either write it in a separate shell script, or use sh -c: gnome-terminal -- sh -c 'if [ "$(id -u)" = 0 ]; then ...' SEE ALSO For further information, visit the website . There's a list of frequently asked questions at .