Basically title.

I’m wondering if a package manager like flatpak comes with any drawback or negatives. Since it just works on basically any distro. Why isn’t this just the default? It seems very convenient.

  • Justin@lemmy.kde.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 months ago

    complicate packaging, XML sucks (are there good editors or something?), I heard that the Flatpak builder is better for certain languages.

    What has XML got to do with it? Flatpak manifests are either JSON (not great but OK) or YAML, which is great.

    • kamiheku@sopuli.xyz
      link
      fedilink
      arrow-up
      19
      arrow-down
      2
      ·
      5 months ago

      YAML, which is great

      countries:
        - fi
        - se
        - no
        - dk
      
      => { "countries": ["fi", "se", false, "dk"] }
      
      • Justin@lemmy.kde.social
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        5 months ago

        Probably JSON. I haven’t been involved in Flatpak for a long time but I’ve never seen XML. JSON is quite close to XML in it’s layout sometimes I find so easily mistaken.