this post was submitted on 12 Sep 2025
35 points (100.0% liked)

chapotraphouse

14071 readers
1076 users here now

Banned? DM Wmill to appeal.

No anti-nautilism posts. See: Eco-fascism Primer

Slop posts go in c/slop. Don't post low-hanging fruit here.

founded 4 years ago
MODERATORS
 

Love installing multiple gigabyte flatpaks of what would be 15mb exe files on Windows. I've enjoyed using Mint so far but there are definitely some things that suck, this is one of them

you are viewing a single comment's thread
view the rest of the comments
[–] tim_curry@hexbear.net 10 points 2 days ago (2 children)

Mine are about the size I'd expect them to be tbh emilie-shrug

[–] Enjoyer_of_Games@hexbear.net 3 points 2 days ago

a lot of those could be a lot smaller if they weren't needlessly electron apps.

[–] doublepepperoni@hexbear.net 5 points 2 days ago (2 children)

Wait, do they actually end up taking up less space than what the package manager says? In the package manager it says duckstation takes like 3 gigs or whatever

[–] Inui@hexbear.net 6 points 2 days ago* (last edited 2 days ago) (1 children)

Yes. Stuff like Gnome software will show the total size of the flatpaks before deduplication and sharing dependencies with your other flatpaks. If you installed this as your only flatpak, it would be huge. But if you primarily use flatpaks like I do on my atomic system, they become smaller with each one as they share common components.

Yeah your first flatpak is huge because it needs all the deps, then subsequent flatpaks are more reasonably sized if they use the same SDK.

[–] tim_curry@hexbear.net 5 points 2 days ago* (last edited 2 days ago)

Idk I don’t use the store I’m a cli goblin you can run

flatpak list --columns=name,application,size,installation

To see the sizes. They come with dependencies so probably those are counted but they’re shared if they’re the same dependency across multiple apps

Yeah I guess its this