(In reply to Nathan Teodosio :nteodosio from comment #18) > I built the patched speech-dispatcher in a PPA[1] and then a snap[2] with spd-say to test > > After installing them, > > systemctl start --user speech-dispatcher.socket > snap run --shell geheim > $ XDG_RUNTIME_DIR=/run/user/1000 spd-say hi > > [1] https://launchpad.net/~nteodosio/+archive/ubuntu/rebuilds/+build/26035882 > [2] https://launchpad.net/~nteodosio/+snap/test-speechd/+build/2103550
Thanks but this is not working for me. I dont see in https://git.launchpad.net/~nteodosio/+git/geheim/tree/snapcraft.yaml where you added your PPA reference. ``` package-repositories: - type: apt ppa: nteodosio/rebuilds ```
When I do I hit this error `E: The repository 'http://ppa.launchpad.net/nteodosio/rebuilds/ubuntu focal Release' does not have a Release file.` which makes sense since the `rebuilds` PPA targets `mantic` serie.
(In reply to Nathan Teodosio :nteodosio from comment #18) dispatcher. socket DIR=/run/ user/1000 spd-say hi /launchpad. net/~nteodosio/ +archive/ ubuntu/ rebuilds/ +build/ 26035882 /launchpad. net/~nteodosio/ +snap/test- speechd/ +build/ 2103550
> I built the patched speech-dispatcher in a PPA[1] and then a snap[2] with spd-say to test
>
> After installing them,
>
> systemctl start --user speech-
> snap run --shell geheim
> $ XDG_RUNTIME_
>
> [1] https:/
> [2] https:/
Thanks but this is not working for me. I dont see in https:/ /git.launchpad. net/~nteodosio/ +git/geheim/ tree/snapcraft. yaml where you added your PPA reference. repositories:
```
package-
- type: apt
ppa: nteodosio/rebuilds
```
When I do I hit this error `E: The repository 'http:// ppa.launchpad. net/nteodosio/ rebuilds/ ubuntu focal Release' does not have a Release file.` which makes sense since the `rebuilds` PPA targets `mantic` serie.