this post was submitted on 15 Mar 2024
1 points (100.0% liked)

linuxmemes

20741 readers
805 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
top 9 comments
sorted by: hot top controversial new old
[–] swearengen@sopuli.xyz 0 points 6 months ago* (last edited 6 months ago) (2 children)

Yeah storage is cheap but I last reformated my boot drive in 2017 so my root partition is 20GB and now I have no room for Flatpak. Now I could just resize it but wheres the fun in that.

TL:DR "A 20GB root partition ought to be enough for anybody."

[–] Takios@feddit.de 0 points 6 months ago

You can have flatpak install it's stuff into your home with the --user flag.

[–] NaoPb@eviltoast.org 0 points 6 months ago (1 children)

I feel your pain. Flatpack can really ruin partitioning strategies.

[–] AProfessional@lemmy.world 0 points 6 months ago (1 children)

It has an installations feature to use any location, as well as users home by default.

[–] inverted_deflector@startrek.website 0 points 6 months ago (1 children)

Before I realized you could install as user and have it install on your home drive I just symlinked the install directory where i wanted to.

[–] lambalicious@lemmy.sdf.org 1 points 2 months ago

To be fair it's 2024 and I'm still doing this, because adding an alternate location to install flatpaks in results in Flatseal not being able to detect those apps or edit those permissions. Just setting the default location as a symlink to where I want to magically fixes everything.

[–] BigTrout75@lemmy.world 0 points 6 months ago (1 children)

I use Flatpaks mostly because I like having my base os and gui minimal as possible. Every thinking that is not core os I install as a flatpak. This is great because I didn't have to install dependencies like lib32 and other libraries on my root partition. Lean and mean.

[–] TwinTusks@bitforged.space 0 points 6 months ago (1 children)

But doesnt each flatpak is packed with its own dependencies? So bascially you have the same dependency over and over.

[–] d_k_bo@feddit.de 0 points 6 months ago* (last edited 6 months ago)

No, each runtime is only used once. You only get duplicates for apps that use different runtimes or for dependencies that are bundled in the app.