Fork of mate-terminal
 
 
Go to file
raveit65 575fc201f0 window: Attach popup menus to their parent widgets
When running on Wayland, popup menus must have a parent widget to attach
to. If a parent widget is not explicitly set, the GDK backend tries to
guess what parent widget seems appropriate. In order to have more
reliable popups, change the popups in the terminal window to set their
parent widgets explicitly.

https://bugzilla.gnome.org/show_bug.cgi?id=750755

taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=67afb95
2017-01-08 09:02:22 +01:00
.tx Add transifex configuration file 2013-04-01 11:23:22 +02:00
help help: fix merge conflicts in some translations 2015-07-09 18:17:18 +03:00
po sync with Transifex 2016-12-10 23:13:20 +03:00
src window: Attach popup menus to their parent widgets 2017-01-08 09:02:22 +01: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 drop ancient and irrelevant gnome files 2016-05-26 11:47:12 +03:00
NEWS release 1.17.0 2016-12-10 23:13:46 +03: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 pre-bump version 2016-11-15 18:23:38 +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 appdata: Add necessary markers for translation 2014-11-10 13:18:35 +01:00
mate-terminal.desktop.in.in Rename 'Terminal' to 'MATE Terminal' in desktop file. 2013-02-19 19:27:04 +01:00
mate-terminal.wrapper Correct cruch bang. 2015-05-06 14:40:32 +02: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