Today, I made switch to fedora silverblue and then rebased to ublue image because it has flatpak included in the image. I am also thinking about making my own image based on silverblue. there is a video made by bigpod a youtuber about how to make your own custom ublue image and I learned a lot from that video. I am using toolbox to install various software and I am linking it however I am thinking if toolbox consumes more RAM and CPU. I guess I will find out ones I install silverblue on my laptop with old HDD.

I downloaded my favourite browser from flathub. the flathub repo isn’t enabled by default in kinoite image of ublue. I have also find a way to export toolbox container to move it to different machine.

So yeah, I am liking it so far :D

    • whoareuOP
      link
      fedilink
      25 months ago

      I mean flatpak binary. Other people have mentioned that it’s already included in fedora silverblue. I didn’t know that.

      • @[email protected]
        link
        fedilink
        185 months ago

        I mean, it’s the main way of installing software in immutable Fedora distributions, so it would be very surprising if it wasn’t preinstalled.

  • @[email protected]
    link
    fedilink
    13
    edit-2
    5 months ago

    Doesn’t normal Fedora silverblue already have flatpak? Why did you have to rebase to ublue for flatpak?

  • @FutileRecipe
    link
    75 months ago

    then rebased to ublue image because it has flatpak included in the image.

    From Silverblue’s Getting Started Guide:

    Flatpak is the primary way that apps can be installed on Fedora Silverblue (for more information, see flatpak.org). Flatpak works out of the box in Fedora Silverblue…

    Just seems very odd to distrohop for one main reason (flatpak in this scenario), without even checking if that reason is available in your current distro…which it is, out of the box.

      • @FutileRecipe
        link
        45 months ago

        Yeah, I’m not saying it’s hard, just illogical. To me, it came across similar as: “I’m moving to this other distro because they have Firefox.” Your current distro also has Firefox, so why are you moving again?

        • @[email protected]
          link
          fedilink
          25 months ago

          For sure. I just meant that it’s just putting in a command and waiting for a bit, so I could understand doing it on a whim more than if it was a full reinstall. Doesn’t make any sense but it’s also not a big deal.

  • Lettuce eat lettuce
    link
    fedilink
    55 months ago

    I need to play around with Silverblue and other immutable distros. Been considering them for a family member that is interested in switching to Linux.

    Glad it’s been good to you so far!

  • smoothbrain coldtakes
    link
    fedilink
    45 months ago

    Silverblue rocks, I use it for my mission critical laptop.

    For gaming it’s hard to beat Arch, still, because of how much active development is being put in by people like Steam.

  • @[email protected]M
    link
    fedilink
    25 months ago

    I am also thinking about making my own image based on silverblue. there is a video made by bigpod a youtuber about how to make your own custom ublue image

    Before you create your own uBlue image, I highly recommend checking out some of the existing images here: https://universal-blue.discourse.group/t/list-of-community-created-custom-images/340 or here.

    Personally, as a gamer, I use Bazzite, but recently I’ve rebased to a fork of it with my own customisations, and it’s been amazing.

    Distrobox > Toolbox btw. Both use podman behind the scenes but Distrobox is a bit more easier to use/fleshed out for desktop usage (eg makes it easy to export/integrate container apps with your the host).

    I’d also recommend checking out Nix for installing any packages not on Flatpak or your Distrobox distro, as Nix has its own advantages since it’s you’re running real application binaries directly on your host OS, instead of an exported script (as in the case of Distrobox), so you get better/direct access to system resources and won’t face some of the quirks/bugs you may get from running a containerised app.