Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
releng:4.10:roadmap:accessibility [2011/09/15 00:14] – [A11y Activation over D-Bus] jannisreleng:4.10:roadmap:accessibility [2011/09/15 00:15] – [A11y Activation over D-Bus] jannis
Line 20: Line 20:
 There has been a proposal for a D-Bus property to synchronize the setting that says whether assistive technologies are enabled across applications and desktop environments. We already have a "Enable assistive technologies" check button in the accessibility settings dialog. All we have to do is set the ''org.a11y.status.IsEnabled'' property on startup and update our setting whenever the this property changes. This will allow applications like Orca to enable a11y support in Xfce automatically. That way blind users can just start Orca, followed by a logout/login, to activate AT, rather than having to search for the "Enable assistive technologies" check button. There has been a proposal for a D-Bus property to synchronize the setting that says whether assistive technologies are enabled across applications and desktop environments. We already have a "Enable assistive technologies" check button in the accessibility settings dialog. All we have to do is set the ''org.a11y.status.IsEnabled'' property on startup and update our setting whenever the this property changes. This will allow applications like Orca to enable a11y support in Xfce automatically. That way blind users can just start Orca, followed by a logout/login, to activate AT, rather than having to search for the "Enable assistive technologies" check button.
  
-Links+==== Links ==== 
   * https://mail.gnome.org/archives/release-team/2011-August/msg00036.html   * https://mail.gnome.org/archives/release-team/2011-August/msg00036.html
   * https://mail.gnome.org/archives/desktop-devel-list/2011-May/msg00397.html   * https://mail.gnome.org/archives/desktop-devel-list/2011-May/msg00397.html
 +
 +==== Notes ====
 +
 +The D-Bus API proposed in the mails is outdated. at-spi2-core implements the following API instead (see http://git.gnome.org/browse/at-spi2-core/tree/bus/at-spi-bus-launcher.c#n60):
 +<code>
 +<interface name='org.a11y.Status'>
 +  <property name='IsEnabled' type='b' access='readwrite'/>
 +</interface>
 +</code>
 ===== Testing ===== ===== Testing =====
 <del> <del>