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.

  • TimLovesTech (AuDHD)(he/him)@badatbeing.social
    link
    fedilink
    English
    arrow-up
    280
    arrow-down
    5
    ·
    5 months ago

    I’m sure Canonical’s neverending death march towards Snap, along with the OS running outdated packages, is why Valve no longer uses Ubuntu for SteamOS development. The greatest April Fools was Ubuntu dropping Snaps because so many people were saying how they could go back to using Ubuntu again…then they noticed it was a joke and the sadness set in.

    • QuaternionsRock@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      Why do people hate snap over flatpak? I feel like I’ve read a thread or two about it, but I haven’t seen an answer that was particularly satisfying (almost definitely for a lack of trying on my part, to be clear).

      • TheGrandNagus@lemmy.world
        link
        fedilink
        arrow-up
        25
        ·
        edit-2
        5 months ago
        • Proprietary on the server/distribution end

        • Controlled 100% by Canonical

        • Worse performance, particularly in terms of app startup times

        • Snaps are mounted as separate filesystems, so it can make things look cluttered in your file explorer or when you’re listing stuff with lsblk

        • Canonical often forces users to use Snaps even when users have explicitly tried to install with apt. e.g. you run sudo apt install firefox and it installs a Snap

        • It hasn’t gained traction with other distros like Flatpak has, and Canonical’s insistence on backing the “wrong” standard means Linux will continue to be more fragmented than it would be if they also went along with what has become the de facto standard

        There are however benefits of snaps. It works for better for terminal programs, and Canonical can even package system stuff like the kernel as a snap - as you can imagine, this might be a very powerful tool when it comes to an immutable version of Ubuntu.

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

          Snaps just act strange. They update in weird ways, it’s always automatic and it’s confusing how to keep something in a version that won’t auto update. It’s been a bad experience for me.

        • umbrella@lemmy.ml
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          5 months ago

          Snap startup times are awful, tens of seconds to open a simple text editor, even on an nvme ssd…

          edit: Also it doesnt bother following XDG specifications, further cluttering our home folders.

      • Zyratoxx@lemm.ee
        link
        fedilink
        arrow-up
        12
        ·
        edit-2
        5 months ago
        • Flatpak is open source, Snap isn’t
        • Flatpak allows other repositories besides the official one, therefore having the ability to be decentralised, Snap doesn’t
        • Canonical (the company behind Snap and Ubuntu) is hated for some past decisions they made with Ubuntu
        • and more

        (The only thing I really prefer Snap over Flatpak is that you need the whole package name in Flatpak (like com.valvesoftware.Steam for Steam) whilst you can simply use “steam” in snap but that’s due to decentralisation vs centralisation I guess and overall a minor problem for me)