• 1984@lemmy.today
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      12 days ago

      Just ask people here, people just love anyone who switches over to Linux and want to learn about it. Because we actually love this operating system. Its so good.

      When my kid started using Linux, once he knew how to start programs and install things, we went through where the files are on the file system and how to get there in a terminal. I think thats a good starting point so you understand the foundation of the system.

      And then go though a basic Linux command line tutorial to learn about the common tools for listing files, filtering results, renaming and deleting files etc.

      You can do that stuff in a graphical file manager too but you dont really get that understanding of how things work until you do it in the terminal.

      • Bluefalcon@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        The terminal commands is where I feel lost. I feel like Im trying to hack the main frame.lol just a bunch of typing and no clue what it means.

        • BombOmOm@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          12 days ago

          If it’s on the distros, don’t fret it too much. They all do everything, it’s just an initial configuration.

          I have been recommending Mint specifically, as it targets the average user with a ‘it just works’ mentality.

            • jivandabeast@lemmy.browntown.dev
              link
              fedilink
              arrow-up
              0
              ·
              12 days ago

              Third’d

              Mint or any other ubuntu-derivative distro is 10000% the move. I’ve been running ubuntu as my os for a while now, and I’ve spent nearly the last decade on linux (makes me feel old saying that lol).

              The other distros have a lot of strength, but at the end of the day i want to spend my time messing with things i want to mess with. I don’t want random weird issues that I have to constantly debug, and everyone can agree that stability is debian’s (and therefore ubuntu’s) undisputed strength

    • DarkAri@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      If you are new I suggest bazzite, and get lutris to install windows apps outside of steam. It takes care of most of the stuff and to install software, on bazzite you use “sudo rpm-ostree install <package name>” and then reboot because bazzite uses an ostree system, or just get it in a flatpak if available. Between bazzite and knowing how to install packages outside of the flatpak repository, that should cover most of your bases for a few years and you can learn other stuff when you have the inclination. ChatGPT is really knowledgeable about Linux since it’s open source. It’s often much faster than digging through forums just be specific when you speak to it.

      Also if you get your setup in a decent shape, you can shrink the partition and image it with dd with a single command, and then compress it to have a full system backup, which is basically your own image. Then you just write it back with a program like etcher later if you screw up your system and then just reexpand the partition to the full drive. If you get bazzite though you won’t have much need to use the terminal or install anything outside flathub which will keep you from breaking the system. Also update the system occasionally, to get security fixes once a week or two is probably fine if you don’t have open ports to run a server and aren’t running random software.

      • Hemingways_Shotgun@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        12 days ago

        Is this satire?

        Seriously, if I was new to Linux, coming from Windows, asking for a cheat sheet or Linux for dummies manual, everything you wrote would sound like absolute gibberish to me.

        If this was someone’s response to me when asking for advice I’d immediately reinstall windows where at least (from the perspective of a typical end user) they speak words that make sense.

        • dev_null@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          Also suggesting a gaming distribution to someone that gave no indication plays video games at all…

        • DarkAri@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          It’s the easiest way to get into Linux if you need good GPU support and I assume most people play video games. Bazzite is what finally got me into Linux because it mostly just worked out of the box which is something most Linux distros I tried before that never did. I would always end up breaking them in a day or two trying to get the GPU driver installed or something. Bazzite is really good for beginning users. Not the greatest for mid tier when you are trying to gain a deeper understanding because it replies heavily on containers and file system overlays.

          Also you have to remember that for people who aren’t ultra Linux nerds. It’s an incredible amount of work to get Linux to work. It’s often days of painful configuration and research per machine. This, and a lack of gaming support is the main reason I think most people avoid Linux, which is why I suggest bazzite, as the shit just works distro.

      • MrScottyTay@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        12 days ago

        You shouldn’t ever use rpm-ostree to install stuff with, as it can cause issues with future system updates.

        First port of call should be flatpaks in the bazaar.

        Second, look for flatpaks or appimages online.

        Third, use distrobox to install something via a different distro and export it as a shortcut to bazzite. I use arch in a distrobox, btw.

        • DarkAri@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          It seems to be okay for me, there is maybe a handful of things I install, and I don’t want fedora so much as that’s what bazzite is built on. If it breaks I’ll just move on as I’m getting a bit more familiar with Linux. I will probably install Debian or mint or something with a much more simple file system when this one breaks.

          • MrScottyTay@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            0
            ·
            12 days ago

            Even though bazzite is fedora-based you’re not really meant to interact with the fedora side of it all. At least that’s the impression I’ve gotten from it.

            • DarkAri@lemmy.blahaj.zone
              link
              fedilink
              arrow-up
              0
              ·
              12 days ago

              I dont think it matters really for installing little programs. You probably shouldn’t change your kernel or something. When you update the system it’s just using rpm-ostree and doing a standard update through the repos, then it updates flatpaks. On the steamdeck since it’s arch it will break pretty easily if you update the wrong thing, but bazzite is built in fedora.

              The rpm-ostree systems is also good for anything that breaks because it’s basically a snapshot system. Everytime you install something or update it creates a snapshot of your old working install which you can easily roll back to if anything breaks. You could use containers for stuff but that’s not really necessary. It does probably make the system more stable in ways but then you have to deal with the headaches of using containers and having everything isolated from each other. For web services though containers are worth it as it greatly increases the security of the system.

              • MrScottyTay@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                0
                ·
                11 days ago

                I installed some stuff with epm-ostree early on in my experience in bazzite and at some point i could no longer update. I had to do a rebase to sort it. Thankfully, that’s easy and pretty quick though.

                • DarkAri@lemmy.blahaj.zone
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  11 days ago

                  Interesting, this is one of the reasons I’m trying to sort of get everything to Debian eventually. I think complexity in software is often bad. Especially for someone like me who is always tweaking and changing stuff and trying things.

    • Kuma@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      Depends on what you feel lost about, if it is the basics in general then I would suggest you start of and read about the basics here https://labex.io/linuxjourney they write about the very basics in a very simple way. I think they did a good job, they start of with what Linux is, what distros are to commands from the most basics as how to navigate in the terminal to more advanced combinations. They also have vms where you can try out the commands if you haven’t switched yet.

      If it is a cheat sheet as in commands then i would say it is better to make your own of the commands you care about but you can start of by using other ppls list like this one https://www.geeksforgeeks.org/linux-unix/linux-commands-cheat-sheet/ but it can be overwhelming for you so use the linuxjouney first. Also it is very important to learn how to look up how to use the arguments in the terminal with man or -h to make it faster and less painful to use.

      If you are lost about programs then there are a lot of good GitHub pages that links to useful programs and cli tools, you just need to search for awesome Linux <what you want> list

      Examples:

      https://github.com/luong-komorebi/Awesome-Linux-Software You can use their web pages version too https://luong-komorebi.github.io/Awesome-Linux-Software/ https://githublists.com/lists/awesome-lists/awesome-bash

      Here is one for distros https://github.com/kolioaris/awesome-linux-distros

      Here is an example for customizing https://github.com/fosslife/awesome-ricing

      When looking for programs is it very important that you know what distro you are on, what desktop environment (like kde, gnome, xfce) and what window composition you use (usually Wayland or x11, x11 is older and is more compatible).

      So in short start of at https://labex.io/linuxjourney

      Then look up distros here https://github.com/kolioaris/awesome-linux-distros

      For new ppl do I think Ubuntu based is best because almost everything has a Ubuntu version, when you feel ready can you test out other distros. I haven’t tried bazzite, I started of many years ago on debian (a few random ones like arch and mint) and then pop os for many years and now cachyos, I liked my journey but that doesn’t mean it is correct for others.

      I would suggest to have all of your data you care about on a separate disk or have automatic backup of it so you can break your os without care. And if you start customizing would I suggest setting up a GitHub repo and commit your changes everytime you like what you see so it is easy to go back if you regret something.

      I hoped this helped on your journey, I didn’t want to overwhelm you so I hope I kept it simple enough :D

      • kent_eh@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        12 days ago

        If it is a cheat sheet as in commands

        With most modern distros, I would say that most typical users shouldn’t have to go to the command line any more than they had to in windows (which is to say very seldom).

        Yet there is that lingering reputation that you have to be some sort of command line guru to even think about using Linux- and that simply isn’t true. Hasn’t been true for decades.

        • Kuma@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          This is true, but I think it is good to know the basics because sometimes is it easier just like it can be easier in Mac and windows.

          I think it is good to know about the tools you have so you can do the best decisions for your use case.

          But like you said the terminal is not a must (for most) so if you feel uncomfortable about it then the terminal is not a reason to not switch to Linux.

      • Regrettable_incident@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        Thanks for that, I’ve saved your post for when I switch. My laptop runs windows 11 but I’m not enjoying the experience. Used linux a bit in the 90s but I’ve forgotten everything and will have to start from scratch. Yep, when I get some time I’m going to make the jump.

      • Bluefalcon@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        Im setting up a raspberry pi for media then switching my pc to linux. So it should be interesting. Thank you for all the great starting points.

        • Kuma@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          Glad I could be of help! Knowing the basics about the terminal (cli) will help you a lot with your raspberrypi when you wish to fix/change/do things on the fly. I often use ssh to connect to mine to do stuff from my phone haha

        • buttnugget@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          Dude, I’ve been using Linux for over 20 years and nowadays I barely need anything beyond what I do on Windows and Mac. Just remember that everything is a file lol

    • upsidedown@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      For all their faults, LLMs are pretty damn good at basic trouble shooting of Linux. Ideally prepare context for them with installation details. Use CLI client, recommend opencode CLI, plan agent is good to inspect the commands it will plan to run and let’s you inspect and think through what it is doing. Can also ask for clarifications along the way.

      It’s not perfect but very good.

      • NιƙƙιDιɱҽʂ@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        Honestly, if you go that route I’d probably recommend using an LLM only for information and asking questions, but run commands yourself and actually read it’s responses. If you don’t understanding something, ask for elaboration. Otherwise, you risk too much automation, letting it set up configurations you don’t have actual understanding of and making a spaghettified mess.

  • Kami@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    13 days ago

    Windows 10 died a few days ago, leaving users with three options: stick with the OS, upgrade to Windows 11, or switch to an entirely different platform like macOS or GNU/Linux. But months before Microsoft dropped support for the OS, Linux-focused companies were already campaigning to poach Microsoft customers and convert them into Linux users.

    The Document Foundation, the folks behind LibreOffice, started its push as far back as June this year, criticizing Microsoft’s decision to end support, which would render millions of perfectly functional PCs obsolete, and presented Linux as a cost-effective and secure alternative. We have also seen initiatives like The “End of 10” Campaign by KDE, making the case for Linux and providing guides and info on how to switch.

    Of all the projects trying to poach Windows users, Zorin Group might be the most aggressive, launching its biggest OS upgrade, Zorin OS 18, on the very day Windows 10 died.

    In a recent post on X, Zorin Group celebrated the launch of version 18, claiming that it hit 100,000 downloads in “a little over 2 days”. The company called it its “biggest launch ever” and claimed that over 72% of those downloads came from Windows.

    Zorin OS 18 just reached 100,000 downloads in a little over 2 days 🎉️

    Over 72% of these downloads came from Windows, reflecting our mission to provide a better alternative to the incumbent operating systems from Big Tech.

    Thank you for making this our biggest launch ever! pic.twitter.com/6U4h3EQ3dq — Zorin OS (@ZorinOS) October 16, 2025

    So what’s the big deal with Zorin OS 18? The new version comes with a redesigned desktop that feels a lot more modern. It uses a lighter color palette and a taskbar that has a floating, rounded style by default. The developers also introduced a much better window tiling system. If you drag a window to the top of the screen, a layout manager pops up, similar to Windows 11’s Snap Layouts. The main difference here is that Zorin allows you to create your own custom tiling layouts.

    As for Windows app compatibility, Zorin OS 18 now includes an updated version of WINE 10 for better support of Windows software. On top of that, there’s also an expanded database that helps when it detects a Windows installer. The system checks the file and suggests the best way to run over 170 popular apps, whether that means installing a native Linux version, using the web-based alternative, or firing it up through WINE.

    • unexposedhazard@discuss.tchncs.de
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      If just this one OS, that i havent even really heard of, hit 100k downloads in two days, then there must have been like 100M downloads in the last week or so for all linux distros combined. Now i wanna see someone try to aggregate all download numbers from the major distros into a time plot to see if there is a noticeable change.

      • Attacker94@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        13 days ago

        I think you’ll be disappointed, the zorin boost is due to their marketing as Windows esque, I believe they just tell people how they are like windows. Extrapolating downloads for more linuxy distros from one that is supposed to be windows:Linux edition is not going to work out very well.

    • Bloefz@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      “Zorin Group” never heard of that. Seems to be a shop that just wants to lift along with the Windows 10 discontinuation tbh.

      And if their selling point is running windows apps then they have no chance. You can’t get better at being windows than windows already is. You’ll always be one step behind the real thing.

      And really you don’t need to, most linux apps are much better now that windows apps are more and more dumbed down. Look at the “new outlook” for example. It doesn’t even do local storage anymore, you must import all your email into the microsoft cloud overlord.

    • Romkslrqusz@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      Windows 10 didn’t “die”

      Microsoft isn’t offering support for it, but their help was barely useful to begin with.

      There’s a few small hoops to jump through to enroll in the Extended Security Updates program, after which Windows 10 devices will continue to be functional and secure for at least another year.

      Ultimately, I’m all for folks going out and dabbling in Linux. Unfortunately, most consumers are interpreting this situation as a requirement to rush out and buy a new Windows 11 PC and that’s bad.

      • DarkAri@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        It’s okay, Microsoft can’t hurt you here anymore. You have just been living your whole life in an abusive relationship. It’s okay we will be nice to you.

      • Attacker94@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        13 days ago

        There are two massive hoops as far as I am concerned, no local account & ms office forcing the use of one drive. I know these arent that big of an issue for most people, but I will never do either of those things.

          • Attacker94@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            13 days ago

            I’m not all too familiar with mass grave, but it does seem like a similar loophole to the win11 updates without TPM 2.0, in that it works but ms doesn’t want it to, so you may run into the issue of your system bricking or ms holding your data hostage. Also as far as I can decipher ltsc only fixes the security issue, as far as I am aware the one drive push is still there regardless of version.

            All in all, I believe that there are workarounds, but if ms is so keen on making it this hard to stay on win 10 I would rather just take the adjustment period to a Linux distro.

            • altkey (he\him)@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              0
              ·
              13 days ago

              IoT is Internet of Things, devices where you usually don’t know there is even Windows to begin with, due to some McDonalds Menu Picker overlay or whatever. There is no market for Microsoft acc or OneDrive as they are by themselves are rarely meddled with and are installed en masse. They would get security updates for 10 another years. But besides some differences, only corpos and no end user have a reasonable access to said release, so if you may be checked for legitimity of your software e.g. you try to use it in your business and get caught, it’s obvious you haven’t bought keys for it. So it’s for personal use only.

        • WhatGodIsMadeOf@feddit.org
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          13 days ago

          One big thing you are forgetting is that half these people aren’t even aware they even exist as people or know what real freedom is.

  • tensorpudding@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    13 days ago

    I guess it is the year of the Linux desktop for at least some people.

    I’ve used Linux desktop in various forms for just over two decades, this has to be the fourth time it felt like Linux was having its chance to seize marketshare. Each time it ends up not being the mass adoption that people hope for but it feels like the community grows each time so I think it is neat nonetheless.

    • Fmstrat@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      I’m ok with that. You hit a point where a community sustains, and is good. Lemmy is a great example of that. Often, when it grows past that, it can become… unsavory.

      • MonkeMischief@lemmy.today
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        Often, when it grows past that, it can become… unsavory.

        Exactly! Like the Internet, Linux is for anybody! . . .but not necessarily everybody.

    • other_cat@piefed.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      12 days ago

      Anecdotally, I was tinkering with it earlier this year and finally stopped being lazy and flipped my main PC over. After I talked about it enough in my friend chat, three more friends followed suit and a fourth is going to soon. It’s not just the end of supporting Windows 10, it’s all of the repeated bugs, glitches, and AI garbage Microsoft has been pushing everywhere so aggressively. People who would likely only rate themselves as “mildly” tech savvy are sick of it and willing to make a move, I feel.

  • Ultraword@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    13 days ago

    I’m all for Linux adoption. However, seeing less tech-literate people feel as if they have to choose between an unsecured device and spending money they don’t have on a new Windows 11 machine really makes me angry.

    Most won’t understand what no more security updates mean, and some overreact and get really worried.

  • McWizard@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    12 days ago

    I really really hope, Zorin brings up a screen and says that it has detected a “legacy application” when it proposes better alternatives…

  • Quazatron@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    13 days ago

    I’m old enough to have seen this “flocking” several times. Some people stay and are pleasantly surprised. Most people go back a few weeks/months later, and leave a “Linux suxx” post behind them. I don’t expect this time will be any different, and that’s totally fine.

      • Ilandar@lemmy.today
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        I think it’s easily good enough for general use. It’s only certain types of gamers (anti-cheat support is still pretty terrible), and people who are heavily attached to a specific Windows program that they spend a lot of time using, that will have trouble switching across full time. For everyone else, Linux is superior because it runs so much faster than the now incredibly bloated Windows. Depending on the distro, it’s also arguably simpler than Windows too.

        • DarkAri@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          0
          ·
          11 days ago

          Most anticheat actually works fine on Linux like 99%+ of games with anticheat. It’s just a handful of titles which I don’t even like anyways, except maybe GTA online that don’t work. It’s also not a limitation of Linux but an intentional choice made by those developers to disable it on Linux. Their stated reason is because it’s easier to edit memory and stuff on Linux, so they rather just ban Linux all together instead of banning cheaters or region locking games where cheating is common, like in China. I think the real reason rockstar does it is because they have big investments in Microsoft or something. Either way I have no desire to support windows, there are plenty of games that I play, nearly all of them in fact, that work just fine on Linux. There is like maybe 2 that won’t.

          • Ilandar@lemmy.today
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            11 days ago

            This isn’t true and dismissing the anti-cheat issues because you don’t play these games is quite ignorant when they are some of the most played in the world. Just off the top of my head, all Battlefield games, PUBG, Apex Legends, Valorant, Rainbow Six Siege, Escape from Tarkov, League of Legends, Fortnite, Destiny 2…

            • DarkAri@lemmy.blahaj.zone
              link
              fedilink
              arrow-up
              0
              ·
              10 days ago

              What? Nothing I said was untrue not a single thing. You are just making up stuff which is honestly pathetic. How about tell the truth you psycho? Also all those games suck, and pubg worked the last time I played it so I don’t even believe your list. You are probably lying about that too.

              Most of those games actually used to work just fine until they intentionally made them not work on Linux.

              That’s why saying the anticheat doesn’t work on Linux is misleading and wrong. It works on Linux just fine, they just choose to make it not support Linux with a configuration option.

      • AlfredoJohn@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        12 days ago

        I mean I love linux but the biggest hurdle is that certain software/games just aren’t compatible. I use my pc for sim racing in vr a lot. With no ability to use iracing or my vr in linux I’m stuck. While I hate Windows and would prefer to use linux, I’m not going to abandon my hobby and all the equipment I have for it just to use an os I prefer. Throughout many different domains of use for a computer their are many different variations of stories like mine. Until the software and games people use can be supported in the linux ecosystem ‘good enough’ never happens. Like for basic computer use linux is already better than good enough its fantastic, it just works has intuitive user interfaces the bones of the OS are there. The problem is that many companies and software providers just aren’t filling the gap that is the needs beyond basic web browsing, media playback and, playing older/indie games without anticheat. Without the substance people expect it doesnt matter how good the bones of the system are they are gonna be trapped in windows and linux will be stuck as the outcast programmers and enthusiasts use while knowing they have to still use windows for the niche use cases they have. And time and time again, eventually running 2 systems gets tiring and linix use/adoption slows back down again.

      • P03 Locke@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        12 days ago

        I agree. This time, it’s actually different. Big name streamers and YouTubers are showing their support. Not just people in the tech industry, but random channels like EmKay and PewDiePie.

        Linux is better than ever. Steam is a breeze. Wine support has never been better.

        Meanwhile, Windows has more nasty surprises, underhanded backstabs, and security nightmares than ever before.

        • djdarren@piefed.social
          link
          fedilink
          English
          arrow-up
          0
          ·
          12 days ago

          Dankpods has gone in on Linux too. He did a video about building a Bazzite PC a couple of weeks back.

          • Bloefz@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            12 days ago
            • Ads all over the place (and a start menu full of crapware)
            • Telemetry you can’t completely turn off anymore (the only thing I’d respect is a license check)
            • Constantly putting edge back
            • Forced MS account and removing ways to bypass it
            • Cloud upsells
            • Forced updates “do this within the next 2 days or else…”
            • “Copilot copilot copilot”
            • FreddiesLantern@leminal.space
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              12 days ago

              -we heard you like search bars so we added a search bar next to the menu containing a search bar.

              -open wide because here comes the unwanted update train.

              -you want to do thing with file?

              No, bad user. Play candycrush instead.

              -that’s an impressive machine you have there. Would be too bad if someone were to slow it down with tons of bloat.

              -Telemetry? At good ol MS? Never.

              -oh but all the W10 menus you love are still there, it just takes a rainforest expedition to get there.

              -Just buy a one drive subscription and walk away.

              • balance8873@lemmy.myserv.one
                link
                fedilink
                arrow-up
                0
                ·
                12 days ago

                So, to really be sure i get it: adding two search bars is an underhanded backstab?

                Now I see why I didn’t get it, the definition being used is literally insane.

                • FreddiesLantern@leminal.space
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  12 days ago

                  Please make sure all your drivers are up to date and your screen is set to the correct resolution because it seems to be that you’re missing the bigger picture.

                  “Underhanded backstab” being the correct expression or not aside=> W11 sucks ass imo, get mad if you want to. (Something tells me this isn’t about proper word choice for you though, but feel free to correct me on that if that is a thing you care about)

              • Bloefz@lemmy.world
                link
                fedilink
                arrow-up
                0
                ·
                12 days ago

                Yeah that search bar, so useless because the start menu itself is a search bar if you simply start typing.

            • balance8873@lemmy.myserv.one
              link
              fedilink
              arrow-up
              0
              ·
              12 days ago

              I uh…don’t have any of those experiences personally but that isn’t really the point. I asked for underhanded backstabs.

          • 4am@lemmy.zip
            link
            fedilink
            arrow-up
            0
            ·
            12 days ago

            Ads. Steering me to store all my data in Microsoft’s cloud where they do (or inevitably will) scan it for profiling, AI training, government surveillance, etc. (which also annoyingly locks file handles when documents are open). Shoving AI into every product, even when it’s completely useless. Sunsetting useful products. Changing license terms for paid products, forcing subscriptions. Requiring online accounts only and eliminating workarounds. Removing features and replacing them with incomplete UI offering less control. Massive security holes. Annoying patch/upgrade system that interrupts me while I’m working. Flaky, bug ridden tools (Teams, etc) And updates that break hardware.

            • balance8873@lemmy.myserv.one
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              12 days ago

              Yes, I find Linux terribly unusable on my laptop, way too many driver issues, hard to get into a secure state, and I miss apps like signal (no official build) mpc-hc (the replacements are all trash) and a functional version of thunderbird (lol at the tray icon third party implementation that just doesn’t work). Etc, etc. I don’t have a ton of unique needs but I do want theto work

              ^and this is of course with KDE, gnome is all that but with just a trash user interface. How many gestures do I need to use to make my computer treat me like an adult ffs.

              It’s still of course on my server (an old laptop which ironically can’t be used as a laptop because at some point after some random update the login service broke and won’t accept input from the keyboard lol) and other headless devices I don’t have to actually use, thank god.

                • balance8873@lemmy.myserv.one
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  edit-2
                  12 days ago

                  The signal org produces a debian-compatible package and an apt server. I suppose there are hoops to jump through to make that work reliably on other distros but by that point my interest in using Linux was dwindling. (I actually moved for the performance benefits which didn’t materialize I think due to linux’ piss poor memory handling – I have a pretty low end laptop with only 16 gb of ram. the above we’re all just issues along the way).

      • Matriks404@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        I think a lot of people expect Linux to work like Windows, and that’s why they go back to Windows, even if some stuff is easier on Linux.

        Many of us probably remember times when we tried to download random applications through a web browser, because that’s what Windows expects you to do. People will try that, and be confused, why stuff breaks or not work at all.

    • Holytimes@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      Desktops only frankly became remotely useable to normal people with recent revisions of things like kde…

      Between that and software actually finally started becoming remotely reliable in like 2022-2023 for your avg windows user.

      Comparing the past to now is not reliable fair.

      More progress towards making things normal user friendly have happened in the last 3-5 years then the last 20.

      • Nibodhika@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        Let me guess, you might have tried Linux on n the past but only really started using Linux full time around 2021/2022, because every time I see someone saying “Linux only became user friendly around year X” is always around a 1 year mark after they started using it daily, because it’s a lot more a matter of being used to than actual usability. I have been using KDE since 2004, and while things have changed it wasn’t all that much, I don’t remember any big usability refactor or anything of the sort happening, I’m fairly confident that if I were to put you to use a KDE 3.5 UI you would feel right at home.

        • Damage@feddit.it
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          Yeah of all the potential Linux issues you could point out, DE usability really isn’t on the map

    • warmaster@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      I was one of those nomadic users, every year, since 1998 with Mandrake Linux.

      I have always been in love with the idea of an open source OS, but if I couldn’t game and work on it, it wasn’t ready. Every year, until Valve made it easy to game on Linux.

      I made the switch when Proton was released and never looked back.

      My point is, every time users go back to Windows, they have their own personal reasons, but those will some day not be the truth anymore.

      • Bloefz@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        12 days ago

        Gaming for me is the only thing I don’t use Windows for. But for gaming I still do. Because I mainly game in VR and that’s still so far behind on LInux :(

        But I have 20 odd computers in the house so it’s easy to have one with windows around (two in fact, another old one with Win 10 LTSC for programming some old radios).

        I love KDE for all the options it gives 🫶 I don’t like Gnome, Systemd and all the other redhat influences but they are easy to avoid these days.

        • MonkeMischief@lemmy.today
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          Because I mainly game in VR and that’s still so far behind on LInux :(

          This is a major sticking point for me too. I’ve got a dusty Win10 partition I haven’t booted in ages, and I was keeping it around mainly for VR, but then Microsoft had to go and just extinguish that too.

          Monado is making impressive progress but it’s a huge pain because they have to reverse engineer stuff with zero help from the manufacturers, instead of simply interfacing with the hardware.

          I refuse to let Meta have any of my money though. I hope a good affordable VR kit comes out that isn’t another hyper-proprietary blackbox.

          • Bloefz@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            10 days ago

            I think it will. I agree about Meta, though I’m too much of a VR fan to not have one 😳 And Pico isn’t any better (owned by bytedance). Vive is very focused on business (like large events with multiple people running around with headsets) these days.

            • MonkeMischief@lemmy.today
              link
              fedilink
              arrow-up
              0
              ·
              10 days ago

              I don’t blame you. I’m even tempted to get a Quest-something unit secondhand or something, if only because I’m pretty sure they’ve cracked it a bit better on the Linux side.

              They’re making some progress on WMR’s controllers right now but they’re the most troublesome. Hand tracking works now! But a lot of games expect button input.

              Seriously, we just need a good code leak or something so that hobbyist VR peripherals become more commonplace. Right now everything is focused on establishing lock-in to walled gardens instead of interoperability.

              VR hardware should be just like getting a monitor / keyboard / mouse / flight stick / whatever, but they want to make it closer to a smart TV / phone so they can push you to throw it out and buy a new one every 6 months.

              • Bloefz@lemmy.world
                link
                fedilink
                arrow-up
                0
                ·
                9 days ago

                Yeah I agree, Meta specifically bought meta because it is Zuckerberg’s obsession to own a mainstream computing platform. Microsoft own Windows. Google owns Android. Apple has their own platforms. All of them are deeply entrenched. But meta never did. So the emergence of metaverse was Zuckerberg’s chance to jump into that, this is why he went all-in on it. But this is also why there’s so much lockin on the Quest :( Even though it’s based on Android technically.

                I totally agree it should be standardised and some movements have been made to that effect with OpenXR and the like. But nobody big from the industry really stands behind it. OpenXR is more a developer-side thing than a client-side anyway.

    • mybuttnolie@sopuli.xyz
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      my buddy wanted to switch from w10 to mint and i tried to recommend kubuntu because of wayland, i told him mint will be laggy because he has many screens with different refresh rates and mint can’t handle that. he wouldn’t listen, installed mint, and a few weeks later went back to w10 raging how linux suxx it’s so laggy. could’ve just installed kubuntu but no, it had to be w10.

        • mybuttnolie@sopuli.xyz
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          oh, always thought it was an x11 issue and affected AMD too. well anyway he’s broke and he got a high-end nvidia gpu for next to nothing so I’m not going to even try to convince him to get another gpu

        • cdzero@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          11 days ago

          Seconding this because I have had that issue. Switched over to an AMD card and life was good.

    • HeChomk@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      12 days ago

      I’ve been trying to switch to Linux for at least 5 years. I wouldn’t say it’s any better now than it was then. I desperately want to love Linux, but it fights me at every step of the way. As a media pc… I have had zero success using it as a media pc. My one requirement is an on screen keyboard, but it doesn’t come with one, and all the offerings I’ve found are shit. They won’t work in some windows, or at all.

      As a laptop… This has been the most successful. I’ve not had any real issues with Linux on various laptops, other than finding replacements for certain windows software, but that’s not really a Linux problem.

      As my main pc… Gaming has been fine. Hdr has only really recently become a thing, and it seems fine. However, I’m constantly coming across stupid things are ARE a Linux problem. Downloading and installing software has too many methods. I understand downloading a file to install something. I understand downloading a script to install something. I even understand why you’d need to make that script executable before it’ll work. I don’t understand what to do with a bunch of random files that claim to be an installer but don’t seem to have an install script or a .deb package. I don’t understand why once I map/mount a network drive, it fucking disappears after a reboot and needs to have the mount process be automated at every reboot.

      Linux is just hostile to users. And while it is, it’ll never massively succeed.

      LTSC is a much better option.

      • Damage@feddit.it
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        I understand downloading a file to install something.

        That’s a terrible start.
        Software installation sources by priority:

        1. Package Manager
        2. Flatpak
          (Graphical utilities like Discover unite these two)
        3. AppImages downloaded from the browser
        4. Rpm/Deb packages downloaded from the browser, but really should be avoided
        5. ONLY IF YOU REALLY KNOW YOUR SHIT YOU CAN RUN SCRIPTS TO INSTALL STUFF

        You can add other stuff like toolbox after n.2 once you’ve got more experience.

        • HeChomk@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          12 days ago

          Your reply seems to insinuate that all the software I could ever need will be included in the package manager. That’s just stupid.

          I agree with your order of preference, but when I start having to scrape the bottom of the barrel to find what I need, it becomes hostile.

          • Damage@feddit.it
            link
            fedilink
            arrow-up
            0
            ·
            12 days ago

            Your reply seems to insinuate that all the software I could ever need will be included in the package manager.

            Why would I make it a list if that was true? It would be just “1. Package Manager”

            That’s just stupid.

            If you smell shit everywhere you go…

      • reddifuge@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        Thanks for the opinion Bill.

        For anyone wondering, linux offers over a dozen virtual keyboards and btw they aren’t called on screen keyboards. All of them work great. And lots of distros come with one included.

        • prunerye@slrpnk.net
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          Hold on. I’m as much a Linux fanboy as anyone else, but can you name one OSK that supports swiping to type?

        • HeChomk@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          12 days ago

          You are the exact personification of why Linux won’t catch on, and Linux users are seen as mlady neckbeards.

          On screen keyboard is a descriptive term. You’re nitpicking to sound superior.

          I have tried a number of on screen keyboards and can assure you, that on my system, they do not work.

          Go fuck yourself.

      • Quazatron@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        Each person knows what it feels more comfortable with.

        Linux is not inherently hostile, it just has a very different way of doing things that what you’re accustomed, so you perceive it as hostile. It is sometimes easier for someone who never touched a computer to learn Linux that someone who grew with Windows to unlearn the habits.

        There’s nothing wrong with feeling comfortable in Windows, it’s the system you grew up with and know how to work with and maintain.

      • Stamets@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        12 days ago

        Same. I loathe Linux. I’ve been trying to use it since I was 19, periodically installing one distro or another, and I hate it. I absolutely hate it. I’m not saying it is bad or anything but I do not have the patience to fight with an OS over every tiny thing or having to look up a guide for every installation or having to double check what will work and won’t because you’re going to need a container.

        Linux, I’m sure, is great but it’s also one of the least user friendly operating systems out there, regardless of Distro. I keep trying to use Linux Mint and it keeps driving me up the fucking wall. Either Linux supports nothing without a battle or nothing supports Linux without a battle and I’m not remotely interested in fighting with my PC to do something simple. The second that that shit gets sorted is the second I’ll be fine.

        • Damage@feddit.it
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          Well that is a weird experience. I can imagine having issues with one device or one or more applications, especially when trying to use windows software in Linux, but having to fight everything seems… Extreme.

      • balsoft@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        12 days ago

        Windows, starting with 8, is inherently hostile to its users in ways that are very difficult or impossible to mitigate. It’s a black box of complicated machinery, a lot of which is trying to spy on you, steal your data, show you ads, upsell you on their stupid cloud services so that they can steal more of your data, etc. At this point, disabling all of this is really difficult and unreliable.

        Linux on the other hand is like a box of spare parts that you can build whatever you want from. You really do need to read the manual, or else whatever you build will look and work like shit. However, if you do build something good, it’s yours now in a way that a proprietary OS never will be.

    • Sir_Premiumhengst@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      12 days ago

      But this time Linux actually plays video games right out of the box. No trickery. Just install steam and the rest of the experience is smooth as butter

        • eldavi@lemmy.ml
          link
          fedilink
          English
          arrow-up
          0
          ·
          12 days ago

          this was so surprising to me; my favorite game (tropico) didn’t have blinking tiles/polygons on my linux rig than it did on windows.

          it was super strange because i put linux on my old windows laptop and it also got the blinking; but the game got better when i bought a linux-only laptop with zero proprietary stuff on it (not even the bios). go figure.

            • eldavi@lemmy.ml
              link
              fedilink
              English
              arrow-up
              0
              ·
              11 days ago

              yes and not the way you’re probably thinking: the last windows rig had a dedicated nvidia card (i forget which) while the linux rig had a cheapo integrated intel gpu and the intel gpu it performed MUCH better like i described.

              it could also have been the maturity of the nvidia driver back then, but then again it was the same game on both machines so it wasn’t that far apart in age-wise.

                • eldavi@lemmy.ml
                  link
                  fedilink
                  English
                  arrow-up
                  0
                  ·
                  11 days ago

                  i was going to argue that there’s no way that it was ten years ago before i realized that the tropico i liked was released 11 years ago. lol

                  afterall: 1999 was only 15 years ago too. lol

    • miraclerandy@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      I’ve looked at Linux for years but it was always so intimidating to me. I finally installed it when my pc was being aged out of windows 10 and honestly it’s really fun to play around with even though I’m not super tech savvy. It’s easy enough to find a solution online if I run into any problems and everything is free!

      • Nibodhika@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        This is usually the case, people make it a monster in their heads but it’s not bad as long as you’re willing to accept it’s a different OS to be used differently.

    • poke@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      Many people will definitely go back, but the percentage staying might be better this time around. Linux has gotten a lot more usable and stable for those tech inclinced enough to be able to install it thanks in part to proton, immutable distros, flatpacks, Wayland, and improved defaults. Mint and bazzite are pretty darn good for daily use. I’ve never stayed on Linux as long as I have with this run, and I really don’t feel much of a push to leave it. Most everything I want to do just works.

      • Quazatron@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        I agree, I notice more new blood around Linux compared to the previous “OMG, Micro$oft suxx, let’s all ditch Windoze!1!!” craze (I guess it was Win8.1 -> Win10, maybe?)

    • Chloé 🥕@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      many people will go back, but of these, i’m sure many will also come back eventually

      i’ve tried a bunch of distros in my last 2 years with windows. many didn’t satisfy my needs at the time, so i stayed on windows.

      but now, it’s been over a year since I definitely switched to linux, and over 6 months since i nuked (accidentally, but shhh) my windows partition. and i don’t plan on going back anytime soon.

      • JasonDJ@lemmy.zip
        link
        fedilink
        arrow-up
        0
        ·
        13 days ago

        Yeah it’s been a long road for me to be fully Linux on my personal systems. I think I started messing with Linux circa 1997 and didn’t switch over fully until I think Windows 7 went EoL.

        • Chloé 🥕@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          12 days ago

          right now im on Fedora KDE! it works well enough for me, it’s modern, it looks good, and most importantly (for me) it supports fractional scaling well (my laptop needs fractional scaling and that’s been the thorn in my foot for a while)

          • Zoot@reddthat.com
            link
            fedilink
            arrow-up
            0
            ·
            12 days ago

            I love and hate bazzite. It’s still what I use daily, but man is it weird. Just small little bugs, an it is an immutable os so that threw me off, couldn’t do my wild an whacky project but atleast most everything worked right out of the box!

  • Fijxu@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    12 days ago

    Bro I’m not going to wait 15 seconds to read that article fucking cloudflare, takes years to complete on a smartphone.

  • HiddenLayer555@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    13 days ago

    Stop calling yourself a “refugee” when big tech fucks up something you were using. Your privileged ass has no idea what it’s like to be a refugee and being inconvenienced by having to switch software is not it.

        • DarkAri@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          12 days ago

          I’m not trying to insult you just make you and others laugh. Its kind of a stupid joke but maybe you are taking this place a bit too seriously. The world is fucked up we need a laugh sometimes. This is one of the only places on the internet where people would actually care about something like a refugee.

          • AbeilleVegane@beehaw.org
            link
            fedilink
            arrow-up
            0
            ·
            12 days ago

            Being an edgelord on someone voicing an opinion about something serious can be construed as very unfunny, I don’t know why you seem defensive, you are the troll in the situation.

    • Luffy@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      13 days ago

      This.

      For Years, you had the Option to use Linux. Since the release of the win 11 beta, Linux has not made any relevant big steps. The leopards have simply decided to eat your face this time.

      • JoshCodes@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        12 days ago

        So we’re bashing the people who installed Linux now if they used something else first? What, if they’ve ever used windows we should send them to the Gulag? Wtf is this take? Like hey you dumb fucking person who finally figured out how to get away from the corporate software you were taught to use in high school, you are FuCkInG iGnOrAnT for putting yourself in this position in the first place!!1!

        Let’s not talk about the multi billion dollar industry spent locking people into an ecosystem from day 1, because blaming high schoolers and teenagers for not switching to an OS best know for running web servers is an awesome use of our time.

        Speaking from experience: no one thinks about operating systems as much as we do. We are not the norm. Most people don’t want to use the computer to begin with, but conceded its faster than hand writing everything. The guy who paved my driveway will never install Arch, because he only uses the computer to get paid. My office’s cleaner doesn’t understand how computers can even be unsafe.

        When I went to primary school we had windows computers. Same thing in high school. In uni, because I did comp sci, I used Linux and found it was better for me. 350 people went through first year with me. Most of them continued using Windows, although a good chunk used Mac too. Like 10 of us used Linux. It is easier not to switch and that’s not going to change. So can we stop having a go at people for not having the same interests as us, because that’s the only difference.

      • Nora@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        13 days ago

        I mean I switched my work computer to Linux and risked being reprimanded/ losing my job because I’m never using windows ever again in any capacity.

        I feel like that’s a little bit closer to a refugee lol. Luckily so far no one has seemed to notice or care.

        • Nibodhika@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          12 days ago

          I worked for almost 2 years at a company with my Linux PC, until one day I requested a laptop for travel and they were shocked that I didn’t had one, I asked for one with Linux but was told that that’s not possible, that they only had windows laptops. I thought, okays this is temporary, as soon as I’m back from traveling I’ll return the laptop and things will be back to normal… when I came back and wanted to return the laptop they said that that was my work computer that I should use for everything, I was like, “you do realize our work runs on a Linux server, right?”. But nope, I had to use the Windows laptop until I quit a few months later. I knew of at least a couple other devs who were running Linux, but didn’t say anything because then they would be forced to switch too, but at my exit interview I remarked that forcing me to use Windows was part of the reason I had left.

          I guess my point is maybe don’t make a big fuss and don’t try to convince HR people about it, they just don’t understand.

          • Bloefz@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            12 days ago

            I work in IT (security). The reason they are so adamant on Windows at least in our place, is because it offers so many opportunities to go BOFH and lock everything down so much so the user can hardly do their job :) No other OS offers that, even Mac.

            They think they need this to be secure. I beg to differ but unfortunately Microsoft is constantly feeding them with ‘best practices’ and other BS.

      • Bloefz@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        12 days ago

        For Years, you had the Option to use Linux. Since the release of the win 11 beta, Linux has not made any relevant big steps.

        I would argue it doesn’t need to. It’s pretty perfect these days as it is, especially with KDE (and the great thing about it having so much control over how your computer works and feels, Windows can never offer that).

        • Luffy@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          12 days ago

          Thats what I mean, in the last few weeks/months, there was no big thing that win users needed to be able to switch.

          Linux in a vacuum is a great OS, and what it cant do in the context of Windows is more a „Proprietary formats and software being Industry standard” problem than a Linux problem.

          I’m not saying that everyone should just abandon the standards , but that if you need to have these standards, nothing is going to change in a production envoirment that magically makes Linux work for you (in home you can argue about VMs and proton, but that’s not a valid tactic for companies), and you need to keep using windows.

          And the other way around, if you don’t need any of these standards, you don’t have any reason to still use Windows, except that you don’t want to change.

          • Bloefz@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            12 days ago

            Yeah and also, many of the drawbacks of windows don’t really apply to companies. All the AI and MS account crap? Just switch it off in intune and M365 portal. Telemetry you can minimise with group policies. Crapware you can simply not install. It costs money? Sure but at a corp level so does Linux because they always want to pay a vendor so they can blame them when something goes wrong.

  • nek0d3r@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    12 days ago

    I finally dumped Windows for KDE Neon on my desktop and my Surface about 5 months ago now. Never looked back.

      • nek0d3r@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 days ago

        It’s the Laptop Studio 1, and strangely enough, it’s about flawless! The Surface kernel drivers are really good, and my model just so happens to have full support. The only gotcha is that howdy (Windows Hello style unlock using IR camera) doesn’t really work with KDE Plasma. The touchscreen will also pick up your palm as regular touch input, but a good palm glove solves that.