Re: [orca-list] an espeak/espeakup issue?



Hello,

tim via orca-list, le mer. 27 févr. 2019 18:18:51 -0600, a ecrit:
Failed to stop espeakup.service: Unit espeakup.service not loaded.
invoke-rc.d: initscript espeakup, action "stop" failed.
dpkg: warning: subprocess old pre-removal script returned error exit status
5
dpkg: trying script from the new package instead ...
Failed to stop espeakup.service: Unit espeakup.service not loaded.

That's a known issue indeed.

We can't really fix this unfortunately. A workaround is to fix the issue
by hand in /lib/systemd/system/espeakup.service, by adding /bin/ to

ExecStart=sh -c 'modprobe speakup_soft && /usr/bin/espeakup -V ${VOICE}'

so it looks like

ExecStart=/bin/sh -c 'modprobe speakup_soft && /usr/bin/espeakup -V "${VOICE}"'

Samuel


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