Comment 18 for bug 1932579

Revision history for this message
Miguel Pires (miguelpires1) wrote (last edit ):

Hi (or Olá for the PT crowd). I think snapd just wasn't refreshed, @iogui's output doesn't show it:

```
$ sudo snap install snapd --edge || sudo snap refresh snapd --edge
[sudo] senha para my-user:
2021/09/18 12:54:59.334587 main.go:176: description of prepare-image's "<target-dir>" is lowercase in locale "pt_BR": "o directório de destino"
snap "snapd" já está instalado, consulte 'snap help refresh'
```

`snap install <snap>` (when run on an already installed snap) returns 0. So the right-side of the `||` didn't run and snapd wasn't refreshed to edge.

@iogui, can you run `sudo snap refresh snapd --edge` and let us know if `snap list` logs the warning? I've just tested with edge and the fix seems to be working. If you still see the warning, then could you please run `snap version` and post the output? Thanks for your help