I’m bored and want to practice my Rust skills. I am the creator of open-tv. If you have any idea for a linux desktop app, even if it seems quite complex, I will take it.

  • theshatterstone54@feddit.uk
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    Yeah, but how about Yast for all??? How about taking what Yast does, and replicating it for Debian-based or Fedora- or Arch-based distros? They all use Systemd and they are all pretty similar in everything, except the package manager, package availability, and release cycles.

    • BCsven@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      I wish it was more widespread. I have a debian server, and a NixOS machine besides my OpenSUSE machine. I miss YAST2, it makes everything so easy

    • Takios
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Don’t think it would be that easy. What Yast does is creating a middle layer between the actual config files and the user. You can look at it, most (if not all) of it is stored in /etc/sysconfig. Yast generates the actual config files out of what is stored there. This can be a headache because editing the config files directly will sometimes lead to them just being overwritten bei Yast again.
      This is probably the reason why other distros don’t even want to adopt Yast, it would have to fundamentally change how it interacts with the config files.
      And the cool new thing is Cockpit anyway, even though it can do only a fraction of what Yast can last time I checked…