Fork of mate-terminal
 
 
Go to file
Stefano Karapetsas 45ed56d22f sync translations with transifex 2012-07-10 17:17:21 +02:00
caja quitando archivos autogenerados 2011-11-06 18:44:13 -03:00
distro set patch on archlinux script 2012-01-30 12:30:29 -03:00
help borrando archivo autogenerado 2011-11-07 12:10:19 -03:00
po sync translations with transifex 2012-07-10 17:17:21 +02:00
src /usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO /usr/lib/libICE.so.6 so try adding it to the linker command line 2012-03-09 16:26:16 -03: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 update for 1.2 2012-03-07 23:00:32 +01:00
HACKING initial 2011-11-06 17:13:49 -03:00
Makefile.am initial 2011-11-06 17:13:49 -03: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 Bumped version number to 1.2.1 2012-03-12 21:43:10 -04:00
mate-terminal.desktop.in.in terminal desktop icon only show on mate session 2011-11-13 00:22:49 -03: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