Fork of mate-terminal
 
 
Go to file
Stefano Karapetsas 23197be3fa Bump version to 1.10.0 2015-05-10 11:18:59 +02:00
.tx Add transifex configuration file 2013-04-01 11:23:22 +02:00
help Fix Sun GNOME Documentation Team references 2013-11-05 22:01:03 +01:00
po Sync translations with transifex 2015-05-10 11:18:44 +02:00
src Revert "Revert "Remove deprecated call to g_type_init"" 2014-12-16 13:14:26 +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
HACKING initial 2011-11-06 17:13:49 -03:00
Makefile.am removed obsolete configure option 2014-12-05 09:42:20 +01:00
NEWS Bump version to 1.10.0 2015-05-10 11:18:59 +02:00
NEWS.GNOME Rename NEWS -> NEWS.GNOME 2014-02-19 10:56:29 +01:00
README removed obsolete configure option 2014-12-05 09:42:20 +01:00
autogen.sh Use yelp-tools instead of mate-doc-utils 2013-08-02 23:48:37 +02:00
configure.ac Bump version to 1.10.0 2015-05-10 11:18:59 +02:00
mate-terminal.1 Rewrite manpage: mate-terminal.1 2014-12-15 22:05:02 +01: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.wrapper Correct cruch bang. 2015-05-06 14:40:32 +02: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 
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