Comment 22 for bug 1987979

Revision history for this message
In , Lissyx+mozillians (lissyx+mozillians) wrote :

(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.