Screenshot doesn't even show half.

  • robinj1995@feddit.nl
    ·
    10 months ago

    There are many reasons one could choose to hate Snap packages, and this not one of them. It's like hating a webbrowser because it spawns 20 processes that (the horror) you would all see when you run ps. It's just a part of how container technologies work.

  • janAkali@lemmy.one
    ·
    10 months ago

    Why I hate snaps/flatpak:

    • 1
      • package/appimage ~80mb
      • snap/flatpak >500mb
    • 2
      • p/a - app + dependencies
      • s/f - app + minimal linux distribution
    • 3
      • p/a - can be easily run from terminal
      • s/f - flatpak run com.very.easy.to.remember.and.type.name
    • Gamey@feddit.rocks
      ·
      10 months ago

      Appimage literally requires more storage for the apps because it dublicates all dependencies so in terms of storage flatpak and dnaps win by FAR, there are valid reasons to criticize all three but your comment is a sad joke!

      • janAkali@lemmy.one
        ·
        edit-2
        10 months ago

        Unless you trying to replace half your system with appimages, appimages take less space in practice .

        • Gamey@feddit.rocks
          ·
          10 months ago

          Did you read my comment at all? Flatpak and Snap share dependencies while Appimage doublicates all of them so unless you have no big dependencies on your system (literally impossible with Linux systems) Flatpaks and Snaps become more efficient in terms of storage usage the more you use them because they share big parts while Appimage still dublicates every single dependency because it's a single binarie with everything in it...

          • janAkali@lemmy.one
            ·
            edit-2
            10 months ago

            Flatpaks and Snaps become more efficient in terms of storage usage the more you use them...

            I'm not disagreeing with that, but how many apps an average user requires that he can't find in the distro's repository? And how many snaps he should have installed, so it'd be more space-efficient than appimages, 10? 20? 30?

            hint: for me - one is too many.

            Flatpak and Snap share dependencies while Appimage doublicates all of them...

            On the other hand, appimage only includes the libraries actually required by an app. Where Snap/Flatpack install big fat runtimes.
            I've recently made a very simple gtk4 app and packaged it with all dependencies into a 10mb appimage you can just download and run. The very same app would rely on 250+ mb gtk4 runtime with snap.
            And I could be fine with that; but no, it's not that simple, you'll have x3 gtk4 runtimes on your system. Because snap keeps 3 last versions of every snap pkg and it's dependencies. I don't know what flatpack installs, but it's not efficient in that regard either.

            2-3 gigs of libraries a program might not even need. It's just wasted space for an average linux user. And if I was fine with that, I would be using Windows right now.

  • digdilem@lemmy.ml
    ·
    10 months ago

    Try it in enterprise where you have automated systems that deploy alert sensors and they instantly go off because each mount is 100% full.

  • I_like_cats@lemmy.one
    ·
    10 months ago

    I think Snap has the potential to be better than Flatpak. It's a real sandbox instead of the half-assed shit Flatpak has going on. The problem I have with Snap is that Canonical keeps the Server closed-source. I don't want a centralized app store where Canonical can just choose to remove apps they don't like. So as long as the Server is closed-source, I will stay on Flatpak

    • Raspin@lemmy.ml
      ·
      10 months ago

      I don't know if sideloading snap apps is a thing, but it has been proven that creating a snap repo isn't particularly difficult. Snap server being closed isn't really an issue Imho.

  • fernandu00@lemmy.ml
    ·
    10 months ago

    That's why I moved to fedora recently...didn't like to see 30 or so mounted filesystems every time I did an fdisk -l to mount some disk

    • terminhell@lemmy.dbzer0.com
      hexagon
      ·
      10 months ago

      Fedora is actually my main on my other machines. This is my server though. I've tried fedora server in the past, but it wasnt quite working for what I needed it for at the time. And now, I don't have time to rebuild =\

      • fernandu00@lemmy.ml
        ·
        10 months ago

        Sure..I wouldnt choose fedora for a server..maybe RHEL..I chose debian for my home server..can't go wrong with debian in the server 😅

  • aaaaaaadjsf [he/him, comrade/them]
    ·
    10 months ago

    They also kill performance if you're still using a hard drive as your system drive. I know we should all be using SSDs, it's 2023, but sometimes it's not always possible

  • rotopenguin@infosec.pub
    ·
    10 months ago

    On the plus side, snaps also crap your system log full of petty little AppArmor events. And when snap gets its permissions wrong, you can easily fix it with SnapSeal.

    (If Flatpak would just fucking stop rewriting every file path as /var/run/1000/blah, it would be the unquestionably superior package tech)

    • Fisch@lemmy.ml
      ·
      10 months ago

      If you don't want flatpaks to do that, you'll have to give them permission to see the entire file system

  • lazyraccoon@lemmy.ml
    ·
    10 months ago

    Now imagine that your home directory is a network mount where only the user has permissions.

    • mwguy@infosec.pub
      ·
      10 months ago

      The most annoying thing about snaps is that they fall over trying to use a network share.

  • baremetal@lemmy.ml
    ·
    edit-2
    10 months ago

    I've never used a distro that offered/forced snaps so I'm not very familiar with this perpetual topic. Given it's Linux and you have options why would you continue using a distribution who had a main feature you didn't like?

    Edit: Debian is server king. Proxmox, trueNAS, Clonezilla, Ubuntu you can go on and on of very niche tailored and rather amazing products that base on Debian. I'm ever curious if there are people out there using Gentoo, Arch or xyz in the server space.