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.

  • anothermember@lemmy.zip
    link
    fedilink
    arrow-up
    19
    arrow-down
    1
    ·
    5 months ago

    The problem is that 3rd parties are doing the packaging both on Snap and Flatpak whereas if they had followed proper security practice ONLY THE REAL DEV should ever be allowed to package their app as a Flatpak or Snap.

    Says who? If it were the case, Linux would either be a nightmare of fragmentation or become centralised on one distribution. Distros need to be able to package their own software, and these are kind of like distributions. Also since we’re talking about proprietary software here, is it really any better security practice if the “real dev” packages it or somebody else, they both could contain malicious code.

    • danielfgom@lemmy.world
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      6
      ·
      5 months ago

      Valve are not going to put malicious code on their app. Neither is VLC or any other FOSS developer.

      The distros should stick to packaging their repo apps and leave the Snap/FlatPak tech as an alternative to the original dev if they decide they want to use that.

      We can’t have Bob from nowhere packaging Valve, then not updating it or patching it because he doesn’t have time. Or 5 Bob’s all doing the same thing with 5 copies of Valve on the Store.

      It’s crazy. This is what causes fragmentation. Flathub should vet every app and if you are not the dev of the app, you may not host it on Flathub. You’re still welcome to make a Flatpak for home use on your own pc but not for wide distribution.

      • anothermember@lemmy.zip
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        5 months ago

        Valve are not going to put malicious code on their app. Neither is VLC or any other FOSS developer.

        How would you know that? It’s not like it’s something that doesn’t happen.

        Or 5 Bob’s all doing the same thing with 5 copies of Valve on the Store.

        It’s crazy. This is what causes fragmentation.

        I don’t know what snaps are like but that’s clearly a non-existent problem on Flathub.

        Flathub should vet every app and if you are not the dev of the app, you may not host it on Flathub. You’re still welcome to make a Flatpak for home use on your own pc but not for wide distribution.

        I don’t know why you feel like there’s permission involved. You don’t have to use Flathub, therefore Flathub can have what ever policies it likes. Users can set up a different flatpak repo if there’s a need.

        • danielfgom@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          1
          ·
          5 months ago

          That’s not my point. I use Flathub but I try to only use verified apps which were packaged by the actual dev.

          I’d rather get a deb from the official dev than a flatpak from flathub packaged by someone who is essentially anonymous and could easily inject malicious code.

          If you think the dev himself could inject malicious code in the official app, then you should be super aware that an anonymous Joe can too, and is far more likely to.

          Anyway flatpak ideally was supposed to save Devs the work of packaging for every distro so it makes sense that the real actual verified dev of the app would package the flatpak/snap himself

        • danielfgom@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          5 months ago

          Yes but if you use an Arch distro like Endeavour, they won’t support you with issues caused by AUR apps. Because of these reasons I mentioned.

        • danielfgom@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 months ago

          The official Developer of the app. E.g. the official dev of Blender is blender.org. The flatpak people give them a line of code to embed in their website and they use that to verify that the dev really is blender.org and not a malicious actor.

          • NotJustForMe@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            5 months ago

            Ah, that makes sense. Inwas hung up on the word, interpreting it as a single guy, not an entity. Thank you.