How does it stack up against traditional package management and others like AUR and Nix?

  • @atzanteol
    link
    English
    14 months ago

    You think the unverified flatpaks which choose their own permissions are “safe”?

    • @[email protected]
      link
      fedilink
      24 months ago

      You have the option to add the verified subset only, and you can always check permissions before starting an installed app, and it will not start before.

      • @atzanteol
        link
        English
        14 months ago

        I’m sure everyone does that.

        • @[email protected]
          link
          fedilink
          1
          edit-2
          4 months ago

          Yeah with Snaps you also have unofficial packages, no apparmor at all and a mix of foss and nonfoss apps.

          But with flatpak these things are accessible and Flatseal is very commonly used.

          “Already perfect” vs. “Has the foundation to fix it easily” distros could easily allow to add the subset or improve the permission system.

          • @atzanteol
            link
            English
            14 months ago

            Do… Do you think I’m claiming snaps are better or something? I’m saying they’re much easier to use and I don’t give a shit about walled-garden BS. I don’t want my laptop to be like my phone. I want to install an application and I want it to work. Flatpaks are fine - they just made a really stupid decision about how to run them from the CLI which is 90% of the time where I launch programs from.

            • @[email protected]
              link
              fedilink
              14 months ago

              Do you have a better approach for running from CLI? Apps need exact names I guess, and the system is exact.

              • @atzanteol
                link
                English
                14 months ago

                The way we’ve done it for like 30 years seems to work.

                • @[email protected]
                  link
                  fedilink
                  04 months ago

                  How would you prevent package duplicates when using flatpak and native?

                  alias "flatpak run org.app.name"=*f-name"
                  
                  • @atzanteol
                    link
                    English
                    14 months ago

                    The way it’s always been done. Put them in different paths and set priority with the PATH variable.