From d0dbe53dcae67a2dc1b89e8168070f3b5366ccc8 Mon Sep 17 00:00:00 2001 From: Thorn Inurcide Date: Sun, 26 Apr 2015 12:19:46 +0700 Subject: system/gnome-terminal: Added (GNOME terminal). Signed-off-by: Willy Sudiarto Raharjo --- system/gnome-terminal/README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 system/gnome-terminal/README (limited to 'system/gnome-terminal/README') diff --git a/system/gnome-terminal/README b/system/gnome-terminal/README new file mode 100644 index 0000000000..ff0e0b5659 --- /dev/null +++ b/system/gnome-terminal/README @@ -0,0 +1,29 @@ +======================================================================== + +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. + +How it works: + +Profiles - + all settings are stored in profiles. prefs dialog edits the current + profile + +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 + +======================================================================== -- cgit v1.2.3