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.

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

      Hmm, now that I think about it…not a whole lot. I’ve been running it stripped down to the bones for so long I just got used to it being like that, but by default it does tick all the boxes.
      I may have over-thought this one.

      • @[email protected]
        link
        fedilink
        422 days ago

        I’ve gone rogue at work and formated my windows laptop with Debian which I’m also extremely comfortable in with stripped down servers. Running Wayland and using Microsoft teams and tools via the edge browser (mandated) has been absolutely pleasant. There are still initial headaches initially setting everything up and getting the drivers to work and thunderbolt docks to work but now its awsome. Best part is the 10 second shut down time when I run between meetings.

  • @[email protected]
    link
    fedilink
    15
    edit-2
    24 days ago

    Debian ticks all of these boxes.

    Stable release

    Wayland or X Server

    It’s Debian, so literally everything is built for it, except maybe some obscure arch packages

    Has options for any DE you want

    Steam can be installed via Flatpak

    Only thing I’m not sure about is your air print stuff. I’m sure there is a package that a quick apt install would get, though.

  • Presi300
    link
    fedilink
    English
    622 days ago

    You are literally just describing fedora. So yeah, give that a try.

  • @[email protected]
    link
    fedilink
    424 days ago

    I got my start with Ubuntu and feel its still quite solid. Many say that Mint is a better Ubuntu than Ubuntu these days. Personally running popOS as I have their hardware.

  • @[email protected]
    link
    fedilink
    English
    324 days ago

    I usually do Arch myself these days and spent many years with Gentoo. So I’m not too terrified of breakage!

    I am putting together a Linux distro strategy for my company. I am the MD of a very small IT company in the SW of England. I already have my office manager asking me to liberate her from Windows! I recently had a techie asking me to help his transition! This is organic stuff and not pushed down by me. The techie is a dyed in the wool Azure lover.

    I am used to being patient. It took me roughly five years to get a helicopter company that I worked for back in the day (late 1990s) to use DHCP properly - ie let them “roam free” and let DDNS pin them down. Sounds a bit ridiculous until you encounter “enterprise” grade nonsense.

    I have set up laptops with most of the usual suspects and tried them out. However, I have to comply with Cyber Essentials Plus which is a UK standard. It is fine but rather Windows n that 'centric. That means I need full disc encryption and anti virus (AV) and Secure Boot. I got away with ClamAV in the past but ideally I get cross platform and that means ESET for AV/web etc. I use the usual Linux FDE.

    I also need to join an Active Directory until I have got rid of AD! Oh and there is Exchange.

    https://cid-doc.github.io/ - AD and Evolution with the EWS addon for Exchange.

    So I dive in with Kubuntu after trying Rawhide and all sorts. Ubuntu is flexible enough whilst being stable enough for me. For example, Kerberos is screwed for the Firefox snap. I need Kerb for auth to my corp websites such as our wiki. Mozilla does a PPA - I dump the built in FF snap and use the Mozilla blessed PPA. All documented and all controllable in an enterprise sense.

    Closed In Directory (CID) is a configuration for Linux boxes joining into the MS world. Its a super piece of work, getting Samba, krb etc all working together well, and with a GUI. You can run scripts from your DC for that GPO feel with it.

    My needs are a bit more corp than your gaming shenanigans but my notes might help you decide what you want, what you really (really) want (zigazig … ahhhh!)

    Ubuntu PPAs are a bit like the AUR for Arch … well you have to decide what you really want. You could start from scratch: https://www.linuxfromscratch.org/

  • AChiTenshi
    link
    fedilink
    324 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
      24 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
      224 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
        24 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)

  • Bobby Turkalino
    link
    324 days ago

    I know Gnome is in your less important list, but Wayland is in your important list, so I’ll recommend KDE Neon. It’s Ubuntu without snaps and moronic auto updates, so it really just feels like a more desktop-ready Debian

      • @[email protected]
        link
        fedilink
        224 days ago

        It uses pamac/pacman for packages like Arch. I believe pamac has automatic updates, if turned on.

      • @[email protected]
        link
        fedilink
        English
        224 days ago

        I’ve run Manjaro for various relatives with zero issues for about 5 years now. Most of them just hit the Update button in the notification tray when it shows up, or if I’m visiting I’ll update it, but it might go months without updates and just keeps working. But if you ingrain in your dad to just hit the button when he sees it, it’ll be fine.

        I quite like Manjaro overall. Lots of usability tweaks and low maintenance because it’s curated and not completely cutting edge on the latest packages. It works.