Let the apologists have a field day in the comments.

  • droans@midwest.social
    link
    fedilink
    arrow-up
    2
    ·
    20 hours ago

    Yeah something like that should be doable but it would require that programs provide a schema and the OS to have a way for the programs to “announce” themselves so it can be aware of the configuration files and the schema.

    I’m sure some project could create a GUI that could cover the most common applications, though.

    It’s always fun trying to set up a program, learning the config syntax, running it, having it fail, and then spending an hour debugging before you realize it never even read your config changes because you were supposed to use one of the other half dozen conf files it has spread all across your drive. Is it under /etc/, /usr/local/etc/, /opt/, or your home directory?

    • irelephant 🍭@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      20 hours ago

      I was thinking, they would put the definitions in a specific directory, like if its installed locally, ~/.config/definitions or if installed globally /etc/definitions and then any settings apps would search for those.