Spyke
lemmy.world

Flatpaks do better sandboxing. So better then .deb's, but not better then using a web browser

34
coconutreply
programming.dev

If you're overriding the default permissions.. Flatpaks attempt to sandbox applications not built to work in a sandbox so the packages usually come with lots of holes prepunched that you probably can close without issues.

8

Standard Debian packages have access to things like your home folder and other things that can be accessed without superuser level access. If you're not okay with that, don't install it.

If a flatpak package is available, it can have it's permissions controlled by Flatseal, allowing you to restrict Spotify's permissions.

16
lemmy.ca

The web app is (deliberately) limited in comparison to the desktop app.

9
Jakob Felreply
retrolemmy.com

The only limitation I've seen is the inability to download for offline listening. Other than that, especially on Brave, I get fully ad-free listening without any issues aside from a couple seconds of pause in between where the ad breaks used to be.

0
lemmy.ca

Ah, well I wasn't able to add to a group playlist in the web app.

Maybe it's not as bad as I thought, idk.

2
Jakob Felreply
retrolemmy.com

Group playlist? I've never used that feature, but I know you can add things to playlists on the web version, and you can make those playlists public as far as I know.

0

Yeah, well it said I had to download the app in order to do that. It was the first time I've used Spotify in years, though, so maybe there's a workaround or something.

1

Ordinarily I’d recommend the Flatpak, but the Flatpak for Spotify literally just a wrapper around the snap package. That’s nasty.

9
lemmy.ml

On Linux, all unsandboxed apps are allowed to do anything your user account can do (without sudo) - there is no permission model. You could use Flatpaks but they're not perfect, likely would require customizing with Flatseal.

7
semreply
lemmy.blahaj.zone

So that's like, reading all documents, writing stuff, and I assume it can also make outbound connections to servers?

1

Yep. Anything you could do on the terminal without typing a password.

2

If you want to make sure your system stays 100% healthy do not try to install proprietary software on your Linux :)

5

Everyone hates snaps but a sandboxed snap also exists in addition to a flatpak.

I am mostly saying this simply to annoy people.

4

Exactly the type of answer I came looking for. beCause to Hell with proprietary drek. Happy to see other alternatives.

1

Just use it as a PWA from a Chromium browser. I run Spotify as a PWA in Brave and get free, ad-free music. It's the ideal way, IMO. Then again, I only use Spotify for discovery. I buy my CDs and Bandcamp albums, I will always prefer ownership over streaming.

3

You reached the end

Is Spotify desktop unsafe to install on Ubuntu? | Spyke