Fork of mate-terminal
 
 
Go to file
Michael Terry b8f33a3b2a [PATCH] Update paste sensitivity whenever clipboard changes - fixes #17
(originally reported and fixed here: https://bugzilla.gnome.org/show_bug.cgi?id=600876)
2013-04-14 17:18:17 +09:00
.tx Add transifex configuration file 2013-04-01 11:23:22 +02:00
caja Migrate to GSettings 2013-01-17 20:55:23 +01:00
distro/archlinux Removed ubuntu/ folder. 2012-04-05 23:59:55 -04:00
help borrando archivo autogenerado 2011-11-07 12:10:19 -03:00
po Sync translations with transifex 2013-04-01 11:24:45 +02:00
src [PATCH] Update paste sensitivity whenever clipboard changes - fixes #17 2013-04-14 17:18:17 +09: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 Add manpage 2013-01-18 16:59:17 +01:00
NEWS initial 2011-11-06 17:13:49 -03:00
README update for 1.2 2012-03-07 23:00:32 +01:00
autogen.sh update for 1.2 2012-03-07 23:00:32 +01:00
configure.ac Bump to version 1.6.1 2013-04-09 08:52:01 -05:00
mate-terminal.1 Add manpage 2013-01-18 16:59:17 +01:00
mate-terminal.desktop.in.in Rename 'Terminal' to 'MATE Terminal' in desktop file. 2013-02-19 19:27:04 +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 
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 --disable-scrollkeeper --with-gnu-ld
make
sudo make install