GNOME Bugzilla – Bug 640138
Traceback seen when attempting to handle an event before the script manager has been initialized
Last modified: 2015-11-11 04:21:24 UTC
Taken from bug 640072: Traceback (most recent call last):
+ Trace 225618
consume = client(event) or False
script = _scriptManager.getScript(app, e.source)
Is this fixed? How does one try and reproduce this?
(In reply to comment #1) > Is this fixed? How does one try and reproduce this? I doubt it's fixed. But I think reproducing it is a timing issue. Namely triggering an event after starting Orca but before Orca has fully become initialized.
I haven't seen this traceback in years.