Wherever I wander I wonder whether I’ll ever find a place to call home…

  • 4 Posts
  • 1.98K Comments
Joined 2 months ago
cake
Cake day: December 31st, 2025

help-circle

  • Oh, that makes sense. I have EndeavourOS with KDE as my desktop environment, but I’m still learning what’s plasma vs. kwin vs. sddm vs. x11…

    Like I get one’s the graphical shell, one’s the window manager, one’s the desktop manager, and one’s the compositor, but what each one does and how their responsibilities differ is still kinda foggy to me.

    It makes sense that neon is the distro, though. That makes sense because I saw it listed as an option when I chose Endeavour.









  • What does AI-booted mean? The boot process is deterministic. Why does it need AI?

    I don’t want my bootloader to be creative or generate novel outputs. I want it to boot quickly, reliably, and the same way every time unless I change something I probably wasn’t supposed to.

    What part of that could AI even be conceivably inserted into?

    “Initializing gobbledygook— not just a process, but a the first of many processes which will activate in sequence to bring your computer from powered-down to ready-to-use! Beep boop.”






  • I use Endeavour, btw. I have yet to hear someone shit on it.

    I’m already planning to use kup and vorta for backups.

    It seems I can enter sleep mode from my login screen, but I have to be careful not to jiggle my mouse at all while clicking “sleep”. So I’m going to make a rule to disable mouse wakeup. And if I want to make it sleep from the lock screen I have to add a rule to polkit, which is kinda lame but whatever.

    And I initially changed my username in the settings but I still had to run “sudo usermod -d newname -m newname” to update the /etc/passwd and home directory, which I had to do from an alternative admin account. Then I did a “groupmod” and “chown” to update my group name/ownership.

    I almost panicked at first though cause all my folders were empty, but it was just a shell of my old directory. I had to manually edit the shortcut pathways to the new directory and all my files were there!

    Then I did a “grep -i /home/oldname” to find any leftover places, but it was mostly present in .local/share/ for app configs, .cache/ for things like “recently used”, and my backups folder. Just a few places I need to look at today to make sure everything is fine.

    Oh, and if you have any custom scripts, services, cronjobs, or symlinks containing absolute paths, you need to manually edit those too! But my system is still pretty fresh so I don’t…