Fork of mate-terminal
 
 
Go to file
Félix Arreola Rodríguez 1eaf2f1039 Arreglo el build. 2021-07-25 00:10:44 -05: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 Arreglo el build. 2021-07-25 00:10:44 -05:00
src Arreglo el build. 2021-07-25 00:10:44 -05: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 Arreglo el build. 2021-07-25 00:10:44 -05:00
Makefile.am Arreglo el build. 2021-07-25 00:10:44 -05:00
NEWS release 1.22.1 2019-04-23 12:03:03 +02:00
README Inicio renombrado de archivos. 2021-07-17 01:06:31 -05:00
configure.ac Arreglos a las configuraciones por defecto. 2021-07-17 22:09:29 -05:00
gatuno-terminal.1 Inicio renombrado de archivos. 2021-07-17 01:06:31 -05:00
gatuno-terminal.appdata.xml.in Arreglos a las configuraciones por defecto. 2021-07-17 22:09:29 -05:00
gatuno-terminal.desktop.in.in Inicio renombrado de archivos. 2021-07-17 01:06:31 -05:00
gatuno-terminal.pot Inicio renombrado de archivos. 2021-07-17 01:06:31 -05:00
gatuno-terminal.wrapper Inicio renombrado de archivos. 2021-07-17 01:06:31 -05:00
makepot Inicio renombrado de archivos. 2021-07-17 01:06:31 -05:00
update-authors.pl Inicio renombrado de archivos. 2021-07-17 01:06:31 -05:00

README

This is the Gatuno terminal emulator application.  gatuno-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. ;-)

Gatuno Terminal is a fork of Mate terminal.
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