SpiralLinux / SpiralLinux-project

SpiralLinux project
https://spirallinux.github.io/
149 stars 5 forks source link

Add documentation for users to enable Snap support #112

Open geckolinux opened 2 years ago

geckolinux commented 2 years ago

Discussed in https://github.com/orgs/SpiralLinux/discussions/95

Originally posted by **NikkiSatmaka** August 18, 2022 Hi, I'm having trouble running snap packages on SpiralLinux Gnome. Two packages I tried to run were authy and tradingview Both returned `/user.slice/user-1000.slice/session-2.scope is not a snap cgroup` Does anybody what caused this and how to fix it?
CicadaSeventeen commented 1 year ago

In my opinion we can temporarily note snapd as 'not officially supported ' just as openSUSE does. The problem is snapd use a lot of read-only mount under /snap and snapper undochange can therefore conflict with it. Though we can make /snap as a subvol to avoid rollback, files under /var/lib/snapd will be rollbacked so they will be inconsistent. The only idea I have is to make /var/lib/snapd also a subvol, and I think it is a very shabby way.