Hi Halim, pyatspi has to send out 'fake' children-changed events for when an application is added.
Seemingly these arn't being constructed properly. I have added a bug in bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=26040 Please feel free to add yourself to the CC list. There should be a fix in the next couple of days, at which point i'd encourage you to try again. :) Thanks for your time, Mark On Thu, 2010-01-14 at 10:44 +0100, Halim Sahin wrote: > the following problem ocoured after starting orca: > Traceback (most recent call last): > File "/usr/lib/python2.6/dist-packages/pyatspi/busutils/bus.py", > line 74, in _event_dispatch > func (*args, **kwargs) > File "/usr/lib/python2.6/dist-packages/pyatspi/appevent.py", line > 166, in handler_wrapper > return event_handler(event) > File > "/usr/local/lib/python2.6/dist-packages/orca/focus_tracking_presenter.py", > line 801, in _enqueueEvent > if not event.source: > File "/usr/lib/python2.6/dist-packages/pyatspi/appevent.py", line > 288, in source > interfaces.ATSPI_ACCESSIBLE) > File "/usr/lib/python2.6/dist-packages/pyatspi/factory.py", line 78, > in __call__ > dbus_object = self._connection.get_object (name, path) > File "/usr/lib/python2.6/dist-packages/pyatspi/busutils/bus.py", > line 86, in get_object > return _connection.ProxyObject (self, name, path, > introspect=False) > File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 232, in > __init__ > _dbus_bindings.validate_bus_name(bus_name) > TypeError: validate_bus_name() argument 1 must be string, not > dbus.Struct _______________________________________________ Gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
