Comment 13 for bug 155927

Revision history for this message
yanglei (lei-a-yang) wrote : RE: [Bug 155927] Re: cannot enable assistive technologies in ubuntu mobile

Hi, Ian,
Thank you for your step-by-step descriptions. I am working on with your
descriptions.
I found something not same as you description. Did you get same symptom
before?
---------------- my command ---------------
root@mobile-7e1d:~# python
Python 2.5.1 (r251:54863, Oct 5 2007, 13:40:04)
[GCC 4.2.1 (Ubuntu 4.2.1-5ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyatspi
>>> reg=pyatspi.Registry
>>> desktop=reg.getDesktop(0)
>>> print len(desktop)
0 [Lei Y] I think
here should print some applications running
>>> print desktop
[unknown | main]
>>> isRunning('.')
True
>>> h=appR('.')
searching for child of {root}: "." application (attempt 3)
searching for child of {root}: "." application (attempt 4)
searching for child of {root}: "." application (attempt 5)
searching for child of {root}: "." application (attempt 6)
searching for child of {root}: "." application (attempt 7)
searching for child of {root}: "." application (attempt 8)
searching for child of {root}: "." application (attempt 9)
searching for child of {root}: "." application (attempt 10)
searching for child of {root}: "." application (attempt 11)
searching for child of {root}: "." application (attempt 12)
searching for child of {root}: "." application (attempt 13)
searching for child of {root}: "." application (attempt 14)
searching for child of {root}: "." application (attempt 15)
searching for child of {root}: "." application (attempt 16)
searching for child of {root}: "." application (attempt 17)
searching for child of {root}: "." application (attempt 18)
searching for child of {root}: "." application (attempt 19)
--------------------------------------------

Thanks and Best Regards
Lei Yang