berte / lxterminal

VTE terminal emulator written in GTK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LXterminal

LXterminal is a VTE-based terminal emulator with support for multiple tabs. It is completely desktop-independent and does not have any unnecessary dependencies. In order to reduce memory usage and increase the performance all instances of the terminal are sharing a single process.

  • Add shortcut tab to preference
  • Single instance setting for all windows
  • Load menubar from menu.ui
  • Extract shortcut from ui_manager after loading GtkActionEntry
  • Smart copy - may set C for copy - test selected symbol, if selected - copy, otherwise send key to terminal
  • Update .po for Shortcut Prefernces tab, update ru.po localization.

Install

See INSTALL, and if you want to build LXterminal on ubuntu, you may try

apt-get install autoconf xsltproc docbook-xml docbook-xsl  git
git clone https://github.com/lxde/lxterminal.git
cd lxterminal
apt-get build-dep lxterminal
./autogen.sh
./configure --prefix=/usr --enable-man
make && sudo make install

About

VTE terminal emulator written in GTK

License:GNU General Public License v2.0


Languages

Language:C 95.1%Language:M4 3.5%Language:Makefile 0.9%Language:Shell 0.5%