Re: [orca-list] qt-at-spi problems



Hy Joanie,

Very interesting, but nothing changed after I pull now latest master version source, doing the general recompile and reinstall.
I see your commit.
New debug.out file showing I think equals traceback error message:
PREPARATION TIME: 0.0016
generate speech for unfocused app.name='' name='Start Call' role='menu item' state='editable enabled focused sensitive showing visible' relations='' (args={'recursing': True, 'priorObj': <Accessible object at 0x9192d9c (AtspiAccessible at 0x93c72b8)>, 'role': <enum ATSPI_ROLE_MENU_ITEM of type Role>, 'mode': 'speech', 'formatType': 'unfocused'}) using 'newAncestors + newRowHeader + newColumnHeader + newRadioButtonGroup + labelAndName + menuItemCheckedState + availability + (mnemonic and (pause + mnemonic + lineBreak) or []) + accelerator + pause + positionInList + newNodeLevel + unselectedCell + (tutorial and (pause + tutorial) or [])'
script_utilities.commonAncestor...
...script_utilities.commonAncestor
GENERATION  TIME: 0.0021  ---->  newAncestors=[]
GENERATION  TIME: 0.0005  ---->  newRowHeader=[]
GENERATION  TIME: 0.0003  ---->  newColumnHeader=[]
GENERATION  TIME: 0.0003  ---->  newRadioButtonGroup=[]
GENERATION TIME: 0.0005 ----> labelAndName=['Start Call', {u'average-pitch': 3.0, u'rate': 90.0, u'family': {u'locale': u'hu', u'name': u'magyar'}}]
GENERATION  TIME: 0.0004  ---->  menuItemCheckedState=[]
GENERATION  TIME: 0.0003  ---->  availability=[]
GENERATION  TIME: 0.0003  ---->  mnemonic=[]
GENERATION  TIME: 0.0002  ---->  accelerator=[]
GENERATION TIME: 0.0002 ----> pause=[<orca.speech_generator.Pause instance at 0x8fddf2c>]
Error getting role for: [DEAD]

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/orca/generator.py", line 253, in generate
    globalsDict[arg] = self._methodsDict[arg](obj, **args)
File "/usr/local/lib/python2.7/dist-packages/orca/speech_generator.py", line 1737, in _generatePositionInList
    nextName = self._generateName(child)
File "/usr/local/lib/python2.7/dist-packages/orca/speech_generator.py", line 157, in _generateName
    result = generator.Generator._generateName(self, obj, **args)
File "/usr/local/lib/python2.7/dist-packages/orca/generator.py", line 300, in _generateName
    name = self._script.utilities.displayedText(obj)
File "/usr/local/lib/python2.7/dist-packages/orca/script_utilities.py", line 549, in displayedText
    role = obj.getRole()
  File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
    return info.invoke(*args, **kwargs)
GError: No such object path '/org/a11y/atspi/accessible/187262144'

I use ./autogen.sh, make, and make install commands when I recompiled Orca, so all components land inside in /usr/local directory.

Attila



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