Then just install KDE in your Arch install. Or use endeavorOS with KDE, or any other Arch based OS with KDE. Don’t be dismissive of other people’s interests.
Then just install KDE in your Arch install. Or use endeavorOS with KDE, or any other Arch based OS with KDE. Don’t be dismissive of other people’s interests.
Settings live in user space. Software exist in containers like AppImage, Flatpak or Distrobox. If something need deep system integration, they can be layered on top of the system in the user layer. Immutable does NOT mean less control. Just exerting control over the system in a different, usually more systematic, automatic and deterministic way.
your base distro is immutable, then any extra changes go on an additional mutable layer
That is exactly how OsTree and other layering solutions work. Only Nix requires a whole distro rebuild.
There’s KDE Neon already. The whole point of this distribution is the atomic immutable part.
Maybe they’ll fix the sddm custom theming? It’s currently broken on all immutables and doesn’t allow custom themes.
You’ve never shared your intimate personal life with anyone? Your fears and woes, and happiness and triumphs? One of the wonderful qualities of deep friendship is the ability to withstand long stretches of being apart and still shine as brigth as the last time you met. I have a couple of people right now who I haven’t seen or talked to in years. But I have the utmost certainty that if I were to pick up the phone and write them “hey, can we talk?” I would get an almost immediate response, despite the timezones. And the conversation would flow as if we just talked yesterday. That, is friendship to me.
Just tried Heliboard, its glide typing support is experimental and requires hacking GApps to extract libraries or download someone’s else glide library from the internet. I guess my threat model remains for the time being.
This is when “could you please send that request on writing via e-mail” becomes really useful.
Oh no, orbit is actually quite hostile. Specially unexpected torque forces from spinning in unplanned ways. And there’s very little but definitely present atmospheric drag. Not so much from the density of the air but from the extremely high speed it’s moving. Then there’s orbital debris. Also extreme and fast changes in temperature from the sun. Not to forget cosmic radiation.
It’s not connected to the internet and doesn’t send or receive any telemetry at all. It’s API is very minimal as well. I fear Gboard to compromise me far more than this app. Keyboards don’t need internet connection.
Openboard with swipe.
It’s latin. Pause literally means stop in latin.
Well, it’s a movie about making movies, I think that choice is fitting.
Unfriendly reminder, and absolutely unfun fact, that torture’s entire point is to break a person’s will so they’ll say and do anything the torturer wants. So, if you can withstand days or just a few seconds is completely irrelevant. Even if you give up right away before the torture even starts, you’d be tortured anyways, because it’s not about the cognitive and rational surrender, it’s about the visceral subconscious surrender of agency to another’s will. Disregarding all rationality.
I can just use one drive
This is the real fuck up moment. Almost anything else would’ve had better UI and settings to warn you before you even made any mistake. OneDrive has an absolutely awful user experience.
What Apple does with iOS and macOS developers is straight up extortion.
Sorry, I was not replying to you (not an insult). I assume you are interacting from Mastodon from the format of the comment, and getting pinged on replies to other comments (?). I mean, you do you, absolutely not going to diss people who want absolute control over their system. But immutable distros are fundamentally an entirely philosophically different approach from how traditional Linux distros have been packaged and managed in the past. That said, I didn’t make the installers, I’m just reporting what has been my recent experience toying with immutable distros. The whole point is to automate as much as possible of the deployment and management of an OS, and do the least amount of tedious manual troubleshooting. If you don’t like that, all the other distros are still there, they haven’t gone anywhere. The current recommendation for Fedora Atomic based distros is to use specialized tools like Universal Blue that allows the user absolute freedom to deterministically configure a Fedora install that results in an immutable OS. And the installer is actually pretty flexible to let you choose how you want the disks laid out. But, the idea is that you should let the installer do its job, that’s for what it was made. If you want to do everything by hand just use Arch, that’s what Arch is for.
You should let the installer do the partitioning. Silverblue and immutable systems are nitpicky about it. Specially if luks is involved. The whole point is that you shouldn’t meddle with the system at a low level at all.
Did you reformat the disk before installing? I’ve seen similar fails when the disk is still encrypted. The installer can’t get a hold of a previously encrypted disk. If there’s no valuable data in the disk, load up a live distro run gparted and nuke the disk blank and pristine again, as gparted doesn’t care about encryption. Then try the installer again.
It’s not a flaw. Ostree is a last resort, you should be using containerized software. Layering a package should only be done when strictly necessary and not as the regular way to manage packages. If you need an overtly customized system, you use Nix or universal blue to design your new system declaratively and create your custom image.