gatuno-terminal/README

32 lines
694 B
Plaintext
Raw Normal View History

2011-11-06 14:13:49 -06:00
This is the MATE terminal emulator application. mate-terminal is
only the shell (menubar, prefs dialog); the terminal emulation ("stuff
2015-10-06 18:44:40 -05:00
in the middle") comes from the VTE widget. Remember this when you
2012-03-07 16:00:32 -06:00
report a bug. ;-)
MATE terminal is a fork of GNOME terminal.
2011-11-06 14:13:49 -06:00
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
2011-11-06 15:45:30 -06:00
== Install ==
Example:
./autogen.sh --prefix=/usr --sysconfdir=/etc \
--disable-static --localstatedir=/var --with-gnu-ld
2011-11-06 15:45:30 -06:00
make
sudo make install