I’m over tinkering with my OS. So I’m looking for a distro that “just works” out of the box for my laptop. Also I want to test an “easy” distro I can install for my grandpa.
I don’t care for immutability, declarative config, being fully FOSS or having the newest stuff. I don’t want snaps, or a software center that relies on them. So no Ubuntu.

What I do want (ideally out of the box):
Important:

  • as few annoying visible bugs and crashes as possible (looking at you, Ubuntu)
  • Wayland support
  • good package selection, so no independent fringe distro
  • fluid YouTube videos, streaming, pre-installed codecs

Less important:

  • ideally with Gnome
  • encrypting the hard drive from within the GUI installer
  • nice font rendering (used to be a problem, but I guess not anymore)
  • installing Steam with a button press
  • pre-installed sane-airprint and sane-airscan (automatic setup of my networked printer-scanner-combo)

You get the idea. The usual stuff (low-end gaming, browsing, streaming, printing, scanning) should just work. I don’t have any hardware that poses a problem.
From what I’ve read, Mint doesn’t yet support Wayland and doesn’t ship with video codecs anymore. (Or am I wrong?)
What are the other options? Is Zorin king of the block now? Is Manjaro good now?

Thanks for any and all input.

  • AChiTenshi
    link
    fedilink
    326 days ago

    Out of curiosity why do you not want snaps? I consider myself a beginner with Linux and would love to know what makes you not want to use them.

    • @[email protected]
      link
      fedilink
      5
      edit-2
      26 days ago

      Performance issues/bloated disk usage and their forced use within Ubuntu.

      The performance issues come from the fact that they run via virtualization. Similar to running a game on an emulator. This helps with compatibility, ie being able to run a Snap on an ARM computer when the native version isn’t available, but again, performance can take a hit.

      Bloated disk usage is a result of each Snap including all dependancies with the base package. For example, if two Snaps rely on the same font, you get two copies of that font. If two native packages rely on the same font, you get one copy, and they share.

      The forced usage literally boils down to this; on Ubuntu, typing “apt install example-package” actually runs the command “snap install example-package” (Edit: I should note this isn’t the case with all packages, but there are some pretty high profile ones on the list, ie Thunderbird). Canonical A; isn’t up front about this, therefor leading users into believing they are getting native packages when this isn’t the case, and B; make it frustratingly difficult to disable this behaviour and get only native packages

      IMO if a company creates a product and then feels the need to force and trick their users into adopting it, that alone is enough to discourage me from ever choosing it over the alternatives.

    • @[email protected]OP
      link
      fedilink
      226 days ago

      I don’t have personal experience with them, but I keep hearing they’re very slow to start.
      And I dislike them on principle, because Canonical tries to push snaps as the main distro-agnostic way of installing software, but they are hard-coded to only work with Canonical’s servers. It reminds me of the embrace-extend-extinguish strategy of Microsoft.

      • @[email protected]
        link
        fedilink
        English
        2
        edit-2
        26 days ago

        Snaps aren’t that slow anymore. They closed the gap a couple of months ago. (I still dislike snaps and ubuntu for pushing them)