%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 Optional and PyGTK 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/sbin --disable-gtk-doc && make This package does not come with a test suite. Now, as the root user: make install Command Explanations sed -i ...: 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. --disable-gtk-doc: This switch prevents the building of documentation. Remove it if you have GTK-Doc installed and wish to rebuild the documentation. Contents Installed Programs Installed Libraries Installed Directories gnome-pty-helper and vte libvte.[so,a] and vtemodule.[so,a] Python module /usr/include/vte, /usr/lib/vte, /usr/share/gtk-doc/html/vte, and /usr/share/vte Short Descriptions gnome-pty-helper is a setuid helper for opening ptys. gnome-pty-helper vte is a test application for the VTE libraries. vte libvte.[so,a] provide the functions necessary to implement a termcap file for terminal emulators. libvte.[so,a]