On Thu, Aug 04, 2005 at 12:15:16AM EST, Willie Walker wrote: > This helps narrow down the problem. I'm not an Ubuntu or Debian > user, so this will be interesting to debug via e-mail. :-)
Ok. I now have Orca installed, and will comment inline below. > Here's a few things to check for: > > 1) It might be that gnome-python has not been installed. The autogen > for orca should check for this, though. Installed, but had to install the -dev package. > 2) You might try doing a "./autogen --prefix=/usr" in the Orca > directory. > That's how I build it. The autogen stuff is a black box to me, so > if anyone has suggestions for how to improve this with Orca, please > speak up (and send me diffs :-)). I always use --prefix=/usr as well. > 3) Try taking a look in /usr/lib/orbit-2.0/ > > [EMAIL PROTECTED] orbit-2.0]$ ls -l /usr/lib/orbit-2.0/ > total 204 > -rwxr-xr-x 1 root root 962 Mar 14 10:36 > Accessibility_LoginHelper_module.la <Snip> listing of files that I have: [EMAIL PROTECTED]:~$ ls -l /usr/lib/orbit-2.0 total 324 -rw-r--r-- 1 root root 74456 2005-03-01 16:36 Bonobo_module.so -rw-r--r-- 1 root root 194214 2005-02-07 05:39 Everything_module.a -rw-r--r-- 1 root root 1044 2005-02-07 05:39 Everything_module.la -rw-r--r-- 1 root root 27640 2005-02-07 05:39 Everything_module.so -rw-r--r-- 1 root root 850 2005-01-27 03:09 GNOME_Speech_module.la -rw-r--r-- 1 root root 8432 2005-01-27 03:09 GNOME_Speech_module.so And this is what the files in this directory belong to: [EMAIL PROTECTED]:~$ dpkg --search usr/lib/orbit-2.0 libgnome-speech3: /usr/lib/orbit-2.0/GNOME_Speech_module.la liborbit2-dev: /usr/lib/orbit-2.0/Everything_module.a libgnome-speech3: /usr/lib/orbit-2.0/GNOME_Speech_module.so liborbit2-dev: /usr/lib/orbit-2.0/Everything_module.la liborbit2: /usr/lib/orbit-2.0/Everything_module.so libgnome-speech3, liborbit2-dev, libbonobo2-common, liborbit2: /usr/lib/orbit-2.0 libbonobo2-common: /usr/lib/orbit-2.0/Bonobo_module.so > If this doesn't exist, then *maybe* the typelib for accessibility > didn't get installed or it was installed somewhere else. You might > try doing a "find / -type f -name Accessibility_module.so" to see > if it ended up somewhere. If it did, you should be able to set > ORBIT_TYPELIB_PATH to point to the directory containing it. The library you refer to does not exist, even though I do in fact have at-spi on my system. I am now going to see why it is not being built. Further news as it comes to hand. Luke _______________________________________________ gnome-accessibility-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list
