Comment 58 for bug 1776873

Revision history for this message
Ian Johnson (anonymouse67) wrote :

Hi @jean-helou,

The comment you see was referencing this PR: https://github.com/snapcore/snapd/pull/8289 which unfortunately did not end up making it into 2.44, however I have confirmed that it is in 2.45, which should be released soon. If you would like to test out those changes, please install the snapd from edge:

```
snap install snapd --edge || snap refresh snapd --edge
```

But note that the edge channel may be less stable than the other channels as it automatically pulls in changes from git master daily and so may have more bugs/incomplete features than other channels in snapd. You can always switch back to stable snapd snap with:

```
snap refresh snapd --stable
```