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

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    8 months ago

    I’m a bit “eh” on flatpak. The only benefit I see is that it’s sometimes more up-to-date than what I can get from an LTS package repository. As a heavy CLI user they force me to find and click icons which is irritating (yeah - I know about flatpak run something.I.always.forget but that’s even worse somehow).

    I’ve hit occasional issues with applications being too locked-down. Like with Darktable only being able to see things in $HOME/Pictures. But I keep my photography work in a different location so it can’t see it. I had to jump through some odd hoops to fix that. Not a problem of flatpak itself per se but something you can expect when dealing with package makers.

    I fall back on flatpak if the version available through the standard package manager is too out-of-date for my liking. Other than that I can’t be bothered.

    EDIT: Okay - for people who think they’re being “helpful” by telling me that “aliases are a thing” just stop. I’m not going to workaround a broken system. I’m going to use another one that isn’t broken (or less broken).

    • Pantherina@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      8 months ago

      Try this aliasing script I made

      No idea if it still works lol, but should tbh. I think its even pretty well done.

      1. Lists your installed flatpak apps
      2. Searches for already added aliases
      3. Convert the appname to be the last part, remove - _ and make uppercase letters lowercase
      4. Alias to bash, fish, zsh

      Only thing missing is handling duplicate apps I think.

    • ZephrC@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      If you’re going to use flatpak from the command line you’re definitely going to need to start aliasing those flatpak run commands. It’s still annoying, but at least that way it’s only annoying once.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 months ago

        No. I’ll use snaps before I start maintaining a bunch of aliases that I shouldn’t have to. It’s a flaw in flatpak.

        • Pantherina@feddit.de
          link
          fedilink
          arrow-up
          0
          ·
          8 months ago

          No snaps are insecure on other distros that Ubuntu, as they are only isolated using apparmor. Also they are nonfree by design, just no.

          • atzanteol@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            0
            ·
            8 months ago

            They’re not insecure. No more so than when I install a package via apt. No more so than when I download some code and compile it. This is propaganda.