Hello, I am sorry for not checking the 0.7-5ubuntu2 package after it
mentioned this as being fixed. The package does not contain my fix that
is needed, it simply removes the old fix. This affects Maverick. Natty
already includes 0.7.1 where this is fixed.
--
module (config.py) in python-speechd b
Fix in 0.7-5ubuntu1 is working for this issue, but breaks spd-conf (it
does not do anything) - the attached fix is what I consider a correct
solution.
** Patch added: "Fix for this issue that does not break spd-conf"
http://launchpadlibrarian.net/52033543/0001-Don-t-run-interactive-diagnostics
The fix released in 0.7-5ubuntu1 (the patch spd-conf-test-path-
fix.patch) is:
* wrong: uses os.path.join with second argument as absolute path
("/test.wav"), which results into the final (absolute) path of just
"/test.wav".
* unneeded: this was fixed upstream (commit f0ba6a27...) by using
os.pat