%general-entities; ]> $LastChangedBy$ $Date$ AT SPI-&at-spi-version; AT SPI Introduction to AT SPI The AT SPI package contains the Assistive Technology Service Provider Interface. This is useful for redirecting UI events to accessible applications and adaptive/assistive technologies. &lfs65_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &at-spi-md5sum; Download size: &at-spi-size; Estimated disk space required: &at-spi-buildsize; Estimated build time: &at-spi-time; AT SPI Dependencies Required , , , , and Optional User Notes: Installation of AT SPI Install AT SPI by running the following commands: ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=&gnome-etc-dir; \ --libexecdir=$(pkg-config \ --variable=prefix ORBit-2.0)/lib/at-spi && make This package does not come with a functional test suite. Review the README file for additional information about testing the package. Now, as the root user: make install Command Explanations --libexecdir=$(pkg-config --variable=prefix ORBit-2.0)/lib/at-spi: This parameter causes the libexec files to be installed in the preferred location of $GNOME_PREFIX/lib/at-spi instead of $GNOME_PREFIX/libexec. Contents Installed Program Installed Libraries Installed Directories at-spi-registryd libatk-bridge.so, libcspi.so, libloginhelper.so, libspi.so, Accessibility_LoginHelper_module.so, and Accessibility_module.so /usr/lib/python&python2-majorver;/site-packages/pyatspi, $GNOME_PREFIX/{include/at-spi-1.0/{cspi,libspi, login-helper},lib/at-spi,share/{doc/at-spi-1.30.1/reference/html, gtk-doc/html/at-spi-cspi,idl/at-spi-1.0}} Short Descriptions at-spi-registryd is the registry daemon that allows communication between the UI and assistance devices. at-spi-registryd libatk-bridge.so is a GTK+ module. libatk-bridge.so Accessibility_LoginHelper_module.so is an ORBit2 module. Accessibility_LoginHelper_module.so Accessibility_module.so is an ORBit2 module. Accessibility_module.so