f7a4bef0c3
terminal-app.c:152:26: warning: passing argument 2 of ‘terminal_app_profile_list_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:153:29: warning: passing argument 2 of ‘terminal_app_default_profile_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:155:27: warning: passing argument 2 of ‘terminal_app_encoding_list_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:143:28: warning: passing argument 2 of ‘terminal_app_system_font_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:149:35: warning: passing argument 2 of ‘terminal_app_enable_menu_accels_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:146:30: warning: passing argument 2 of ‘terminal_app_enable_mnemonics_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] |
||
---|---|---|
.github | ||
.tx | ||
help | ||
po | ||
src | ||
.travis.yml | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
Makefile.am | ||
NEWS | ||
README | ||
autogen.sh | ||
configure.ac | ||
makepot | ||
mate-terminal.1 | ||
mate-terminal.appdata.xml.in | ||
mate-terminal.desktop.in.in | ||
mate-terminal.pot | ||
mate-terminal.wrapper | ||
update-authors.pl |
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