Skip to content

mate-desktop/mate-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
raveit65
Feb 23, 2024
8634b87 · Feb 23, 2024
Dec 8, 2020
Oct 28, 2022
Feb 18, 2024
Feb 18, 2024
Feb 18, 2024
Aug 15, 2020
Feb 13, 2022
Jun 28, 2020
Feb 18, 2024
Mar 7, 2012
Nov 6, 2011
Apr 1, 2013
Feb 22, 2024
Feb 23, 2024
Jun 28, 2020
Aug 2, 2013
Feb 23, 2024
Jun 25, 2020
Nov 16, 2019
Jul 15, 2016
Feb 5, 2021
Jan 30, 2021
Sep 10, 2023
May 6, 2015
Feb 23, 2024
Aug 15, 2020
Aug 15, 2020
Feb 27, 2020

Repository files navigation

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 ==

In order to build this program from the source code you need git installed and
 a working MATE environment, with the development tools installed
properly.

Example:
git submodule init
git submodule update --remote --recursive
./autogen.sh --prefix=/usr --sysconfdir=/etc \
    --disable-static --localstatedir=/var --with-gnu-ld
make
sudo make install