Comment 1 for bug 328473

Revision history for this message
Attila Hammer (hammera) wrote : Re: [Bug 328473] [NEW] [Jaunty] System/shutdown dialog are inaccessible with Orca screen reader.

Wilie Walker writing this answer my question with this problem:
Hi Attila:

I believe that patch is not what the GTK+ folks intended to be the
solution. Instead, the third (the last) patch is the one to use, and is
 the one that
has been committed.

If it's not working, either a11y integration is broken in Ubuntu or some
 more work needs to be done. I suspect a11y integration may be broken
on Ubuntu
and they need to know about it:
http://bugzilla.gnome.org/show_bug.cgi?id=535827#c30
http://bugzilla.gnome.org/show_bug.cgi?id=535827#c31

Can you contact Ubuntu, please, and try to work through this issue with
 them?

Thanks!

Will

Possible solve this problem?
I copyed two comment with bug 535227
(http://bugzilla.gnome.org/show_bug.cgi?id=535827#c30
and http://bugzilla.gnome.org/show_bug.cgi?id=535827#c31)

did at-spi have a schema before?

If it didn't, the ubuntu packager may forgotton to add

gconftool-2 --makefile-install-rule ...

as a post installation step in the package.

Can you confirm that the schema is installed by doing:

gconftool-2 --get-schema-name
/apps/gnome_settings_daemon/gtk-modules/gail:atk-bridge

If it's not installed it will yell.

Could be there's a bug in GConf like Jens mentions as a possibility, too,
though. Not sure.

Comment
#31
 from
Ray Strode
(developer,
points: 16 )
2008-09-29 15:52 UTC [reply ]
I'm guessing this is a packaging bug, because when I'm on a rawhide
machine and
I do:

gconftool-2 --recursive-unset /apps/gnome_settings_daemono/gtk-modules

(to undo the gconftool call from my test above)

and then do

gconftool-2 -R /apps/gnome_settings_daemon/gtk-modules

(which presumably does something similar to the g-s-d code)

then I get:

gnomebreakpad = true
gail:atk-bridge = /desktop/gnome/interface/accessibility

which comes from the schemas and seems right.

Attila