summaryrefslogtreecommitdiff
path: root/system/gnome-terminal/README
diff options
context:
space:
mode:
authorBob Funk <bobfunk11@gmail.com>2022-06-04 01:54:02 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-04 10:37:12 +0700
commita946ecd4285125c3081f52e7dc94d5f5e916963c (patch)
tree3e77fa5572575293aed055da81a867b65b243498 /system/gnome-terminal/README
parentbbebd0a6cd4452e4b79f2064a0008e66165d0c6f (diff)
downloadslackbuilds-a946ecd4285125c3081f52e7dc94d5f5e916963c.tar.gz
system/gnome-terminal: Updated for version 3.43.90. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gnome-terminal/README')
-rw-r--r--system/gnome-terminal/README32
1 files changed, 8 insertions, 24 deletions
diff --git a/system/gnome-terminal/README b/system/gnome-terminal/README
index e97963521c..bb0ccbd191 100644
--- a/system/gnome-terminal/README
+++ b/system/gnome-terminal/README
@@ -1,27 +1,11 @@
-This is the GNOME terminal emulator application. gnome-terminal is
-only the shell (menubar, prefs dialog); the terminal emulation ("stuff
-in the middle") comes from the VTE widget.
+GNOME Terminal is a terminal emulation application that you can use to
+perform the following actions:
-How it works:
+Access a UNIX shell in the GNOME environment.
-Profiles -
- all settings are stored in profiles. prefs dialog edits the current
- profile
+Run any application that is designed to run on VT102, VT220, and xterm
+terminals.
-Session -
- just the number of open windows/tabs and their profile is stored
- per-session
-
-Command line options -
- do not overlap things that are preferences
-
-========================================================================
-
-POST INSTALL RUN:
-
-bash# killall gconfd-2
-
-The terminal doesn't launch until that is done.
-Have no idea why, if you do please let me know =D
-
-========================================================================
+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.