• morto@piefed.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    13 hours ago

    My only issue with flatpaks is that sometimes when I want to quickly install something using gnome software, it takes ages and downloads several GBs of data, despite the app having a much smaller size. This is really weird and makes me avoid using it, but I don’t know if it’s something with flatpak or gnome software

    • SamueruSama@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      10 hours ago

      This is because flatpak apps depend on flatpak runtimes, so the app will download the entire runtime it needs when you dont have it installed already.

      This is bad because a lot of flatpak runtimes like the GNOME runtime only have one year of support, so you blow a lot of storage in practice

    • Ganbat@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      12 hours ago

      I believe it’s a consequence of how flatpaks are sandboxed. The software itself might be small, but that sandbox also has to contain every dependency that software requires. It can get distressing when you’re on a 500GB ssd.