You skipped a step or two in your podman setup I think. Look up the rootless instructions, and make absolutely sure you have installed the right uid/gid packages for your distro.
I used to spend an unhealthy amount of hours customizing my desktop (Plasma) just to distrohop and repeat that cycle one million times. Then I just got used to the vanilla state of Plasma, and now I really don’t care about that at all.
For people that still care and distrohop, there’s a tool called “konsave” which allows you to save, restore and export specific Plasma customizations (settings included). You only have to reinstall themes you had to install as a package/compiled it.
user@hostname:$ ls /etc/subuid ls: cannot access ‘/etc/subuid’: No such file or directory user@hostname:$ ls /etc/subgid ls: cannot access ‘/etc/subgid’: No such file or directory
Well, that’s your problem. sub?id is what defines which uids and gids are available to a user for purposes of making user namespaces. It’s strange that those files don’t already exist; useradd should create them automatically. What distro are you using?
Regardless, you can create those files yourself. Here’s a line from subuid my machine: administrator:100000:65536. The first field is the username (you can also use a uid), the second is the starting uid for the block of uids, and the third field is the number of uids in that block. So uids from 100000-165535 (inclusive) are allocated to the user administrator.
I tried some distros but always went back to Ubuntu and then I settled there. Until like 3 days ago. I installed Parch (basically Arch with a GUI installer) and I think I will stay for the AUR.
You’re going to get a million answers, mostly people saying to use which distro they’re currently using. In my experience, KDE works just fine on any distro that allows you to install it out of the box, so I would choose based on other attributes of the distro, such as:
Package manager: which are you used to?
Update cycle: KDE 6 is out soon, so you want something which updates often enough to get it fairly quickly (at least semiannual).
Stability: unless you want to have to manually maintain your system and learn how it works, avoid arch and arch-based distros. I have run it, its fine, but it’s not “normie”, and unless you really know what you’re doing, daily driving it can be stressful. Manjaro has the same issues, but takes away some ability of the user to fix them.
For instance, I personally like Debian and apt, but I would not recommend base Debian right now, since KDE 6 is about to come out and Debian will take a loooong time to get it. I have not personally used Kubuntu, but if it gets rid of any the bloat canonical has been adding to Ubuntu lately, it sounds pretty good to me.
Yeah, Kubuntu’s fine. It has some of the Snap stuff, but the “minimal install” greatly strips down unnecessary bullshit to the point where I even find vanilla Debian Plasma to be more bloated in comparison.
I used Kubuntu for most of my time on Linux before switching to Debian. Still fully recommend it as a basically “plug and play” distro with a quick installer that works OOTB.
There’s also a KDE-specific backports PPA which gets you new Plasma and Qt stuff fairly quickly, but that works best on regular releases rather than LTS releases. (The only issue is that, because it uses Launchpad, the Plasma updates can be super fucking slow to download, regardless of your network speed).
Then again, if someone’s going to be using LTS versions only, there’s not really that much of a difference between it and Debian Stable in terms of DE updates.
Kind of, but it’s from my FreeBSD days. It was early 2000s, and at that point I’d been using it since version 3.3, and I was toying with 4.4, and I was getting into kernel optimization. I started removing the things I didn’t need.
A lot of it was simple, such as firewire support, etc. Then I came to the section about peripherals. “AT keyboard? Yup, that’s going”
Welp, turns out PS/2 keyboards were built on top of the AT keyboard subsystem. Luckily I could SSH into it and revert the change.
linux
Newest
This magazine is from a federated server and may be incomplete. Browse more on the original instance.