Require at-spi-python
It's needed for the orbit a11y stack. The new d-bus stack apparently isn't working too well right now: http://lists.fedoraproject.org/pipermail/desktop/2010-October/006568.html Regarding orca not reading the contents of windows, etc (what leads to orca only announcing key presses) I have a sort of solution. Before saying what I needed to do, this fix will make orca still use at-spi over corba. I know that the intention was to have fedora 14 use at-spi over dbus but as time is running out, I have been unable to find a solution using at-spi over dbus and there shouldn't be any difference to the user at the moment (if anything at-spi-corba is more likely to be reliable as at-spi-dbus is in early days), it may be worth considering this so we at least have a working orca.
This commit is contained in:
parent
696278991b
commit
ced8a6b0d1
10
orca.spec
10
orca.spec
@ -16,7 +16,7 @@
|
||||
|
||||
Name: orca
|
||||
Version: 2.32.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Assistive technology for people with visual impairments
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@ -43,6 +43,10 @@ Provides: gnopernicus
|
||||
Requires: gnome-mag
|
||||
Requires: control-center >= %{control_center_version}
|
||||
Requires: pyatspi
|
||||
|
||||
# http://lists.fedoraproject.org/pipermail/desktop/2010-October/006568.html
|
||||
Requires: at-spi-python
|
||||
|
||||
Requires: gnome-python2-bonobo
|
||||
Requires: gnome-python2-libwnck
|
||||
Requires: gnome-python2-gconf
|
||||
@ -98,6 +102,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 04 2010 Ray Strode <rstrode@redhat.com> 2.32.0-2
|
||||
- Require orbit at-spi python bindings
|
||||
http://lists.fedoraproject.org/pipermail/desktop/2010-October/006568.html
|
||||
|
||||
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
||||
- Update to 2.32.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user