GNOME-TERMINAL(1) | User Commands | GNOME-TERMINAL(1) |
gnome-terminal - A terminal emulator for GNOME
gnome-terminal [OPTION...] [-- PROGRAM [ARG...]]
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.
--help, -h
--help-all
--help-gtk
--help-terminal
--help-terminal-options
--help-window-options
--load-config=FILE
--preferences
--print-environment, -p
--quiet, -q
--verbose, -v
--tab
--window
--command, -e=COMMAND
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 '...'.
--execute PROGRAM [ARGS], -x PROGRAM [ARGS]
This option is deprecated: use -- instead. For example, instead of gnome-terminal -x python3 -q, prefer to use gnome-terminal -- python3 -q.
--fd=FD
--profile=PROFILE-NAME
--title, -t=TITLE
--wait
--working-directory=DIRNAME
--zoom=ZOOM
--active
--full-screen
--geometry=GEOMETRY
--hide-menubar
--show-menubar
--maximize
--role=ROLE
--class=CLASS
--display=DISPLAY
--g-fatal-warnings
--gdk-debug=FLAGS
--gdk-no-debug=FLAGS
--gtk-debug=FLAGS
--gtk-no-debug=FLAGS
--gtk-module=MODULES
--name=NAME
Please read https://wiki.gnome.org/Apps/Terminal/ReportingBugs on how to report bugs.
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 ...'
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 |