Fork of mate-terminal
 
 
Go to file
raveit65 4bd52e9db6 release 1.24.0 2020-02-08 21:36:45 +01:00
.github Create FUNDING.yml 2019-05-31 13:40:27 +01:00
.tx tx: fix typo 2018-10-05 21:25:48 +02:00
help tx: sync with transifex 2020-02-08 21:34:02 +01:00
po tx: sync with transifex 2020-02-08 21:34:02 +01:00
src terminal-encoding: use settings_global variable 2020-01-31 19:05:37 +01:00
.travis.yml Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable 2019-12-16 15:20:02 +01:00
AUTHORS update for 1.2 2012-03-07 23:00:32 +01:00
COPYING initial 2011-11-06 17:13:49 -03:00
ChangeLog Add empty ChangeLog to allow build from git 2013-04-01 11:23:48 +02:00
Makefile.am migrate from intltool to gettext 2019-11-16 12:55:34 +01:00
NEWS release 1.24.0 2020-02-08 21:36:45 +01:00
README fixed typo 2015-10-06 13:44:40 -10:00
autogen.sh Use yelp-tools instead of mate-doc-utils 2013-08-02 23:48:37 +02:00
configure.ac release 1.24.0 2020-02-08 21:36:45 +01:00
makepot tx: add fixes to makepot script 2019-11-16 13:09:57 +01:00
mate-terminal.1 man: add missing description of -x / --execute command line option 2016-07-15 13:10:39 +03:00
mate-terminal.appdata.xml.in migrate from intltool to gettext 2019-11-16 12:55:34 +01:00
mate-terminal.desktop.in.in migrate from intltool to gettext 2019-11-16 12:55:34 +01:00
mate-terminal.pot tx: update resources for transifex 2020-01-13 14:56:22 +01:00
mate-terminal.wrapper Correct cruch bang. 2015-05-06 14:40:32 +02:00
update-authors.pl Add update-authors.pl which helps to update terminal.about 2019-02-19 10:39:43 +01:00

README

This is the MATE terminal emulator application.  mate-terminal is
only the shell (menubar, prefs dialog); the terminal emulation ("stuff
in the middle") comes from the VTE widget. Remember this when you
report a bug. ;-)

MATE terminal is a fork of GNOME terminal.

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


== Install ==

Example:
./autogen.sh --prefix=/usr --sysconfdir=/etc \
    --disable-static --localstatedir=/var --with-gnu-ld
make
sudo make install