description: Unofficial port of Deezer Desktop Application.
Deezer Desktop is only available on Windows and MacOS. This port only repackages Deezer Desktop for Windows to work on Linux, thanks to electron.
reasoning: This application is based on Electron and cannot work under strict confinement because of that. We have tried to remove as much permissions as we could. We have tried plugs and slots (desktop, legacy, waylandâŠ), but classic confinement is still needed.
I understand that strict confinement is generally preferred over classic.
Iâve tried the existing interfaces to make the snap to work under strict confinement.
I donât clearly see any technical reason why this snap cannot run under strict confinement. Could you please share the denials you observe when running you application under confinement?
When trying to create the Snap version with strict confinement, I noticed that I needed to have the shared-memory plug and use ââno-sandboxâ in the app startup command.
I suppose the lack of these things made it seem like the app couldnât work in strict confinement.
The --no-sandbox is normal for electron apps, you really do not want to stack two sandboxes into each other (you already have snap sandboxing around the app) âŠ
Keeping the electron sandbox also requires to run a suid root binary inside the snap which makes it actually less secureâŠ