[Bug 416088] Re: "Failed to open file '/usr/share/sounds/speech-dispatchertest.wav'"

Luke Yelavich luke.yelavich at canonical.com
Fri Aug 28 03:28:35 BST 2009


The wav file in question is actually located in the python-speechd
package. The code that addresses the wav file however is incorrect.

Unfortunately this is not likely to qualify for a stable release update,
as it is a very minor fix that doesn't affect the overall package. If
you want to fix it yourself, open up
/usr/share/pyshared/speechd_config/config.py and find this line:

wavfile = paths.SPD_SOUND_DATA_PATH + "test.wav"

You want to replace it with this:

wavfile = os.path.join(paths.SPD_SOUND_DATA_PATH,"test.wav")

Things should work once this change is made.

** Changed in: speech-dispatcher (Ubuntu)
       Status: New => Won't Fix

-- 
"Failed to open file '/usr/share/sounds/speech-dispatchertest.wav'"
https://bugs.launchpad.net/bugs/416088
You received this bug notification because you are a member of
Accessibility, which is subscribed to speech-dispatcher in ubuntu.



More information about the Ubuntu-accessibility-bugs mailing list