Huge shootout to the Distrobox devs, you saved my day :)

I brew beer as a hobby. I’ve been using Joliebulle 3 for close to 10 years because it’s FOSS and super simple to use, and I’m too lazy to switch to another brewing app. It’s been unmaintained for almost 5 years, but it wonderfully does exactly what I want from a brewing software. I was missing this crucial “piece of equipment” since I migrated to Fedora.

Brew day is tomorrow. I forgot to look into it until it was almost too late.

  • @jaykstah@waveform.social
    link
    fedilink
    351 year ago

    This is one of those things that I’d come across and went “huh thats pretty cool” then promptly for got about, so this is a nice reminder about distrobox haha

    I’ll have to go back and mess with it, such a cool tool to have

    • @aleph@lemm.ee
      link
      fedilink
      3
      edit-2
      1 year ago

      Same here. It’s a great tool but I’ve never found a real-world situation where I actually need it.

    • @SymbolicLink@lemmy.ca
      link
      fedilink
      181 year ago

      From a user perspective, Distrobox is a tool that lets you “spin up any distro inside your terminal”.

      You can basically create a mini Linux environment of any distro that you can access through the terminal. You can set it to share your home folder, our create a new home folder just for that mini environment.

      Behind the scenes Distrobox is creating and managing containers through Podman or Docker. You could technically achieve the same thing by manually setting up Podman containers, Distrobox just makes it very easy to create and maintain those containers with the correct permissions. It also has useful tools where you could install an app in a Distrobox container, but then add that app to your host OS app list.

      This makes it especially useful for immutable OSs. Instead of adding packages to your base OS, which should be kept as minimal as possible, you can just install them in a Distrobox, so your host’s root filesystem is unaffected.

        • @SymbolicLink@lemmy.ca
          link
          fedilink
          21 year ago

          In a way, but chroot only isolates file systems (process only has access to an isolated “root” which isn’t the actual host’s root). Rootless Podman/Docker goes a few steps beyond and utilizes cgroups, and user namespaces to isolate not only file systems, but also processes and networking.

          Here is a high level overview.

          And another one from Dan Walsh.

    • @Kekin@lemmy.world
      link
      fedilink
      English
      31 year ago

      Yes. I run VS Code in an Ubuntu distrobox, with the electron wayland flags. Works real nice. KDE Wayland btw.

      • redcalcium
        link
        fedilink
        English
        2
        edit-2
        1 year ago

        VSCode is an electron application, right? Electron apps use xwindow (or xwayland) unless you launched them with certain flags. I’m interested to know if native Wayland app actually works. Or is it possible that distrobox is actually use xwindow and pass everything to the host’s xwayland process? Can’t seem to find anything about it in the docs.

        • @rainier@lemmy.world
          link
          fedilink
          English
          51 year ago

          Yes, VSCode is an electron app, and I use flags to launch it with Wayland. I export VSCode to the host system with the flags attached, so that VSCode automatically launches in Wayland. The command I used: distrobox-export --app code --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform-hint=auto"

          • redcalcium
            link
            fedilink
            English
            31 year ago

            Interesting. I’ll have to try this when I got the time. Thanks!

        • @Kekin@lemmy.world
          link
          fedilink
          English
          21 year ago

          I’m pretty sure it’s wayland because on KDE wayland, with 200% scaling, when the cursor is over an xwayland window, it looks blurry. This doesn’t happen on wayland windows. Also for some reason electron and chromium based apps run at 60 fps on wayland, while xwayland apps run at 144 fps as it should, and my VS Code in the Distrobox with the wayland flags also runs at 60 fps. Weird KDE stuff.

  • @SymbolicLink@lemmy.ca
    link
    fedilink
    6
    edit-2
    1 year ago

    I daily drive Fedora Silverblue on my laptop and distrobox has been great.

    I have layered only two packages: USB Guard and Distrobox. I run syncthing in a rootless podman container, and the rest goes through Distrobox.

    I was even able to setup ProtonVPN in distrobox and it functions as if it was directly installed on the host (just need to map your home folder and some permissions).

    I hope that immutable becomes either the standard or at least all major distros start offering it as an alternative. Makes everything foolproof and makes me much more willing to try new packages and tools because I can always just roll back.

    The only thing that would really make it perfect is if files in /etc/ where also handled in a similar manner. IE: Can make changes to configuration files, and easily roll back to defaults at any time.

    • @dieelt@lemmy.ml
      link
      fedilink
      21 year ago

      I run zfs on my (two) Debian boxes (a thinkpad x1 and a home server). Installing it as the root filesystem was a bit tricky but once it’s done it has been flawless for me. I run the server using 2 ssd in mirror for /etc and all those, and then a couple disks in raidz for data. When one of the root disks died I just swapped it and re synced and was up and running in not time. Unfortunately the laptop only has a single ssd so if that dies I have to reinstall and restore from a backup.

      The cool thing is that I can just take a snapshot before messing around and the restore if anything breaks. It has been a really nice experience and I recommend it! I know it’s not the same as an immutable distro, and I tried silverblue but it’s too different from what I’m used to :-)

      • @SymbolicLink@lemmy.ca
        link
        fedilink
        21 year ago

        Silverblue + ZFS would be a match made in heaven, unfortunately Fedora makes it really hard to do ZFS reliably, too many kernel updates that break ZFS. This would be an even bigger nightmare on Silverblue given the distribution model.

        If only ZFS was part of the Linux kernel 😑. maybe one day

  • @wmassingham@lemmy.world
    link
    fedilink
    51 year ago

    Does it not run on Fedora? You could probably use alien to convert the deb to an rpm. Or just unpack the tgz on github and run it: https://github.com/314r/joliebulle/releases/tag/3.7.3

    It looks like there’s also a version 4 that’s still FOSS that I assume would be targeted to new platforms. But I only know enough French to get the gist of their site, I don’t know the more technical words to figure out what’s changed.

    • WFHOP
      link
      fedilink
      51 year ago

      I tried running the tgz a few months ago. It needed a shitload of deprecated python dependancies, I’m not well versed in python so after the 10th pip install I gave up.

      Version 4 is unfortunately closed source and paid.

    • @woelkchen@lemmy.world
      link
      fedilink
      21 year ago

      I had a quick look at the PKGSRC on AUR. It uses QtWebKit which is the biggest stumbling block, given that most or perhaps even all distributions killed that for security reasons. I recently found out that an “AI and automation” company forked and revived QtWebKit, so there is a tiny chance distros will package it again but don’t hold your breath. There was a promising fork once and I’d guess there will be an attitude by packagers that they’ve fallen for a fork before and that never got off the ground.

  • @lemmybrucelee@lemmy.world
    link
    fedilink
    41 year ago

    Whatcha brewing? I’m about to transfer my first lager using novalager to the secondary. Got pretty good attenuation and may have gone overboard with the whirlpool hops lol

    • WFHOP
      link
      fedilink
      11 year ago

      Today I’m making yet another variation of my witbier, this time with kweik and lemon balm.