pinduvoz
(usa Debian)
Enviado em 24/02/2019 - 18:54h
Achei a solução aqui:
https://unix.stackexchange.com/questions/385857/apt-get-upgrade-errors-were-encountered-while-proces...
Segui a dica de reparo e o espeakup atualizou sem problemas.
Para facilitar, a dica de reparo é esta:
The package espeakup is buggy...
(...)
To solve the problem edit :
nano /lib/systemd/system/espeakup.service
Change :
ExecStart=sh -c 'modprobe speakup_soft && /usr/bin/espeakup -V ${VOICE}'
To :
ExecStart=/bin/sh -c 'modprobe speakup_soft && /usr/bin/espeakup -V ${VOICE}'
Then set the default voice under /etc/default/espeakup for example:
VOICE=fr
Then run the following commands:
systemctl daemon-reload
systemctl start espeakup
Check the status:
systemctl status espeakup
See Debian Bug report logs - #913453 Date: Sun, 11 Nov 2018 06:45:01 UTC
Se alguém tiver dúvida por conta do idioma, pode pedir ajuda aqui.
__________________________________
Linux Registered User nº 439378
Ubuntu Forum Member Since Nov/07/2006
VOL Member SInce Jul/01/2008