~elementary-os/elementaryos/os-patch-at-spi2-core-xenial

« back to all changes in this revision

Viewing changes to bus/README

  • Committer: RabbitBot
  • Date: 2016-11-16 09:38:52 UTC
  • Revision ID: rabbitbot@elementary.io-20161116093852-xn6hcgpg5y25xooo
Initial import, version 2.18.3-4ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The a11y bus is accessed via two mechanisms:
 
2
 
 
3
1) The DBus session bus, service "org.a11y.Bus", method "GetAddress")
 
4
2) The X11 root window property AT_SPI_BUS
 
5
 
 
6
If the "toolkit-accessibility" variable is set, the bus is launched
 
7
immediately (and will be accessible immediately via the X11 property).
 
8
Otherwise, it will be spawned dynamically.
 
9
 
 
10