Tried to start Calculator in Ubuntu, but received the following message:
/var/lib/snapd has 'other' write 40777
Not sure what that means. I just want to start Calculator. Weird. Any ideas?
Happened to me also. I changed the permissions of /var/lib/snapd from 777 to 755, so just do:
sudo chmod -R 0755 /var/lib/snapd