An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs. It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well. Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well. Thanks! |
||
|---|---|---|
| .tx | ||
| help | ||
| po | ||
| src | ||
| AUTHORS | ||
| COPYING | ||
| ChangeLog | ||
| HACKING | ||
| Makefile.am | ||
| NEWS | ||
| NEWS.GNOME | ||
| README | ||
| autogen.sh | ||
| configure.ac | ||
| mate-terminal.1 | ||
| mate-terminal.appdata.xml | ||
| mate-terminal.desktop.in.in | ||
| mate-terminal.wrapper | ||
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
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 --disable-scrollkeeper --with-gnu-ld
make
sudo make install