%general-entities; ]> $LastChangedBy$ $Date$ VTE-&vte-version; Introduction to <application>VTE</application> The VTE package contains a termcap file implementation for terminal emulators. Package information Download (HTTP): Download (FTP): MD5 sum: &vte-md5sum; Download size: &vte-size; Estimated disk space required: &vte-buildsize; Estimated build time: &vte-time; <application>VTE</application> dependencies Required and Optional (with installed) and PyGTK Installation of <application>VTE</application> Install VTE by running the following commands: sed -i -e 's%\\177:%&kh=\\EOH:@7=\\EOF:%g' termcaps/xterm && ./configure --prefix=/usr --libexecdir=/usr/sbin --disable-gtk-doc && make && make install Command explanations sed -i -e ...: The Home and End keys are broken in the xterm termcap file. This sed command fixes them. --libexecdir=/usr/sbin: This switch puts libexec files in /usr/sbin instead of /usr/libexec. : This switch prevents the building of documentation. Contents The VTE package contains libvte libraries, vte, gnome-pty-helper, auxillary VTE programs, scripts and the vtemodule Python module. Description vte libraries libvte libraries provide the functions necessary to implement a termcap file for terminal emulators. vte vte is a test application for the VTE libraries. gnome-pty-helper gnome-pty-helper is a setuid helper for opening ptys.