Fork of mate-terminal
 
 
Go to file
raveit65 6434ac44d9 release 1.25.0 2020-06-28 10:01:59 +02:00
.github Create FUNDING.yml 2019-05-31 13:40:27 +01:00
.tx tx: fix typo 2018-10-05 21:25:48 +02:00
help sync with transifex 2020-06-28 09:55:22 +02:00
po sync with transifex 2020-06-28 09:55:22 +02:00
src use libegg submodules 2020-06-28 09:26:20 +02:00
.build.yml Travis CI: debian build: add clang compiler 2020-04-25 04:03:45 +02:00
.gitmodules use libegg submodules 2020-06-28 09:26:20 +02:00
.travis.yml [ci] fix release tarball on travis CI failed 2020-06-28 09:27:39 +02: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
Makefile.am build: silent build warnings for distcheck 2020-04-22 17:25:33 +02:00
NEWS release 1.25.0 2020-06-28 10:01:59 +02:00
README fixed typo 2015-10-06 13:44:40 -10:00
autogen.sh Use yelp-tools instead of mate-doc-utils 2013-08-02 23:48:37 +02:00
configure.ac release 1.25.0 2020-06-28 10:01:59 +02:00
git.mk Add git.mk to generate .gitignore 2020-06-25 21:39:57 +02:00
makepot tx: add fixes to makepot script 2019-11-16 13:09:57 +01:00
mate-terminal.1 man: add missing description of -x / --execute command line option 2016-07-15 13:10:39 +03:00
mate-terminal.appdata.xml.in migrate from intltool to gettext 2019-11-16 12:55:34 +01:00
mate-terminal.desktop.in.in migrate from intltool to gettext 2019-11-16 12:55:34 +01:00
mate-terminal.pot update resource for transifex 2020-06-28 09:49:21 +02:00
mate-terminal.wrapper Correct cruch bang. 2015-05-06 14:40:32 +02:00
update-authors.pl Use user page on github when user email is private 2020-02-27 22:16:41 +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 you
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