Comment 1 for bug 1736939

Revision history for this message
Michael Vogt (mvo) wrote : Re: Classic snaps do not work on some Linux distros

We recently improved the situation. The problem is that classic snaps do not work on distros that do not use the /snap directory. The current snapd (definitely in edge but I think at least candidate as well) will detect this and show instructions what to do:
"""
fmt.Errorf(i18n.G("classic confinement requires snaps under /snap or symlink from /snap to %s"), dirs.SnapMountDir)
"""
Or is there a different classic issue?