MajinBlayze [any, he/him]

  • 0 Posts
  • 19 Comments
Joined 10 months ago
cake
Cake day: September 16th, 2023

help-circle









  • I’ve been running kinoite on my laptop for a short while now, and I wanted to address a few miscellaneous things.

    First: I recommend trying the out of the box experience for a while before going far customizing it. For example, someone mentioned your filesystem layout with subvolumes: that’s the default in kinoite: home, var, and root are in subvolumes.

    Second: Wayland either is or is about to be the default in fedora (I’m running the beta for the next version, and it’s Wayland by default). Try it and see if you have issues before trying to switch to x11.

    Flatpak is your first stop for installing software on kinoite, but the fedora repo that’s configured by default is missing a lot. If <your favorite search engine> shows software available that you don’t see in discover/flatpak, you need to add the flathub repo, which is easy to do, but not obvious (to me) that it wasn’t the default.

    Finally, Nvidia experience might not be good ootb. You might need to take extra steps to get the proprietary Nvidia driver.

    Good luck with your endeavor!

    Edit: Firefox

    I don’t understand why the default install of Firefox isn’t the flatpak version. Switch to the flatpak version and you won’t have to worry about codecs.

    Lol, I just noticed that this thread is 3 weeks old… How is your setup working out?









  • Yeah, podman’s networking approach sent me back to docker as well. I have a bunch of services that don’t even expose their ports to the local network, they just connect to each other, and only the reverse proxy is exposed. Switching to podman would require me to reconfigure all my port mappings to make sure there aren’t any conflicts, and then update all the references. It’s not a ton of work, but enough to keep me on docker for the time being.

    edit: It looks like podman’s networking stack has changed since I used it, so this is almost certainly wrong now