No. GTK_PATH is not needed. Just to make sure CORBA version of at-spi is
not enabled.
I am not sure what happens on you machine. Maybe someone who is familiar
with pyatspi can help you.
Li
On Tue, 2010-01-26 at 12:16 +0100, Halim Sahin wrote:
> Hi Li,
> On Di, Jan 26, 2010 at 10:36:34 +0800, Li
Hi Li,
On Di, Jan 26, 2010 at 10:36:34 +0800, Li Yuan wrote:
> Hmm, this could happen if you installed the CORBA version at-spi and
> enabled it.
No, there is no at-spi corba installed in this system and the corba
gconf key is false.
> Which distribution are you running?
Debian testing (all up
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_l
Hi Li,
On Mo, Jan 25, 2010 at 07:00:09 +, Li Yuan wrote:
> Seems there are still bugs for the accessibility bus. You can just
> remove the patch which enables accessibility bus. The "Accessibility bus
> not found" warning should not impact users if they don't start an
> application as another u
Hi Halim,
Answering your previous mail: if you only want to try at-spi2, then it
would not be necessary to build at-spi.
On Fri, 2010-01-22 at 10:51 +0100, Halim Sahin wrote:
> Hi Li,
>
> current status s:
> The pyatspi call
>
> import pyatspi;
> print(map(lambda x: x.name,filter(lambda x: x,
Hi Li,
current status s:
The pyatspi call
import pyatspi;
print(map(lambda x: x.name,filter(lambda x: x, pyatspi.Registry.getDesktop(0
Hangs when i start the at-spi-dbus-bus before gnome-sesssion (don't know
if this is correct).
When I start it during the login process later, I am getting
a