GNOME Bugzilla – Bug 467563
Speech Dispatcher backend crashes in text setup
Last modified: 2008-07-22 19:28:21 UTC
Steps to reproduce: 1. Run orca -t 2. Select Speech Dispatcher 3. Select the prefered synthesizer (whichever) Stack trace: Traceback (most recent call last):
+ Trace 155845
module.showPreferencesUI()
if not setupSpeech(prefsDict):
speechServerChoice) # server
speechServer.speak(text, acss)
self._speak(text, acss)
self._apply_acss(acss)
value = acss.get(property)
Other information: None value passed as `acss' to the speak command is not handled by the Speech Dispatcher backend. This normally does not happen, but in the text setup (orca -t), it is the case.
Created attachment 93829 [details] [review] Handle None value passed as `acss'.
Committed to SVN HEAD and gnome-2-20 branch. Thanks! Closing as fixed. This will make it into the 2.19.91 release.