Personally I haven’t. While Linux is imperfect, choosing the right distro makes the rest of the experience straightforward. And with it’s whole complexity, I find Linux more user friendly than Windows. Even driver issues, broken shadow file ownership and KDE specifics only made me more confident about my choice to use Linux after I solved everything.

OQB @[email protected]

  • dax@feddit.org
    link
    fedilink
    arrow-up
    1
    ·
    14 minutes ago

    Is it perfect? No. It does have bugs and issues which can be hard to track down. But it is free, respects my privacy, respects my choices, doesn’t use dark patterns, doesn’t contain ads, has lots of options to configure it, it’s super fast… so I love it.

  • Malyca@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    44 minutes ago

    I’m going to make the switch but I find the sheer number of distros overwhelming. I only know unbunto, but everyone says it’s shit. Just gotta do research.

  • quick_snail@feddit.nl
    link
    fedilink
    arrow-up
    3
    ·
    2 hours ago

    Hardware acceleration sometimes makes videos play at low frame rates.

    But overall much better than every other OS I’ve tried

    • Phoenixz@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      52 minutes ago

      And tgstd only because manufacturers are assholes with their support for open source drivers

  • Mio@feddit.nu
    link
    fedilink
    arrow-up
    1
    ·
    2 hours ago

    Not on the kernel itself, just a minor bug that got fixed in the next release but could still choose the older kernel until then. OOM sounds like a bad idea when running out of memory - let the user chose what program to stop and handle it gracefully. Picking random process is bad. Others? DRM video at 1080p does not work on raspberry pi and it is not Linux fault really. Transition between X11 and Wayland took a long time to happen. Needed it earlier. Like before Ubuntu MIR. What impressed me is Linux and live cd. It is golden. Be able to surf the web while installing or just troubleshooting. Tiling Windows Manager and you can do whatever you want and customization.

  • arcine@jlai.lu
    link
    fedilink
    arrow-up
    3
    ·
    3 hours ago

    Yes. Bluetooth has never worked correctly for me, NEVER.

    Across multiple distros and multiple adapters, I’ve gotten various problems. Right now on NixOS, reconnecting a peripheral never works, I get an error that br-create-socket failed, and the only solutions are to restart the computer or forget and re-pair the device. I’ve gotten this error on two completely different Bluetooth adapters.

    My Bluetooth works perfectly on Windows. I don’t know why Linux is so finnicky about it.

    • merc@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      1 hour ago

      Is it a bluetooth issue itself, or an issue with the drivers for that particular bluetooth hardware. Imperfect drivers has always been an issue under Linux, and will remain an issue as long as Windows has over 90% market share.

  • Katherine 🪴@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    If you’re not disappointed at something with Linux, you’re lying to yourself.

    And I love Linux and wouldn’t use anything but.

  • quick_snail@feddit.nl
    link
    fedilink
    arrow-up
    1
    ·
    2 hours ago

    I’m disappointed by the number of packages that aren’t signed by developers.

    Or that go with less secure package managers like flatpak instead of just working with Debian devs to add it to the official repos, because apt is actually secure.

    Overall Linux has shifted over the past 10 years to be more of a dangerous place to download software. So more like Windows and Apple.

  • irelephant [he/him]@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    11
    ·
    9 hours ago

    Trying to find the path of a mounted USB stick is painful as well. Is it at /mnt, /media or /run? Who the fuck knows.

    At least with windows you just have drive letters

    • DupaCycki@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      6 hours ago

      If we’re comparing Linux to Windows, then it should be noted there’s Plasma and Gnome that will auto-detect any USB stick in existence and show you its path in the GUI.

        • Kimplul@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          5 hours ago

          Does lsblk not work? I checked on my machine and it shows the correct path, assuming you know your stick is sdb or whatever. Something like lsblk -o MODEL,MOUNTPOINT is (generally) a bit more clear but admittedly getting into the ‘pain’ territory.

    • the_riviera_kid@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 hours ago

      Oh god this one, I never understood why mounting drives in Linux needs to be so convoluted. It’s the whole reason my NAS is running on LTSC. Adding drives to my NAS under windows is literally plug and play where as with linux theres always some bullshit.

      I have neither the time nor the inclination these days to troubleshoot that bullshit.

  • Firnin@feddit.org
    cake
    link
    fedilink
    arrow-up
    1
    ·
    6 hours ago

    I’m now completely free from Windows in my personal life. After running Linux on my notebook for years and occasionally dual-booting on my Main PC, I purged the Windows partitions back in March and switched over to Bazzite. Everything works like a charm - with Firefox being the only exception. I can’t get the new profile manager to work in the flatpak version or native via rpm-ostree. I have a workaround using distroshelf, which is not perfect (e.g. not being recognised as a browser by the “Webapps” application) I never had any problem with this feature on my Notebook (EndeavourOS). Anyone with similar experiences?

  • AwesomeLowlander@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    7 hours ago

    Not being able to use middle click as a scroll tool. For an OS that’s supposed to be about user choice, this option is stupidly baked into the depths of the kernel.

    • cybervegan@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      6 hours ago

      It’s because X-Window, the original Unix (and thus Linux) desktop system, supported 3 button mice WAY before Windoze did. It used it for the clipboard paste operation; you highlight some text in one window, and it’s immediately put on the clipboard; then when you middle-click, it’s pasted into whichever window is under the mouse pointer. Most old hand Linux and Unix users like this behaviour.

      It’s been optional, and configurable for a long time. It’s mainly controlled by the receiving window’s configuration, but you can set it globally to do just about anything supported by your version of X-Window, including to scrolling. It’s been like this since about the late 1990’s, but it’s just not the default behaviour, probably because for much of that time, most Linux users preferred the X-Window behaviour.

      • AwesomeLowlander@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        6 hours ago

        ‘Kernel’ is probably the wrong term to use. ‘Not easily user accessible setting’ might be more accurate.

        but you can set it globally to do just about anything supported by your version of X-Window, including to scrolling

        I’m not aware of any way to get Windows-style autoscroll on any distro without a lot of hacking. That was my takeaway from when I spent several hours researching this a year ago.

    • dafta@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 hours ago

      It’s not a kernel thing, more like a libinput thing. Libinput has an option to make it autoscroll, and if you’re on KDE, you can find the setting under mouse settings.

      • AwesomeLowlander@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        6 hours ago

        Libinput allows you to activate omnidirectional scrolling by holding the middle mouse down, which is not the same behaviour as windows / (mac?) . It’s confusing since both features have the same name.

  • DupaCycki@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    6 hours ago

    With Linux itself or with the broader realm of ‘Linux software’?

    By itself, Linux is a fantastic family of operating systems. Has never failed me and probably never will. At least not until I care enough about differences in userland handling in Linux vs FreeBSD, for instance. And even then, I might just switch out of preference, and not because one or the other disappointed me.

    As for broader Linux software, or GNU software, or just FOSS in general - by far the biggest potential issue is probably systemd, and it’s still meaningless for the vast majority of users. Other than that, my personal biggest issue was Hyprland breaking completely after updating. But it’s not a super major issue, because I can just use Plasma instead.

  • irelephant [he/him]@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    ·
    9 hours ago

    I’ve definitely had consistently less issues with dev stuff on linux, but Bluetooth is consistently lacking.

    And I don’t know if I’d be able to get wifi drivers working on this laptop again if I had to reinstall

  • pelya@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    10 hours ago

    I am deeply disappointed in the Android flavor of Linux. 17 years of development, and your phone still does not have a terminal app built into the OS.

      • pelya@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        7 hours ago

        Available only on select Pixel phones, and the virtualization API that makes it possible is available only to preinstalled system apps.

        So no, you cannot install Ubuntu image onto your Samsung phone, you specifically need to buy the newest Pixel.

          • pelya@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            4 hours ago

            Yeah I can, but soon I won’t, because Google will block all apps not installed from Play Store, and Termux cannot be compiled for new Android versions because of Android ‘security’