table of contents
XFCE4-TERMINAL(1) | Xfce | XFCE4-TERMINAL(1) |
NAME¶
xfce4-terminal - En terminalemulator för X
SYNOPSIS¶
xfce4-terminal [FLAGGA...]
BESKRIVNING¶
xfce4-terminal is what is known as an X terminal emulator, often referred to as terminal or shell. It provides an equivalent to the old-fashioned text screen on your desktop, but one which can easily share the screen with other graphical applications. Windows users may already be familiar with the MS-DOS Prompt utility, which has the analogous function of offering a DOS command-line under Windows, though one should note that the UNIX CLI offer far more power and ease of use than does DOS.
xfce4-terminal emulates the xterm application developed by the X Consortium. In turn, the xterm application emulates the DEC VT102 terminal and also supports the DEC VT220 escape sequences. An escape sequence is a series of characters that start with the Esc character. xfce4-terminal accepts all of the escape sequences that the VT102 and VT220 terminals use for functions such as to position the cursor and to clear the screen.
ALTERNATIV¶
Alternativs beskrivning¶
Here is a summary of all the options, grouped by type. Explanations are in the following sections.
Allmänna flaggor
Window or Tab Separators
Flikalternativ
Fönsterflaggor
Allmänna flaggor¶
-h, --help
-V, --version
--disable-server
--color-table
--default-display=display
--default-working-directory=katalog
Window or Tab Separators¶
--tab
If you use this as the first option, without --window separators, the last window will be re-used.
--window
Flikalternativ¶
-x, --execute
-e, --command=kommando
--working-directory=katalog
-T, --title=titel
-H, --hold
Fönsterflaggor¶
--display=display
--drop-down
--geometry=geometri
--role=roll
--startup-id=sträng
-I, --icon=ikon
--fullscreen
--maximize
--minimize
--show-menubar
--hide-menubar
--show-borders
--hide-borders
--show-toolbar
--hide-toolbar
--show-scrollbar
--hide-scrollbar
--font=font
--zoom=zoom
EXEMPEL¶
xfce4-terminal --geometry 80x40 --command mutt --tab --command mc
MILJö¶
xfce4-terminal uses the Basedir Specification as defined on Freedesktop.org[1] to locate its data and configuration files. This means that file locations will be specified as a path relative to the directories described in the specification.
${XDG_CONFIG_HOME}
${XDG_CONFIG_DIRS}
${XDG_DATA_HOME}
${XDG_DATA_DIRS}
FILER¶
${XDG_CONFIG_DIRS}/xfce4/terminal/terminalrc
SE äVEN¶
AUTHORS¶
Igor Zakharov <f2404@yandex.ru>
Nick Schermer <nick@xfce.org>
Benedikt Meurer <benny@xfce.org>
Programutvecklare, os-cillation, Systemutveckling,
NOTES¶
- 1.
- Freedesktop.org
07/15/2017 | xfce4-terminal 0.8.6 |