• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

help/H03-May-2022-318,236284,634

m4/H05-Aug-2021-12,34511,324

po/H03-May-2022-346,593277,963

src/H03-May-2022-35,01227,379

ABOUT-NLSH A D05-Aug-202167 21

AUTHORSH A D05-Aug-2021232 76

COPYINGH A D05-Aug-202134.2 KiB677553

ChangeLogH A D05-Aug-202157.1 KiB1,2691,113

Makefile.amH A D05-Aug-20211.8 KiB7962

Makefile.inH A D03-May-202235.7 KiB1,1181,003

NEWSH A D05-Aug-20219.3 KiB261217

READMEH A D05-Aug-2021907 3826

aclocal.m4H A D05-Aug-202182.6 KiB2,3092,070

autogen.shH A D05-Aug-2021568 3120

compileH A D05-Aug-20217.2 KiB349259

config.guessH A D05-Aug-202143.1 KiB1,4871,294

config.h.inH A D05-Aug-20213 KiB11480

config.rpathH A D05-Aug-202118.1 KiB685588

config.subH A D05-Aug-202130.7 KiB1,7911,636

configureH A D03-May-2022580.3 KiB19,53516,453

configure.acH A D05-Aug-20214.3 KiB183143

depcompH A D05-Aug-202123 KiB792502

install-shH A D05-Aug-202115.3 KiB530346

ltmain.shH A D05-Aug-2021316.6 KiB11,1507,980

mate-terminal.1H A D05-Aug-20213.6 KiB154151

mate-terminal.appdata.xml.in.inH A D05-Aug-20211.6 KiB4442

mate-terminal.desktop.in.inH A D05-Aug-2021636 1917

mate-terminal.wrapperH A D03-May-20221.6 KiB8277

missingH A D05-Aug-20216.7 KiB216143

omf.makeH A D05-Aug-20212.4 KiB6658

test-driverH A D05-Aug-20214.5 KiB14987

xmldocs.makeH A D05-Aug-20213.1 KiB10287

README

1
2This is the MATE terminal emulator application.  mate-terminal is
3only the shell (menubar, prefs dialog); the terminal emulation ("stuff
4in the middle") comes from the VTE widget. Remember this when you
5report a bug. ;-)
6
7MATE terminal is a fork of GNOME terminal.
8
9How it works
10===
11
12Profiles -
13  all settings are stored in profiles. prefs dialog edits the current
14  profile
15
16Session -
17  just the number of open windows/tabs and their profile is stored
18  per-session
19
20Command line options -
21  do not overlap things that are preferences
22
23
24== Install ==
25
26In order to build this program from the source code you need git installed and
27 a working MATE environment, with the development tools installed
28properly.
29
30Example:
31git submodule init
32git submodule update --remote --recursive
33./autogen.sh --prefix=/usr --sysconfdir=/etc \
34    --disable-static --localstatedir=/var --with-gnu-ld
35make
36sudo make install
37
38