• PorkSoda
    link
    fedilink
    37
    edit-2
    11 months ago

    For the uninitiated, as someone who’s looking to move from Windows to Linux and Ubuntu is probably my first choice, can you share what’s not to like about this?

    Edit - insightful answers. Thank you

    • Freeman
      link
      fedilink
      5211 months ago

      Snaps are technically foss but the server thst hosts them are proprietary to Ubuntu, when flatpak is perfectly reasonable. It’s a bit of a pattern of things they do, finding solutions to things they weren’t really problems (cough netplan cough)

    • @BitingChaos@lemmy.world
      link
      fedilink
      English
      42
      edit-2
      11 months ago

      Performance and functionality.

      When I click the Firefox icon, I expect Firefox to open. Like, right away.

      When Ubuntu switched it to a snap, there was a noticeable load time. I’d click the icon and wait. In the background the OS was mounting a snap as a virtual volume or something, and loading the sandboxed app from that. It turned my modern computer with SSD into an old computer with a HDD. Firefox gets frequent updates, so the snap would be updated frequently, requiring a remount/reload every update.

      Ubuntu tried this with many stock apps (like Calculator), but eventually rolled things back since so many people complained about the obvious performance issues.

      I’m talking about literally waiting 10X the time for something to load as a snap than it did compared to a “regular” app.

      The more apps you have as snaps, the more things have to be mounted/attached and slowly loaded. This also use to clutter up the output when listing mounted devices.

      The Micropolis (GPL SimCity) snap loads with read-only permissions. i.e., you cannot save. There are no permission controls for write access (its snap permissions are only for audio). Basically, the snap was configured wrong and you can never save your game.

      I had purged snapd from my system and added repos to get “normal” versions of software, but eventually some other package change would happen and snapd would get included with routine updates.

      I understand the benefits of something like Snaps and Flatpaks - but you cannot deny that there are negatives. I thought Linux was about choice. I’ve been administering a bunch of Ubuntu systems at work for well over a decade, and I don’t like what the platform has been becoming.

      Also, instead of going with an established solution (flatpak), Ubuntu decided to create a whole new problem (snap) and basically contributes to a splitting of the community. Which do you support? Which gets more developer focus to fix and improve things?

      You don’t have to take my word for any of this. A quick Google search will yield many similar complaints.

      • @NightOwl
        link
        English
        611 months ago

        Thanks for the explanation. Now I understand the dislike for snap.

        • @BitingChaos@lemmy.world
          link
          fedilink
          English
          1911 months ago

          Oh! I forgot another one! Updates.

          You can’t really control when the updates of snaps are rolled out.

          For “regular” software, I have an “apt update” type of script that I can run when I choose to update everything on my system. On some systems, I have this in a weekly crontab. On other systems, there is no scheduled run. On those systems, it’s important to keep many apps as-is - so several packages are also locked, as well (“apt-mark hold”).

          With snap, you basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something. Broken package updated? Well, you can manually roll back that one. Broken update pushed again during the next forced update window? Just roll it back again! (and repeat, every day)

          These are the words direct from a snap developer on why you cannot lock an app: “You need to keep your software up to date.

          Yes, I understand that, but I also know it’s really important to not update some stuff, and I know that broken snaps sometimes get pushed.

          Basically, the snap developers have talked down to the users. THEY know better of what WE actually want and need, not us dumb users that actually administer things for a living.

          • @mustkana@lemm.ee
            link
            fedilink
            2
            edit-2
            11 months ago

            You basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something.

            This is incorrect:

            snap refresh --hold=forever

            In general, I’d advise you to do a bit of research beforehand when giving advice…

            Edit: Downvotes for factual information? Really?

            • Piranha Phish
              link
              fedilink
              1311 months ago

              The --hold feature was introduced with snapd v2.58 which was released as recently as Dec 1, so less than 9 months ago. So I would consider this a relatively new feature.

              Furthermore, as best as I can tell from the documentation, there isn’t even a way to configurably hold updates in general or for a specific package like can be done with apt-preferences; refresh.hold only allows 90 days out.

              I think it is a perfectly valid criticism that the snap developers didn’t implement this feature at all until well into the life of the product and then, even then, done begrudgingly at best evidenced by the minimal implementation.

              Now, I feel like I did my research, but feel free to let me know if there’s something I can do better or if you have any other general life advice for me.

              • @mustkana@lemm.ee
                link
                fedilink
                111 months ago

                Thanks, this is a very good reply, and it would have been wonderful, when the original reply would have been similar.

    • @carzian@lemmy.ml
      link
      fedilink
      26
      edit-2
      11 months ago

      For context:

      Snaps are a way to build applications so that they can run on any platform with one build method. It makes it easier for developers to publish their apps across multiple different Linux distro without having to worry about dependency issues.

      Snaps have been very poorly received by the community, one of the largest complaints is that a snap program with take 5-10 seconds to start, where as the same program without snap will start instantly.

      Ubuntu devs have been working for years to optimize them, but it’s a complex problem and while they’ve made some improvements, it’s slow going. While this has been going on, Ubuntu is slowly doubling down more and more on snaps, such as replacing default apps with their snap counterparts.

      On the other hand, other methods like flatpak exist, and are generally more liked by the community.

      This has led to a lot of Ubuntu users feeling unheard as their feedback is ignored.

    • @vettnerk@lemmy.mlOP
      link
      fedilink
      1711 months ago

      One word: snapd

      If you like the idea of ubuntu, but wish to avoid ubuntu, you might want to check out Linux Mint.

        • @BitSound@lemmy.world
          link
          fedilink
          511 months ago

          Also a great option. I like their tiling window manager and the other gnome extensions they’ve done. I’m also generally excited about the work they’re doing with Cosmic as a new DE.

        • @BitingChaos@lemmy.world
          link
          fedilink
          English
          111 months ago

          We know. I’ve just grown accustomed how Ubuntu is set up. Its defaults for many packages seem a little more configured “out of the box” compared to the same offerings like from Debian. I seem to recall installing LAMP stuff from both Debian and CentOS having a similar base config (basically just using the defaults from php, apache, mysql, etc), while the Ubuntu versions had some things already pre-configured that made it easier to get a multi-domain site up and running quicker.

          A fresh Ubuntu install, followed by a snapd purge and rolling back of its networking is usually easier for me than going with something like CentOS or Debian and manually configuring each and ever package with it.

          Then again, I’ve been using Ansible for a while, so my setups for CentOS and Debian have been getting easier and easier, so it’s possible that I may eventually drop Ubuntu if they end up changing their OS so much that I can no longer purge their junk.

    • @HERRAX@sopuli.xyz
      link
      fedilink
      311 months ago

      You get a lot of recommendations for Mint here, but I’d like to toss in a recommendation for Pop!_OS. Also based on Ubuntu without all the crap. I would say the biggest difference between pop and mint is the UI, as Mint comes standard with cinnamon and pop with Gnome (soon cosmic) as their DE’s.

      Just take a look at those two and choose one of them, they are both great distros, and absolutely the two I would recommend to just about anyone. Easy to use and very straightforward for new people trying out Linux.