%general-entities; ]> $LastChangedBy$ $Date$ VTE-&vte-version; VTE Introduction to VTE The VTE package contains a termcap file implementation for terminal emulators. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &vte-md5sum; Download size: &vte-size; Estimated disk space required: &vte-buildsize; Estimated build time: &vte-time; VTE Dependencies Required and Optional , , and (including the gtk module) User Notes: Installation of VTE Install VTE by running the following commands: sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm && ./configure --prefix=/usr \ --libexecdir=/usr/lib/vte && make This package does not come with a test suite. Now, as the root user: make install Command Explanations sed -i ... termcaps/xterm: The Home and End keys are broken in the xterm termcap file. This sed command fixes them. --libexecdir=/usr/lib/vte: This parameter causes the libexec files to be installed in the preferred location of /usr/lib/vte instead of /usr/libexec. : This parameter can be passed to the configure script to enable additional drawing methods in the VTE library. Contents Installed Programs Installed Libraries Installed Directories vte, decset, gnome-pty-helper, interpret, osc, slowcat, and window libvte.{so,a} and the vtemodule.{so,a} Python module /usr/include/vte, /usr/lib/vte, /usr/share/gtk-doc/html/vte, and /usr/share/vte Short Descriptions vte is a test application for the VTE libraries. vte libvte.{so,a} is a library which implements a terminal emulator widget for GTK+. libvte.{so,a}