Upgraded Ubuntu to 22.04, where Firefox is Snap by default. Wasn’t going to fight it, especially since Canonical has made 3 blog posts talking about how much faster they made Firefox on Snap.

Since then, I’ve had subtle but annoying issues.

  • Can’t Google things that have a colon after the first word- i.e. error: file not found doesn’t work
  • I get notifications for pending updates
  • Other apps like Gnome’s Software take a minute+ to load on my beefy computer

This isn’t even a meme. Snap is trash. I wanted to be neutral and not join the “hate train” but seriously. Snap is that bad.

  • musicmatze
    link
    fedilink
    -52 years ago

    All these “new kids on the block” like snap, flatpak and this other thing are complete crap. Distro maintainers just don’t want to do their job anymore and roll off the effort so that devs have to do it.

    Luckily I use a proper distro without these bullshit “app solutions”!

    • @Whom@lemmy.ml
      link
      fedilink
      4
      edit-2
      2 years ago

      One of the primary goals is making less work for app developers who can now just make a flatpak and be done with it instead of making 30 different debs and rpms and such. The main reason flatpak has been so widely adopted has nothing to do with distro maintainers…it’s that developers can make something everyone can use and not think about it beyond that.

      Snap is just an extremely bad solution that works poorly with the additional issue of centralizing control in Canonical’s hands.

      • @OsrsNeedsF2P@lemmy.mlOP
        link
        fedilink
        52 years ago

        Flatpak packager here -

        Flatpak is actually seamless if the upstream is aware of it. With the exception of things like IDEs (which should have full system access) and daemons, the only issues Flatpaks run into are packaged apps that use things like their own File explorer instead of Freedeskop defaults (since Flatpak can’t intercept custom file explorers and display their own prompt), etc.

        So to summarize:

        • Flatpaks are actually quite good
      • musicmatze
        link
        fedilink
        12 years ago

        All I read there is that flatpak was made so that developers can do badly what would be the job of the distro maintainers and is not the job of the developer in the first place.

        • @Whom@lemmy.ml
          link
          fedilink
          5
          edit-2
          2 years ago

          You realize developers generally package their applications for something regardless? The only difference on their end is that instead of making a deb or an rpm that will serve a fraction of Linux users, they can make a flatpak for all of them.

          And distro maintainers/other third parties can and do make flatpaks all the time…Fedora for example creates their own flatpaks for basically everything in their repositories, and they’re the biggest “true believers” in flatpak you can find. It’s more work for them.

          • musicmatze
            link
            fedilink
            02 years ago

            So you’re telling me that everyone is burdening themselves with more work instead of focusing on what they are good at and is even happy with that?

            • @Whom@lemmy.ml
              link
              fedilink
              12
              edit-2
              2 years ago

              You’re really not responding in good faith and just looking for dunks. Clearly, when I said it was more work for Fedora maintainers I was providing an example of them going above and beyond to provide flatpaks as evidence for it not being a move of laziness. The Fedora project creating so many of them would not be necessary for flatpaks to work or to be useful.

              It’s fine to not like flatpaks. Sandboxing causes a lot of headaches for users that are still being ironed out. But it wasn’t created out of distro maintainer laziness or a scheme to push all the work onto app developers. It was and is an attempt to make things easier for developers and to make applications available to every Linux user. And you know what? It’s better now for me. Back in the day it was a lot harder to switch away from Debian-based distributions because everything you found would be a deb. If it was too obscure or new to have been picked up by distro maintainers, you were stuck building it yourself. Nowadays, when I find some tiny project on gitlab, the developer is much more likely to provide what they’ve made in a form I can actually use regardless of my choice of distribution. Everything is accessible to me and I never feel like I’m missing out like I did in the 00s. I wasn’t happy with the packaging situation then, but now things are a whole lot better.

      • @basiliscos@lemmy.ml
        link
        fedilink
        02 years ago

        There is a “appimage” solution for developers. I.e. just make you app “fat” (let it bundles everything it needs into single executable), then user just downloads it and launches. Even automatic updates can be supported, afaik!

        “Appimage” (and flatpack etc.) shoud not be used instead of standard disto packages, like firefox, chromium etc.