dogtail-devel [Bug 321273] Problem where dogtail stops working altogether



Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=321273
 dogtail | Framework | Ver: CVS HEAD





------- Additional Comments From Dave Malcolm  2005-11-11 23:08 -------
Looks like what is happening is that a single dodgy application can currently
bring this initialization down:

atspi.registry.getDesktop().getName()
'main'
>>> atspi.registry.getDesktop().getChildCount()
11
>>> atspi.registry.getDesktop().getChildAtIndex(0)
<atspi.Application object at 0xb7f81050>
>>> atspi.registry.getDesktop().getChildAtIndex(0).getName()
'gnome-terminal'
>>> atspi.registry.getDesktop().getChildAtIndex(1).getName()
'metacity'
>>> atspi.registry.getDesktop().getChildAtIndex(2).getName()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "pyspi.pyx", line 354, in atspi.Accessible.getName
  File "pyspi.pyx", line 140, in atspi.Base.__checkSelf
AssertionError
>>> atspi.registry.getDesktop().getChildAtIndex(3).getName()
'gnome-panel'

etc

------- You are receiving this mail because: -------
You are watching the assignee for the bug.
You are watching the QA contact.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]