On Mon, 2010-01-25 at 23:58 +0100, Halim Sahin wrote: > There seems to be a problem when running other apps than gnome-panel. > rnning: > import pyatspi; > print(map(lambda x: x.name,filter(lambda x: x, > pyatspi.Registry.getDesktop(0)))) > > prints this: > [dbus.String(u'gnome-panel', variant_level=1)] > > Does this mean only gnome-panel is visible for a11y apps like orca? > Do I need to set some variables to get other apps working? > When I start e. G. gedit it doesn't show up for orca.
Hmm, this could happen if you installed the CORBA version at-spi and enabled it. Which distribution are you running? Do you have /usr/lib/gtk-2.0/modules/at-spi-corba directory on your machine? What is the output of `ps -ef|grep at-spi` ? And you can check if GTK_PATH environment variable is set. Thanks, Li _______________________________________________ Gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
