Fork of mate-terminal
 
 
Go to file
Perberos 4fe0abce63 quitando archivo oculto autogenerado 2011-11-07 12:45:31 -03:00
caja quitando archivos autogenerados 2011-11-06 18:44:13 -03:00
distro initial 2011-11-06 17:13:49 -03:00
help borrando archivo autogenerado 2011-11-07 12:10:19 -03:00
po quitando archivo autogenerado 2011-11-07 11:58:46 -03:00
src agregando copyright 2011-11-07 11:12:36 -03:00
AUTHORS initial 2011-11-06 17:13:49 -03:00
COPYING initial 2011-11-06 17:13:49 -03:00
ChangeLog initial 2011-11-06 17:13:49 -03: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 actualizando readme y version 2011-11-06 18:45:30 -03:00
autogen.sh agregando variable faltante para generar algunos .make 2011-11-07 12:13:28 -03:00
configure.ac el cero a la izquierda rompe el codigo 2011-11-07 11:12:17 -03:00
mate-terminal.desktop.in.in agregando nombre completo al item de menu, para evitar confundirlo 2011-11-07 11:49:00 -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 
choosing a bugzilla component. ;-)

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