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 |
||
|---|---|---|
| .tx | ||
| help | ||
| po | ||
| src | ||
| AUTHORS | ||
| COPYING | ||
| ChangeLog | ||
| Makefile.am | ||
| NEWS | ||
| README | ||
| autogen.sh | ||
| configure.ac | ||
| mate-terminal.1 | ||
| mate-terminal.appdata.xml.in | ||
| 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 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