• trevor@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 months ago

    I’m using Bluefin, and it’s really cool, but sometimes I wish I could scrap the immutability because installing certain apps is excruciating.

    Yes, I know how to use distroboxes and rpm-ostree, but certain applications straight up won’t work if you can’t write to certain directories.

    I hope they can solve this problem, although I’m not sure how.

    • randomaside@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      6 months ago

      I think immutability is the point of this particular distribution. There are definitely some kinks but conceptually I really like what they’ve done.

      I’m curious, what apps are you having issues with specifically?

      • trevor@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        6 months ago

        For sure, immutability is a point of the distro, but I have other reasons for using it. Namely, hardware-enablement and nice dev experience additions.

        There’s definitely value in immutability, but sometimes I wish I could temporarily disable it so I can do what I need to, while easily retaining those changes on updates.

        The main program that I’m unable to install is espanso. It’s an open source text-expansion program that has become invaluable to me and the way that I type.

        I can build it from source, create an RPM for it, and even try layering it with rpm-ostree, but even then, I have the problem of missing libraries, like wxGTK*. Sure, I can technically manually acquire those libs and use ldconfig to configure them in a writable directory, but at that point, you’re basically suffering through a dependency nightmare that isn’t worth maintaining.

        For stuff like that, I really wish that I could just scrap the immutability and simply install some more system-level packages like that more easily.

        EDIT: I forgot to mention that the reason I can’t simply layer the wxGTK* libs and the RPM manually: espanso requires slightly different versions of the libs, and if I could simply symlink the newer versions that are available in the Silverblue repositories to the slightly older versions that espanso requires, I could probably get it to work.

        • j0rge@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          6 months ago

          bluefin co-maintainer here. espanso is a hard one, we have an open issue on getting it to work because it’d be something awesome to include. We might end up needing to package it but haven’t had a chance to look deeper into the issue.

          • trevor@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            2
            ·
            6 months ago

            You are an absolute king for this! I assumed it was too niche to have it included, but if you’re willing to consider bundling espanso in the Bluefin image, I can look into trying to solve for this.

            • j0rge@lemmy.ml
              link
              fedilink
              arrow-up
              2
              ·
              6 months ago

              Yeah it’s 2024, this stuff should just be built into the OS! I’m at kubecon so don’t have time to look into it now but it’d be an awesome thing to have, we’d love the help!

        • Fisch@discuss.tchncs.de
          link
          fedilink
          arrow-up
          2
          ·
          6 months ago

          Didn’t know about espanso but I’ve actually searched for something like this a while back but found nothing. So thanks for mentioning it, definitely gonna give it a try.

          • trevor@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            6 months ago

            I forget, to be honest. That was the first thing I tried but I did that weeks ago and have given up since then.

            I want to say that it might have been the fact that I’d have to install and enable a GUI environment in the container, which would be, at best, odd, but at worst, buggy, since espanso would be interacting with the GUI in the container environment, rather than my host.

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    Very very cool!

    Tbh I am on Ublue Kinoite and nix just broke and seems extremely hacky. Also no idea how to remove nix again, there seems to be no way?

    The ujust vs just is kinda confusing.

    Boxbuddy is really cool, but distrobox and Konsole works just as well.

    You know what? I will write a script that automates

    • creating a distrobox box
    • creates a konsole profile to open it
    • adds a desktop action to konsole to launch it
    • jack@monero.town
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      6 months ago

      Nix broke for me on various distributions, I wouldn’t use it.

      Enter “ujust” (in the ptyxis terminal) and you will see lots of script names made by the ublue team, e.g. “ujust distrobox-assemble” will create a new distrobox for you automatically.

      “just” is the standalone program without the scripts from ublue. No need to use it if you don’t have a usecase.

      There’s probably also a “ujust remove-nix” command or something to remove nix.

      Don’t use konsole, use ptyxis, it has profiles for your distroboxes automatically.