Fork of mate-terminal
 
 
Go to file
raveit65 ab56ecda0f release 1.22.1 2019-04-23 12:03:03 +02:00
.github update issue_template 2017-07-18 15:38:12 +02:00
.tx tx: update transifex config 2019-03-15 21:57:24 +01:00
help tx: sync with transifex 2019-04-23 12:03:03 +02:00
po tx: sync with transifex 2019-04-23 12:03:03 +02:00
src Use gresources for about_DATA, uimanager_DATA & builder_DATA 2019-04-23 11:59:07 +02:00
.travis.yml github release page for stable branch 2019-04-04 17:49:05 +02: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 move appdata to metainfo directory 2019-01-05 16:36:16 +03:00
NEWS release 1.22.1 2019-04-23 12:03:03 +02: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.22.1 2019-04-23 12:03:03 +02:00
makepot tx: add help to transifex config 2018-10-05 21:08:06 +02: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 appdata: Add necessary markers for translation 2014-11-10 13:18:35 +01:00
mate-terminal.desktop.in.in Rename 'Terminal' to 'MATE Terminal' in desktop file. 2013-02-19 19:27:04 +01:00
mate-terminal.pot tx: update resource file 2019-04-23 12:02:56 +02: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