• Ooops@kbin.social
      link
      fedilink
      arrow-up
      28
      arrow-down
      2
      ·
      10 months ago

      It’s a bad, slow and inefficient solution for a problem that is already solved. And because nobody would use their proprietary shit over flatpack, they force the users to use it. Even for things that exist natively in the repositories and would need neither snap nor flatpack.

      • shininghero@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        I still don’t even know what problem snap and flatpak were intended to solve. Just apt or dnf installing from the command line, or even using the distro provided store app, has always been sufficient for me.

        • jj4211@lemmy.world
          link
          fedilink
          arrow-up
          6
          ·
          10 months ago

          The idea is that the application may want libraries asynchronously of the distribution cadence. Worse, multiple applications may have different cadence and you want to use both (some app breaks with gnome 45 and so it needs gnome 44, and another app requires gnome 46).

          Or some pick forks of projects that neglected to change the shared object name or version, so you have two multimedia applications depending on the same exact library name and version, but expecting totally different symbols, or different ‘configure’ options to have been specified when they built the shared library.

          So we have this nifty mount namespace to make believe the ‘filesystem’ is whatever a specific application needs, and for that to be scoped to just one.

          There’s also an argument about security isolation, but I find that one to be unfulfilled as the applications basically are on the honor system with regards to how much access it requests of the system compared to a ‘normal’ application. So an application can opt into some protection so it can’t accidentally be abused, but if the application wants to deliberately misbehave it’s perfectly allowed to do so.

      • 520@kbin.social
        link
        fedilink
        arrow-up
        8
        ·
        10 months ago

        The main reason is that it is completely controlled by Canonical, with no way to add alternative repos.

          • 520@kbin.social
            link
            fedilink
            arrow-up
            5
            ·
            10 months ago

            You can, but that completely negates the reasons why you’d want to have a repo system in the first place. You gotta do the legwork to get updates, for example.

            • jj4211@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              10 months ago

              And to be explicit about it, zypper, dnf, apt, flatpak all have a specific mechanism to declare repositories and one ‘update’ check will walk them all.

              snap does not, and manually doing a one off is useless. AppImage also has no ‘update’ concept, but it’s a more limited use case in general, it’s a worse habit than any repository based approach.

            • JoeyJoeJoeJr@lemmy.ml
              link
              fedilink
              arrow-up
              1
              ·
              9 months ago

              This isn’t necessarily true - a developer choosing to not include their app in a repo can always opt for a self-updating mechanism.

              Don’t get me wrong - repos and tooling to manage all of your apps at once are preferred. But if a developer or user wants to avoid the Canonical controlled repo, I’m just pointing out there are technically ways to do that.

              If you’d question why someone would use snap at all at that point… that would be a good question. The point is just that they can, if they want to.

      • aesthelete@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        I hate it for the refresh nag messages alone.

        The default Firefox in Ubuntu is a snap and I only knew that because due to nagging and having to restart constantly while I was using it and had to learn about snaps and how to install Firefox without them on Ubuntu.

      • Avid Amoeba@lemmy.ca
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        10 months ago

        For computer idiots it’s not bad at all. It mostly just works if you don’t mess with it and Canonical relies on it to ship software for Ubuntu. It’s one of those you should know what you’re doing situations if you’re using standard Ubuntu and messing with it. If you remove it, you will have to figure out what’s shipped via snap and how to supplant it if you want it working, among other potential headaches.

        • EvacuateSoul@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          10 months ago

          No, it does not just work. It removes the option to install updates manually through GUI. If Firefox was running, the only GUI solution is to close it and wait 6 hours or whatever.

          My wife was perfectly fine installing updates from the tray with Synaptic. The PC is always connected to the TV with Jellyfin left open in Firefox where she was watching.

          So I switched to Manjaro to have a pretty OS that isn’t getting rid of their package manager controlling the most used program.

          • Avid Amoeba@lemmy.ca
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            10 months ago

            Ever since the fix for the “Pending update” notification, updating Firefox has been as complicated as closing it and reopening it when you see the notification. The pending update is installed immediately after closing it. It just works for my wife. ☺️

            Also I wouldn’t leave her dead without automatic updates.

            I’m glad yours enjoying Manjaro. 👌

              • Avid Amoeba@lemmy.ca
                link
                fedilink
                arrow-up
                2
                ·
                10 months ago

                Yup. Actually I should have said implemented instead of fixed. The implementation was sizeable. I saw some of the PRs. From a user point of view it was a defect fix but in reality it was a non-trivial implementation. I guess that’s why it wasn’t there from the get go.

      • Ooops@kbin.social
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        If something exists in native form, use that. If it doesn’t or you want some sandboxing (and there is at least some argument for a containerized version that brings all its needed dependencies, for developers not having to test for every linux for example) there’s flatpack or appimage. Snap is just Canonical’s proprietary alternative to flatpack. And also worse in basically any aspect. So they shove it down their users throat instead. Even for stuff that would be available natively and should just be installed via the normal package manager. And to make really sure, nobody is avoiding their crap, they also redirect commands, so for example using apt to install your browser automatically redirects your command to snap install…