• BitSound@lemmy.world
    link
    fedilink
    arrow-up
    118
    ·
    1 year ago

    You’re going to get a lot of comments about Ubuntu and snaps. Definitely one of the reasons I switched away from it.

    • PorkSoda@lemmy.world
      link
      fedilink
      arrow-up
      30
      ·
      edit-2
      1 year 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@lemmy.pub
        link
        fedilink
        arrow-up
        45
        arrow-down
        1
        ·
        1 year 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
        arrow-up
        32
        ·
        edit-2
        1 year 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.

          • BitingChaos@lemmy.world
            link
            fedilink
            English
            arrow-up
            16
            ·
            1 year 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
              arrow-up
              2
              arrow-down
              4
              ·
              edit-2
              1 year 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@lemmy.world
                link
                fedilink
                arrow-up
                12
                ·
                1 year 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
                  arrow-up
                  1
                  ·
                  1 year 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
        arrow-up
        23
        ·
        edit-2
        1 year 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
        arrow-up
        15
        ·
        1 year 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
            arrow-up
            4
            ·
            1 year 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
            arrow-up
            1
            ·
            1 year 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
        arrow-up
        3
        ·
        1 year 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.

    • AbouBenAdhem@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      I’ve been using Ubuntu for a long time for its out-of-the-box zfs support, but the snap annoyances are getting harder to ignore.

      • cloudy1999@sh.itjust.works
        link
        fedilink
        arrow-up
        7
        ·
        1 year ago

        Firefox is one of the worst snaps. It pops up an annoying notification everyday reminding you to restarted it. Then came the crashing. It got to a point where I couldn’t keep my browser running more than a few minutes at a time.

        I wanted to like snaps, and I’m not overall negative on Ubuntu, but keeping the web browser functional is minimum requirement. The Firefox PPA is much more reliable.

        • cloudy1999@sh.itjust.works
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          Follow-up: The icing on the cake was a release or so ago when apt started queueing the snap package’s installation instead. Very clever, but also a confusing user experience. It took a few iterations before I understood the snap was getting installed instead of the deb.

  • SomeBoyo@feddit.de
    link
    fedilink
    arrow-up
    103
    arrow-down
    2
    ·
    1 year ago

    Manjaro, because because the team behind it fuck’s up a bit to often for my tastes. And Ubuntu, because they force snap onto their users.

  • pH3ra@lemmy.ml
    link
    fedilink
    arrow-up
    69
    arrow-down
    1
    ·
    edit-2
    1 year ago

    I spent the last 10 mins reading all the comments and I think we managed to shit on all the distros available.
    That’s the Linux community I love, good job people <3

    • 𝕸𝖔𝖘𝖘@infosec.pub
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      1 year ago

      Haven’t seen Santoku or Kali or several other special use-case distros (E: or Hannah Montana Linux hahahaha). But, yes, this is exactly the community I love and that extreme hate/love for specific distros is the reason I tried Linux in the first place (and the reason I stayed) hahaha

    • first_must_burn@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      1 year ago

      Serious question: what do you not like about snaps? I find the isolation and dependency desolation to be pretty great.

      • AProfessional@lemmy.world
        link
        fedilink
        English
        arrow-up
        10
        ·
        1 year ago

        Snap is vendor lock in. They don’t work on many distros, tooling pushes their platform, and they control the only store.

        For desktop apps Flatpak is just technically better anyway so what’s the point.

  • Stillhart@lemm.ee
    link
    fedilink
    arrow-up
    59
    arrow-down
    2
    ·
    1 year ago

    Garuda. It feels like being inside a gaming rig full of blinking RGB lights. Way over the top with the “gamer aesthetic”.

    • vettnerk@lemmy.mlOP
      link
      fedilink
      arrow-up
      23
      ·
      1 year ago

      Same reason but different vibe with Kali for me. I’m sure it’s good for its intended purpose, but I get the feeling that there are many who install it in an attempt at being a kewl h4x0r. I used used Parrotsec for work for a while, and it’s a lot less flamboyant about it.

  • yum13241@lemm.ee
    link
    fedilink
    arrow-up
    47
    ·
    edit-2
    1 year ago

    Manjaro, for its incompetence.

    I don’t hate Gentoo, but will never use it. I hate compiling.

    • circuitfarmer@lemmy.sdf.org
      link
      fedilink
      arrow-up
      22
      arrow-down
      3
      ·
      1 year ago

      So what you’re actually saying is: you don’t like Arch because you don’t want to take the time to learn how to use Arch.

      (Which is fine)

        • circuitfarmer@lemmy.sdf.org
          link
          fedilink
          arrow-up
          5
          ·
          edit-2
          1 year ago

          Fair. Though I will say (more for others who may see this in the future), that Arch’s new installer is great and definitely reduces the load on new users. That said, it’s never going to be explicitly designed for people who have no Linux experience.

    • Elw@lemmy.sdf.org
      link
      fedilink
      arrow-up
      9
      arrow-down
      2
      ·
      1 year ago

      Honestly… I don’t get this. It’s a bit more work than other distros but I think that Linux users often get to a point in their Linux journey where customizing a system with defaults is more difficult than just starting from a blank slate.

      • tokyo@lemmy.ml
        link
        fedilink
        arrow-up
        10
        arrow-down
        1
        ·
        1 year ago

        It is definitely not a bit more work. It’s hours and hours of reading manuals, following video guides and configuring every last detail.

        This is a gross simplification

        • Elw@lemmy.sdf.org
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I think reality lies somewhere in the middle. Yes you have to read and yes you have to configure things but the docs are all on the wiki. There’s a point where this is easier than figuring out how to undo the defaults on, say, Ubuntu and do your own thing without official documentation on it.

      • nik282000@lemmy.ml
        link
        fedilink
        arrow-up
        9
        ·
        1 year ago

        Customizing all-in-one distros is a shitty uphill battle that isn’t worth the trouble, so I get how Arch is worth the work there. But recommending a kit car when people are asking for a commuter just bugs me.

      • NaN@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        1 year ago

        I don’t find this the case at all. I barely change the wallpaper, I’m not spending time removing a bunch of stuff I don’t use it just sits there unused. I did my time with Arch and Gentoo (before Arch existed) for years, but I would rather someone else do the work and I will use it as long as it has sane defaults, for my actual work that doesn’t care.

      • zagaberoo@beehaw.org
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Binary speed is really the least reason to use Gentoo.

        There are a lot of thorny issues in package distribution that source builds completely sidestep.

        Install-it-yourself plus source updates are a lot to ask, but if you can get the hang of it the benefits are pretty sweet.

    • tibi@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      And also, I have work to do… I don’t like wasting my time tinkering with config files trying to get the optimum settings. I just want an OS that helps me do my work and gets out of the way.

      All the edgelord kids boasting about using Arch are also a big turn off.

  • mister_monster@monero.town
    link
    fedilink
    arrow-up
    50
    arrow-down
    5
    ·
    edit-2
    1 year ago

    Ubuntu, because of their shenanigans with ads in the OS, forcing snap and just generally demonstrating disdain for their userbase.

    Manjaro for their office suite debacle, and general instability.

    RHEL for their recent attempts to subvert GPL.

    Debian because packages are never, ever, ever up to date.

    Gentoo because any sane person would get sick of compiling.

    • vettnerk@lemmy.mlOP
      link
      fedilink
      arrow-up
      14
      ·
      1 year ago

      I actually like Gentoo for the same reason you hate it. But I was a FreeBSD guy for around 10 years before migrating to linux, and I probably some long lasting damage still lingering from that era.

      • pedro@lemm.ee
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        1 year ago

        Damn I’m contemplating going to FreeBSD. What made you go the other way? What do you miss from FreeBSD?

        • vettnerk@lemmy.mlOP
          link
          fedilink
          arrow-up
          4
          ·
          1 year ago

          I miss /usr/ports. I could spend days just exploring its contents.

          I miss an /etc structure that wasn’t a complete mess.

          I miss UFS and its soft updates.

          I miss the stability of fBSD 3 and 4.

          I miss the ease of which you tweaked, compiled, and installed a new kernel.

          And just because of the hilarious legacy that was obsolete 20 years beforw I started with it, I miss the concept of font-servers.

          The main reason for my migration was the bigger userbase of linux where it was easier to find people who has resolved whatever issue I was having, plus nvidia drivers. Plus I’ve only needed to use fBSD once professionally.

          • pedro@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            From your experience I don’t see red flags for me so I’ll probably try for my next reinstall. Thanks for your honest opinion

      • mister_monster@monero.town
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        1 year ago

        Well, I like gentoo for it’s top notch security and I see why you’d use it for extremely security sensitive applications, but people that use it as a desktop are nuts.

        • zagaberoo@beehaw.org
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          I’m not saying anyone is wrong for shying away from Gentoo, but using a comprehensive desktop environment, systemd, and gentoo-kernel gives a very non-fiddly experience.

          Combine that with running updates overnight or honestly just running them in the background while you work, and it’s not nearly as bad as its reputation.

          Still very much a commitment vs other distros, but not as bonkers as it can seem.

  • LeFantome@programming.dev
    link
    fedilink
    arrow-up
    43
    arrow-down
    1
    ·
    1 year ago

    Manjaro because it is a bait and switch trap. Seems really polished and user friendly. You will find out eventually it is a system destroying time-bomb and a poorly managed project.

    Ubuntu because snaps.

    The rest are all pros and cons that are different strokes for different folks.

    • moonsnotreal@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      Every time I have used manjaro on x86 it has been broken within a few months. Their Raspberry Pi 4 port is pretty stable though for some reason.

  • iopq@lemmy.world
    link
    fedilink
    arrow-up
    33
    arrow-down
    1
    ·
    1 year ago

    Ubuntu: broke my LTS 20 by upgrading to LTS 22, pushes snaps and other ridiculous things over the years while offering relatively little value these days

  • conner5@discuss.tchncs.de
    link
    fedilink
    arrow-up
    32
    arrow-down
    2
    ·
    1 year ago

    Ubuntu, dont understand me wrong, the distro is nice but, canonical… My point because i dont like Ubuntu.

  • YⓄ乙 @aussie.zone
    link
    fedilink
    arrow-up
    28
    ·
    1 year ago

    Wish Linux Devs help build and polish OS for Pinephone. I really want Linux to go mainstream. Tired of android and Apple.

  • boeman@lemmy.world
    link
    fedilink
    arrow-up
    29
    arrow-down
    1
    ·
    1 year ago

    I absolutely hated myself after installing Arch on one of my machines.

    Then I discovered EndeavourOS… I still hate myself but at least my laptop works now.

  • Defaced@lemmy.ml
    link
    fedilink
    arrow-up
    27
    arrow-down
    1
    ·
    1 year ago

    This is gonna be an unpopular opinion, but Linux mint. It’s great if you’re just getting into Linux, it’s absolutely terrible when you know what you’re doing in Linux. The old package base and kernel just kills me sometimes. I get they want a stable base and use the lts versions of Ubuntu, but my goodness it’s always so far behind it’s not even worth using if you’re on AMD. Thankfully they’ve realized this after so many years and are releasing an EDGE iso with updated packages and kernel and LMDE is getting a version upgrade.

    • taj@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      I’ve never cared for mint because I don’t really want my Linux to look like Windows. Which is what mint does.

    • vettnerk@lemmy.mlOP
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      Not really an unpopular opinion. My main desktop runs mint, and we’re well aware of that being an issue. But it’s a sacrifice I’m willing to make as long as it works. I haven’t had enough issues to look for replacement yet. ZorinOS looks interesting, though.

      For servers and work I use other distros.

      • Defaced@lemmy.ml
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        1 year ago

        Yeah there’s just not really a big enough reason to move away from Ubuntu unless you’re really wanting to avoid snaps (which I completely understand)

      • Pyro@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I love Zorin, probably for more superficial reasons than most. I like a clean UI and Zorin provides that by default, no fiddling. I get that people like customisability and ricing and all that, and if I could design my OS as easily as I could write CSS then I probably would, but I’ve yet to find something that lets me do that. And even if I do find it, Zorin still looks good and just works, which is most of what I care about.

    • Magister@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I tried it years ago after years and years of Ubuntu. I installed Mint Cinnamon, it was the shit at the time, #1 distro and all. I wanted to like it but was never able to. After less than 2 years I switched to MX/Xfce and still use it, best distro ever.

      But Mint is really bleh 🙁

      • Defaced@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 year ago

        How is MX? What do you like over other distros? I see it at the top of the distrowatch list all the time but I’ve never really found anything special or stand out with the distro.