linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
4GB of dependencies shared across loads of apps
The horror... That's almost 0,4% of my drive!
Its good if all many apps use them. But the problem is when you have to install one 10mb app and it pulls 4gb deps.
Also i don't know what is flapak runtimes which are big and different versions of them are required for different apps
Indeed, for a single app it might be a lot, considering it's a single app. But even then it's not a lot of disk space out of what people have. But with every additional app, that additional space use lessens thanks to shared runtimes and dedupping.
Also i don't know what is flapak runtimes which are big and different versions of them are required for different apps
I think a few of the most used one cover most apps, but even with different runtime versions and I think even different runtimes, thanks to dedupping it should only use extra space for stuff that's actually different between the two. Two instances of the same library in different runtimes would only use the space of one, afaik.
4Gb of dependencies so far
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.
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."
You can have flatpak install it's stuff into your home with the --user flag.
I feel your pain. Flatpack can really ruin partitioning strategies.
It has an installations feature to use any location, as well as users home by default.
I seriously want to switch some of the small distros like tinycore as a daily driver.
1GB of RAM and 4GB disk space is more than enough for all but the most bloated apps.
I've put steam on a librebooted chromebook with similar stats, it has to install games on a usb drive/sd card but it works quite well even for casual linux gamers
I use flatpaks on my desktop all the time, no issue with storage space. But my laptop with only 128gb SSD starts sweating.
Flatpak don't be like this at all.
I suppose it might seem like that if you install it just for a singular app. Then the runtime + possible drivers are a hefty load. But everything after that, the weight of the deps proportional to the apps gets lighter through shared runtimes, drivers, dedupping and so on.
Some go to install a singular flatpak and are horrified by the amount it tries to install and never look back. Which I sorta get, though if that their level of familiarity with flatpak they might not be the best people to partake in the dep/flatpak/snap/appimage fights. But they still do.
Yes, the same can be said if you run GNOME and install a single KDE app or vice-versa. And here’s my petition to convert DigiKam to FLTK so everyone can enjoy it.
I used it after getting frustrated with the AUR. Never looked back unless the package wasn't on Flatpak or had an AppImage.
I found a QT app today. Uncompiled file size: 1 MB. Compiled size: 100 MB
Yeah, completely normal for Qt... well, if you bundle everything that is. If it depends on shared libraries, should't be larger than 10MB or so.
Flatpak is crazy inefficient, but at least I can get software that is not yet on distro repos. It will get better.
those are shared tho, no biggie
I haven't had any real issues with Flatpaks outside of them not following my GTK theme which I fixed with Flatseal.
When you've got decent Internet and storage is cheap....
flatpak is about permission:
https://github.com/tchx84/Flatseal
the fact that gtk, qt, firefox pull in a hundred deps is their own problem.
not a problem per se..
ask software to install itself twice and it becomes noticable how enormous the code is.
I just use appimages, they are even smaller than native packages many times due to their compression, for example libreoffice being 300 vs 600 MiB, librewolf 110 vs 330 MiB, etc.