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.
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:
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 bugzilla. gnome.org/ show_bug. cgi?id= 535827# c30 bugzilla. gnome.org/ show_bug. cgi?id= 535827# c31
more work needs to be done. I suspect a11y integration may be broken
on Ubuntu
and they need to know about it:
http://
http://
Can you contact Ubuntu, please, and try to work through this issue with
them?
Thanks!
Will
Possible solve this problem? bugzilla. gnome.org/ show_bug. cgi?id= 535827# c30 bugzilla. gnome.org/ show_bug. cgi?id= 535827# c31)
I copyed two comment with bug 535227
(http://
and http://
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 settings_ daemon/ gtk-modules/ gail:atk- bridge
/apps/gnome_
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 gnome/interface /accessibility
gail:atk-bridge = /desktop/
which comes from the schemas and seems right.
Attila