Comment 31 for bug 1592696

Revision history for this message
Tony Espy (awe) wrote :

Installing the proposed packages worked for me, albeit with an extra hoop of running a snap app as sudo first to get around the permission problem.

After the installing, I did:

% sudo snap install hello
% hello
mkdir: cannot create directory ‘/home/espy/snap/hello’: Permission denied
% sudo /snap/bin/hello
Hello, world!
% hello
Hello world!