I've been a long time user of Debian + Gnome, but I've recently been using Fedora KDE spin as my daily driver just to mix things up a bit. I'd say Fedora is on par with Ubuntu with not having to tinker too much. The only thing I think I've had to really intervene with is getting the Nvidia driver going. Everything else I use just works, and there are plenty of packages available in the repo(s) for anything I'm not building myself.
linux4noobs
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
Have you looked at tumbleweed? I've been using it without major issues for a few years across different devices. Perfect integration with plasma, rolling but stable distro, built in rollback feature, it's great
Manjaro! I can't run the KDE version myself, but I have both heard and seen good things about it.
I've been using Manjaro with KDE for a few years now. It works smoothly, I never ran into any issues with it.
The pacman
package manager is pretty nice, too, I found it faster and easier to use than apt-get
, and the provided packages are always kept up-to-date. Updating the system (even installing a newer Linux kernel) is very simple and works reliably. So you always have the latest version of your apps, the kernel, and the DE.
In the rare occasion that a program is not available in the official repositories or the community-maintained AUR, you can also install snap
or flatpak
packages.
And since Manjaro is derived from Arch, you can use the Arch Wiki, which is very useful when you want to set up a database, use the android debug bridge, install another package manager, or do anything else less than trivial.
Kubuntu is fine if you don't mind the direction that Canonicla is heading.
Moving from Ubuntu to a debian based distro makes sense - a lot of stuff is familliar. Base debian is fine, but MX is a little more friendly. They have a KDE image here: https://mxlinux.org/download-links/
I've been using Fedora Kinoite and I love it. I wanted the same use case you wanted. Pretty much something that gets out of the way and keeps on working.
Too be fair, I was mostly inspired to use it because of the Steam Deck. Kinoite is an immutable OS, so it will prevent you from modifying core system files accidentally. It does have a small learning curve, such as learning flatpak permissions and using Distrobox/Toolbox to install cli applications, but I mostly use my computers as a gaming station where I chuck steam, a browser, and a few other tools in there and leave most things as default.
I always feel like my OS is "clean" despite having used it for a year, which is really cool. I'm curious what others might think of it as an easy distro though (it is for me, at least)
As someone who can't quit KDE because of KDE connect, my go-to is debian. Debian 12 is an outstanding release, it's stable, and it works. The only gripe is that debian famously has later releases than most distros, which can be a problem if you need a recent version of say, go or rust (you can still install manually but apt exists for a reason), but in general it's not that bad and it's of course a tradeoff between recency and stability.
As said my sibling comment, I use KDE connect with GNOME shell
You don't need to use KDE to use KDE connect. 😉
I am using it with i3wm.
Happy DM hoping. 😊
Holy hell
For managing non-distro versions of language runtimes I suggest rtx.
$ cat .tool-versions
python system
nodejs latest
rust system
elm latest
$ rtx current
python system
node 20.5.0
rust system
elm 0.19.1
$ rtx local go@latest # go gets installed
$ which go
/home/andy/.local/share/rtx/installs/go/1.21.0/go/bin/go
Very nice!
Unfortunately my go use case requires my go install to be default (I patch it to gradually remove dependencies on the kernel - it's not going well) but for anyone doing something sane this should be very useful.
If you don't mind having some outdated packages (or using nix for the few you want to be most up to date) then you may find Debian works best for your needs. Manjaro's also a solid choice but the team behind it have been in some drama over the past few years so more people are saying to avoid it these days.
You could use Arch, its installation is nowhere near as difficult as people often state (it's also got much easier in recent years) but I don't think it'd fit your "it just works" needs. It does "just work" once properly set up, but the issue is making sure it's properly set up. If it's your first time doing that extra bit of configuration then you're bound to miss a few things