I am currently running Xubuntu on all my systems but there are so many things that feel rather unstable/buggy - I am sure it is not all Xubuntus/Xfce’s fault, but my knowledge is limited so I just attribute it to that.

Therefore, I am currently considering switching to Fedora. I feel like it is time trying out a new desktop (KDE) and a more up to date kernel. I am not entirely sure what I am hoping from this post, but maybe a “yea, it is worth it” would ease my mind a bit.

Also, I am a bit unsure how to easily move between them (programs and data).

To name a few of the bugs I encountered in the past:

  • When connecting screens, quite often the created profile is ignored, screens get disabled, overlapped, … By applying the profile multiple times eventually you can overcome this issue
  • Dell specific: Webcam does not work, system sometimes freezes after closing the laptop lid even if sleep mode is deactivated
  • Certain shortcuts are bugged (WIN+Left works, WIN+Right doesn’t. When you reset WIN+Right, it works until the next restart)
  • Kongar@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 小时前

    I’ve tried most distros over the years. I liked arch with gnome, but maintaining it was a bit of work. And then I realized that when I was done setting it up the way I liked it, I was essentially just building fedora workstation. So I switched a few versions ago and I haven’t looked back.

    Fedora is boring, like sometimes too boring. But then I remember that’s what an os is supposed to be. I now run it on all my PCs and it’s what I install on family members PCs. (Yup it’s even done well with windows converts who don’t know anything about linux - their transition has been easy)

    Issues I have encountered:

    1. Rpmfusion is a must, otherwise the distro doesn’t handle much. It’s also the best way to nvidia.
    2. i still run into the odd codec thing even with rpm fusion-I just use VLC and it works fine
    3. it took me a while to figure out that the fedora based flatpaks are not always the same as the flathub versions. For example, back to point 2, the fedora flatpak of VLC is missing codecs while the flathub version works with everything.
    4. i don’t like how flatpaks update automatically. I’m sure I can stop that behavior but I haven’t bothered to look into it yet. It manifests itself with steam. The flatpak updates but the main system has not. Steam then has driver differences which leads to processing more shaders and sometimes outright conflicts and my games default to the integrated gpu. This is always fixed by simply updating the system, it’s never a real issue. But sometimes I don’t want to update, I just want to game.
    5. it’s got some funny ways of doing things. Always worth googling before you do something. For example, the way you update grub, there’s a special fedora way to do that. They push Podman instead of docker and despite what they say, it doesn’t always build cleanly - just use docker. That kind of stuff.

    What I like about fedora

    1. It’s boring and “just works” not even mint “just worked” as good for me
    2. the upgrades between versions are boring and non events. It works if you go into detail cleaning up old things from the command line, it works if you just click the “upgrade” button in the gui.
    3. its not bleeding edge but still pretty new. I’ve thrown some brand new hardware at it and it was supported, whereas all other distros failed except arch
    4. It’s cake to maintain. Updates don’t require the attention arch does, and honestly I’ve had more issues with Ubuntu updates. It sets up btrfs by default - some may see that as a detriment - but it sets you up nice for snapshots and whatnot right out of the box.

    I say give workstation a shot and give it a little time to get used to things. Definitely do rpmfusion. It’s the one time I’d recommend just jamming commands into the terminal exactly like the website says without thinking. (You still have to read the website for the right commands). Good luck!

    • VoxAliorum@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      5 小时前

      Thanks! rpmfusion sounds super helpful:

      RPM Fusion is a repository of add-on packages for Fedora and EL+EPEL maintained by a group of volunteers. It distributes packages that have been deemed unacceptable to Fedora for various reasons, such as patented codecs, nonfree drivers, or tainted software.

      I will definitely take a look at it. Knowing about a few oddities definitely helps, too.

    • TerHu@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      5 小时前

      This comment very much resonates with me. been distro hopping for a while, with ubuntu, arch, debian, and nix. fedora has been very awesomely boring, with the caveats mentioned above.

      codecs were confusing at first, just like flatpaks.

      in just one way my personal preferences differ here. i love using podman and always try using that first, and only then switch to docker if necessary. i also use fedora on my work laptop, and was surprised how many more steps it took for my colleagues to get podman running well. (still more enjoyable than docker imo)