• weird grab bag

    You don’t mention whether that is adherence to the FHS or denial of it.

    One of those options is, to be clear, violating a standard.

  • Gobolinux is interesting for sure. I kinda feels similar to nix and guix, but more primitive if that makes sense.

  • ~] cd /
    /] ls
    Programs
    Users
    System
    Data
    Mount
    

    very macOS-like, wish this would take over. am a convert from that side of the fence and tried a decade or so ago to reform linux by way of symlinks to something similar to this but gave up after a reinstall or two, too much hassle. just like CMD-C/V, relearned the new way.

  • 5 hours

    If you want different programs to have their own file structure, there’s always NixOS. It’s not as readable, but every package has its own directory in /nix/store.

    • “This small thing does low-level thing different. Try huge pile of things instead.”

      That’s like a vegan reommending Islam instead of eating meat.

      • 3 hours

        Ehhh… I was more going for someone saying they like vegan foods and responding with “ooh, have you tried this recipe?”.

  • TIL about GoboLinux. This is a cool idea.

    As a long time Linux user, I’ve always found the file system layout to be a bit esoteric.

    What are the criticisms?

    • TIL as well. Biggest disadvantage for me would be not having ~/.config for easy access to most of my config files. ~/.cache is pretty convenient too. My ideal filesystem layout might include these directories but combine the program root directories into one.

      The structure of GoboLinux reminds me a lot of Flatpak.

      • Is the home folder structure different on gobo as well? I never used it so i don’t know but on NixOS and Guix for example only the root file system is different, your home folder is like any other distro.

    • The main one that I’m aware of is that Gobo relies on a lot of symlinks to make their folder structure work. The traditional hierarchy is still there because a lot of programs have been designed around it. It’s just hidden.