Timothée Besset, a software engineer who works on the Steam client for Valve, took to Mastodon this week to reveal: “Valve is seeing an increasing number of bug reports for issues caused by Canonical’s repackaging of the Steam client through snap”.

“We are not involved with the snap repackaging. It has a lot of issues”, Besset adds, noting that “the best way to install Steam on Debian and derivative operating systems is to […] use the official .deb”.

Those who don’t want to use the official Deb package are instead asked to ‘consider the Flatpak version’ — though like Canonical’s Steam snap the Steam Flatpak is also unofficial, and no directly supported by Valve.

    • Falcon@lemmy.world
      link
      fedilink
      arrow-up
      19
      ·
      5 months ago

      Snap is a sandboxed environment to install applications in.

      Flatpak is a more portable implementation of the same broad idea, it downloads a chroot and runs applications from within using a separate program called bubblewrap (one could, in theory, use chroot to run apps from within the downloaded flatpak images, bubblewrap offers further isolation through things like namespaces and cgroups etc. )

      Snap, unlike flatpak, is a Canonical specific implementation that has a reputation for breaking a lot of things.

      • barsoap@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        5 months ago

        It’s perfectly possible to isolate a steam install, NixOS does that by default to even get it running (on NixOS nothing is where any binary blob expects it to be). There was a very brief issue with experimental steam when they tightened up their own sandboxing and doing sandbox-in-sandbox broke stuff but that was fixed before release as Valve is, indeed, responsive, even if the distribution isn’t officially supported. But you gotta have some professionalism and have institutional continuity, they don’t want to deal with J. Random Hacker doing a one-off packaging job. Or distros trying to be smart and replace the steam runtime with their own library versions. Basically, assume that the whole thing runs directly on the kernel, make sure to have graphics drivers, and you’ll be fine running it as-is.

    • Reil@beehaw.org
      link
      fedilink
      English
      arrow-up
      4
      ·
      5 months ago

      Snaps are a relatively recent way of packaging application installations in certain flavors of Linux. Steam is Valve’s game distribution platform (amongst other things).

      There’s an unofficial Snap package to install Steam and it apparently doesn’t work so good

      • Stantana@lemmy.sambands.net
        link
        fedilink
        arrow-up
        2
        ·
        5 months ago

        It’s also worth mentioning that the snap system is quite disliked by a lot of users for various reasons, like stuff not working right.

        I suppose this article is a good example of snaps not working right.

    • Captain Aggravated@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      5 months ago

      Snap is Canonical’s (developers of Ubuntu) attempt at their own containerized software package format, conceptually similar to Flatpak in some ways but differing in details of implementation. One major note is the back end is kept closed source so you cannot host your own Snap repo, which ruffles some feathers.

      Apparently distributing Steam (Valve’s video game store/launcher) in Snap format is causing some problems.