• 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.

  • 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.

  • hschen@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 year ago

    The permission popups on gnome a recent thing?, i know you get popups on both kde and gnome for screensharing. But i haven’t heard about this and the last time i used gnome was about 3 months ago

    • dylaner@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Yeah, permission popups are absolutely a thing. The system for that is called Portals: https://docs.flatpak.org/en/latest/portal-api-reference.html. The idea is an application asks for the tightest sandbox it needs to run, and then uses the Portal API to request capabilities at runtime, such as access to specific files or permission to start automatically. The catch is you can’t just make legacy applications magically use an API like that: it requires work on both ends. But it’s certainly happening, bit by bit :)