at-spi2-atk-2.34.1

Introduction to At-Spi2 Atk

The At-Spi2 Atk package contains a library that bridges ATK to At-Spi2 D-Bus service.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

At-Spi2 Atk Dependencies

Required

at-spi2-core-2.34.0 and ATK-2.34.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/at-spi2-atk

Installation of At-Spi2 Atk

Install At-Spi2 Atk by running the following commands:

mkdir build &&
cd build &&

meson --prefix=/usr .. &&
ninja

To test the results, issue: ninja test. An already active graphical session with bus address is necessary to run the tests.

Now, as the root user:

ninja install
[Note]

Note

If you installed the package to your system using a DESTDIR method, /usr/share/glib-2.0/schemas/gschemas.compiled was not updated/created. Create (or update) the file using the following command as the root user:

glib-compile-schemas /usr/share/glib-2.0/schemas

Contents

Installed Programs: None
Installed Libraries: libatk-bridge-2.0.so and /usr/lib/gtk-2.0/modules/libatk-bridge.so
Installed Directory: /usr/include/at-spi2-atk and /usr/share/gnome-settings-daemon-3.0

Short Descriptions

libatk-bridge.so

is the Accessibility Toolkit GTK+ module.

libatk-bridge-2.0.so

Contains the common functions used by GTK+ Accessibility Toolkit Bridge.

Last updated on 2020-02-16 15:15:05 -0800