For whom does not care about multi users and backward compatibility, this is actually quite straightforward to change the snap directory from '$HOME/snap' to '$HOME/.snap'. Change the hard-coded path and the apparmor rule is fairly enough for release 2.46:
diff --git a/cmd/snap-confine/snap-confine.apparmor.in b/cmd/snap-confine/snap-confine.apparmor.in index 8b53423ca0..cde82139b5 100644 --- a/cmd/snap-confine/snap-confine.apparmor.in +++ b/cmd/snap-confine/snap-confine.apparmor.in @@ -346 +346 @@ - @{HOME}/snap/{,*/,*/*/} rw, + @{HOME}/.snap/{,*/,*/*/} rw, diff --git a/dirs/dirs.go b/dirs/dirs.go index 2986ef371a..ea37ad195e 100644 --- a/dirs/dirs.go +++ b/dirs/dirs.go @@ -136 +136 @@ const ( - UserHomeSnapDir = "snap" + UserHomeSnapDir = ".snap" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1575053 Title: Please move the "$HOME/snap" directory to a less obtrusive location To manage notifications about this bug go to: https://bugs.launchpad.net/snapd/+bug/1575053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs