Hi Carlos:
Unless the colorblind applet wants to use AT-SPI, it shouldn't need the
Accessibility typelib. I just took a cursory glance at the code, and it
seems as though loading the Accessibility typelib is not needed.
Unless the person doesn't have AT-SPI support installed in their
machine,
Hi,
A Debian developer send me a patch against the colorblind applet
implemented in gnome-mag. In the applet I have the following lines:
try:
ORBit.load_typelib ('Accessibility')
ORBit.load_typelib ('GNOME_Magnifier')
import GNOME.Magnifier
_magnifierAvailable = Tr