• Urbeker@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I’ve found flatpak to have taken several design decisions that almost seem tailor made to make it hard to use. I use an app launcher as I use I3 to run apps, except I can’t use it for flatpak because it doesn’t just make stuff available on the path, I’d have to make a wrapper script or something at which point I’ve decided to use another app or package. It also had an issue where everytime I got a gpu driver update it updated every single flatpak fair enough but it kept all the old versions! It was using double digit percentage of my disk for no reason, and the response on issue for this on the repo was just this is intended behaviour.

    If it wants to get mass adoption they need to work on letting it get out of the way of people trying to use it.

    • Tom@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Right, to have the installed packages in the $PATH they need either to appended to the path or linked any directory available in the path.

      One of the major positive things is the user space Flatpaks are running in.

      Since I wrote a script doing the latter I am very happy with Flatpak.

  • swagmessiah@fedia.io
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I think my biggest issue with flatpak is still the attitude it and its proponents have towards disk space. The idea that space usage isn’t really a concern, and it’s okay to require users to download 2GB of platform libraries that they probably already have to install their first flatpak boggles my mind. Because of this, it always seemed hostile towards distro packagers. (If you just used more flatpaks, the bloat will be amortized!)

  • kiwi@kale.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    One of the downsides seems like since the developer packages everything together, I’m reliant on them to push out changes. For example if some dependency needs a critical security update then I’m relying on every flatpak author to apply that change and push out a new version. But if I’m installing packages directly, I can update that one package and be done with it across my system.