Comment 7 for bug 1922293

Revision history for this message
Christopher (chalbersma-12) wrote : Re: Snaps appear broken on 21.04 Beta

So I found a partial workaround. Looks like filesystems aren't getting mounted (hinted at with the broken in the snap list).

I could confirm that by using this command:

```
systemctl status snap-*.mount
```

So remounting and things seem to "work":

```
systemctl restart snap-*.mount
```

I'm still running into problems with qownnotes, but that looks like an application error associated with the Wayland move that I'll have to try to fix somehow.

So the good news is that there's now a workaround.