1. NAME

gnome-terminal is a terminal emulation application.

2. SYNOPSIS

gnome-terminal [\fB-e, --command=STRING\fR] [-x, --execute ] [\fB--window-with-profile=PROFILENAME\fR] [\fB--tab-with-profile=PROFILENAME\fR] [\fB--window-with-profile-internal-id=PROFILEID\fR] [\fB--tab-with-profile-internal-id=PROFILEID\fR] [\fB--role=ROLE\fR] [--show-menubar] [--hide-menubar] [\fB--geometry=GEOMETRY\fR] [--disable-factory] [\fB-t, --title=TITLE\fR] [\fB--working-directory=DIRNAME\fR] [--usage] [-?, --help]

3. DESCRIPTION

GNOME Terminal is a terminal emulation application that you can use to perform the following actions:

Access a UNIX shell in the GNOME environment.

A shell is a program that interprets and executes the commands that you type at a command line prompt. When you start GNOME Terminal, the application starts the default shell that is specified in your system account. You can switch to a different shell at any time.

Run any application that is designed to run on VT102, VT220, and xterm terminals.

GNOME Terminal emulates the xterm program developed by the X Consortium. In turn, the xterm program emulates the DEC VT102 terminal and also supports the DEC VT220 escape sequences. An escape sequence is a series of characters that starts with the Esc character.

GNOME Terminal accepts all of the escape sequences that the VT102 and VT220 terminals use for functions such as positioning the cursor and clearing the screen.

4. OPTIONS

\fB-e, --command=STRING\fR 10 Execute the argument to this option inside the terminal.

-x, --execute 10 Execute the remainder of the command line inside the terminal.

\fB--window-with-profile=PROFILENAME\fR 10 Open a new window containing a tab with the given profile. More than one of these options can be provided.

\fB--tab-with-profile=PROFILENAME\fR 10 Open a tab in the window with the given profile. More than one of these options can be provided, to open several tabs .

\fB--window-with-profile-internal-id=PROFILEID\fR 10 Open a new window containing a tab with the given profile ID. Used internally to save sessions.

\fB--tab-with-profile-internal-id=PROFILEID\fR 10 Open a tab in the window with the given profile ID. Used internally to save sessions.

\fB--role=ROLE\fR 10 Set the role for the last-specified window; applies to only one window; can be specified once for each window you create from the command line.

--show-menubar 10 Turn on the menu bar for the last-specified window; applies to only one window; can be specified once for each window you create from the command line.

--hide-menubar 10 Turn off the menu bar for the last-specified window; applies to only one window; can be specified once for each window you create from the command line.

\fB--geometry=GEOMETRY\fR 10 X geometry specification (see "X" man page), can be specified once per window to be opened.

--disable-factory 10 Do not register with the activation name server, do not re-use an active terminal.

\fB-t, --title=TITLE\fR 10 Set the terminal's title to TITLE.

\fB--working-directory=DIRNAME\fR 10 Set the terminal's working directory to DIRNAME.

--usage 10 Display brief usage message.

-?, --help 10 Show help message.

5. AUTHOR

This manual page was written by Christian Marillat for the Debian GNU/Linux system (but may be used by others).