%general-entities; ]> at-spi2-core-&at-spi2-core-version; at-spi2-core Introduction to At-Spi2 Core The At-Spi2 Core package contains a comprehensive accessibility framework for the Assistive Technologies available on the GNOME platform. This includes a set of interfaces which are implemented by other toolkits and applications. &lfs113_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &at-spi2-core-md5sum; Download size: &at-spi2-core-size; Estimated disk space required: &at-spi2-core-buildsize; Estimated build time: &at-spi2-core-time; At-Spi2 Core Dependencies Required , , (Runtime), and Optional (Required if building GNOME) Optional Installation of At-Spi2 Core Install At-Spi2 Core by running the following commands: mkdir build && cd build && meson setup .. \ --prefix=/usr \ --buildtype=release \ -Dsystemd_user_dir=/tmp && ninja mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja A session bus address, normally available in an Xorg terminal, is necessary to run the tests. The test suite also requires the glib schemas of the package to be installed already. To test the results, install the package first, then issue: ninja test. One test, atk-test, is known to timeout on some systems. Now, as the root user: ninja install ninja install && rm /tmp/at-spi-dbus-bus.service Command Explanations -Dsystemd_user_dir=/tmp: This flag puts the systemd unit file in /tmp where it will be removed. SysV is unable to use this file. : Use this switch if you want to build the documentation. Note that you must have installed on your system. Contents Installed Programs Installed Library Installed Directories None libatk-1.0.so, libatk-bridge-2.0.so, libatspi.so, and /usr/lib/gtk-2.0/modules/libatk-bridge.so /usr/include/atk-1.0, /usr/include/at-spi-2.0, /usr/include/at-spi2-atk, /usr/lib/gnome-settings-daemon-3.0, /usr/share/defaults/at-spi2, and /usr/share/gtk-doc/html/libatspi (optional) Short Descriptions libatk-1.0.so contains functions that are used by assistive technologies to interact with desktop applications libatk-1.0.so libatk-bridge.so contains the Accessibility Toolkit GTK+-2 bridge libatk-bridge.so libatk-bridge-2.0.so contains the Accessibility Toolkit GTK+ module libatk-bridge-2.0.so libatspi.so contains the At-Spi2 API functions libatspi.so