Re: [orca-list] Speech-dispatcher 0.6.6 is a huge improvement!




For whatever reason,
the init script doesn't seem to work properly even after
editing /etc/default/speech-dispatcher. It just reports starting
speech-dispatcher and then silently fails.

This is a bug in the Ubuntu package. The init script is missing
parenthesis around the "yes" value. The line that is now
  if [ "$RUN_FESTIVAL" != yes ]; then
should be
 if [ "$RUN_FESTIVAL" != "yes" ]; then

There is the same problem with the Festival package in latest
Ubuntu and some Debian packages. Also, I believe it is a bug
that it silently exits without any warning if
/etc/defaults/speech-dispatcher is set to 'no' :)

With regards,
Hynek Hanke






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