The D-Bus AT-SPI project was started with a D-Bus performance review the results of which are available on the GNOME wiki. Keep in mind that the D-Bus AT-SPI design documents on this page have not been kept up to date.
Install procedure:
gzip -cd pyatspi-2.0.0.tar.gz | tar xvf # unpack the sources
cd pyatspi-2.0.0 # change to the toplevel directory
./configure # run the `configure' script
make # build pyatspi
[ Become root if necessary ]
make install # install pyatspi
Requirements:
GNU make
GNU autotools
python
glib
dbus-python
Product's homepage
What's New in This Release: [ read full changelog ]
· Use hasattr rather than a try in registerEventListener, for performance.
· Fix for BGO#661613: getOffsetAtPoint now works.