For context: I habe a PC with an 8gb SSD and I somehow need to get an app on there that only has a flatpak release
It’s very efficient for what it does. and your programs will actually open.
People bitching about Flatpaks don’t understand that they have dedupe built in. You’re literally not using any more space and it’s easier for app developers to deploy.
Try using Snaps sometime, if you want something to actually bitch about.
Another missed occasion to have taken a screenshot. There’s gnome-screenshot, scrot, your DE’s integrated tool and so many others to choose from, you can do it!
That sort of shit makes me hate the modern internet. (Also screenshots are cleaner and therefore compress better since you seem to care (rightfully) about storage space.)
Yeah but if youre using a lemmy app on your phone its significantly faster to just use your phone camera rather than having to share/transfer the file over somehow, or sign into lemmy on your pc. Im not saying you’re wrong, but i get why someone wouldn’t care for a quick throwaway post. Also storage then isnt an issue on the PC at all because the image is only on the phone.
Phones also have limited storage?
Regardless, posting on the desktop is exactly as hard as typing in the name of your instance and your credentials…
If you’re gonna be editing a meme, typing comments and such, it’s worth it very fast imo.
And crucially, it’s a really basic form of respect for your audience. Oh and also framing the shot correctly, we’re missing part of the text…
Yeah but their computer is what had limited storage. Most phones these days have a lot more than 8gb. Idk like i said youre not wrong but i still got what they were trying to communicate.
So maybe use Debian and compile the app yourself instead? The Dev made something free with their time, use your time to make it work for you.
Flatpaks implement deduping, so they actually don’t take that much space when installed.
I habe a PC with an 8gb SSD
I think I found your real problem.
Alternatively though, if an app has KDE library dependencies for example, it’s kinda nice to not have to install a whole other desktop system wide.
There’s very good reasons that app developers focus on flatpaks, which mostly revolves around how incredibly terrible the experience is creating native packages for each distro and each release version of those various distros.
Flatpak used to be problematic, but even a loud hater of Flatpak, Richard Brown of openSUSE, now lauds Flatpak as an excellent solution after his criticisms were addressed.
Yes, I personally use flatpak because I want a reliable way to update packages that are not in the native repositories. Still, I would love if it would be like snaps in the sense that I can use the native libraries and only install the app as flatpak.
Its just really frustrating to have to install the whole fricking gnome desktop again just so some flatpak can use it
damn you got ubuntuwashed, not sure if that is worse than windowashed or not
You… prefer snaps?
I guess we found the one person with that hot take.
8GB SSD
There’s your problem. The last time 8GB was plenty was in 1998.
Yup. Those 64 GB SSDs many retailers put into cheap laptops already come dangerously close to violating the Geneva Convention. 8GB is just stupid, even for a Linux system.
Even cheap SD cards are larger these days. The smallest SSD you can buy in the UK right now is 250GB.
Amazon sells 24 GB ones…
Oh really? Wow! Still 3x more than 8GB though :)
Yeah, TinyCore Linux needs 16GB I think. 8GB you might run BusyBox or something
No need to hate on someone for their hardware.
Reading through the comments here, the Linux community slowly seems move away from “runs on about every piece of hardware you can think of” to “if you don’t have at least the Nimbus 2000 that’s on you, sucker!”
don’t wanna be mean to any demographic but it’s literally the windows gamer converts. Not all of them though. At the same time that kills the other linux elites of “you don’t compile gentoo from scratch on every system?” so…
Gotta run FFMMLXIV at 94fps and 173hz @3890x2669 resolution otherwise you’re betraying the “Linux is the best gaming OS” movement we’ve all sworn fealty to.
Are they booting of an SD card? Mabey is a Pi or WiFi router?
Don’t your filesystem deduplicate it on the fly anyway?
I believe that’s what
ostree
is for
Why the hell do you only have 8GB? Are you trying to install flatpaks on a smart fridge?
Sort of, actually
I was trying to build a PC just to play internet radio on using Shortwave, and a 30€ thin client with 4 1,5Ghz cores and no active cooling, 4 gigs of ram and an 8gb ssd were more than enough for that
this? https://gitlab.gnome.org/World/Shortwave
I think on a system like that you shouldn’t even run a GUI or a window manager at most. What is the service that is actually using though, it links to this https://www.radio-browser.info/ I guess I see you can play stations directly from that. It seems it makes more sense to use like lynx browser or something to just browse that website directly.
I’ve clicked like 10 of them they are all mp3 or aac. mpv or vlc can decode those on the command line and play it with using like 15-100mb of space on your storage. Like this random station for example https://stream-uk1.radioparadise.com/aac-320
all in all your total install should be like 400mb
It is not for me personally, but for a person who wants a gui. And a Touch screen. Also I need an on Screen Keyboard because he also does not want to use a keyboard or mouse.
I tried using a very simple compositor like cage to just start shortwave, but I couldnt get my Keyboard to work since it needs gnome accessibility runtime to automatically show when clicking a text field.
And also xfce is more than light enough not to take up more than 1-2 secs of the total boot time
The flatpak thing was just the jellyfin-media-player so I can play my music from jellyfin too, but I guess ill just set up DLNA so I can stream to the device from my Phone
oh you can run the https://github.com/jellyfin/jellyfin-mpv-shim and then just install MPV
Great, thanks
look into NixOS! there might already be a package for it. and NixOS can be very good about not duplicating dependencies.
I had a 200 gb ssd on my laptop and kept running out of space because all the old generations from nixos,
nix collect-garbage
, comrade! there’s also another command to clean up older generations. if you’re using git to version your nix config, you only really need to keep two generations: the current, and your last successful boot, since you can recover by git checkout.
I didn’t even know ssd’s(nuts) that small existed
Maybe it’s an eMMC chip on an embedded device?
I just want you to know, I appreciated your deez nuts joke.
It was subtle. It was well-done. Roasted, even.
For your use case, building from source might be more practical.
Yeah flatpak won’t work on my Nokia 3310 either, what a shit software…
Edit: if you upvoted this comment, your kneecaps pop when you pick up things from the ground
I’m too old to pick up stuff from the ground, I use one of them claws on a stick. Also, the 3210 was a nice phone while the 3310 was for the hip kids.
Cut the crap. Flatpak uses hardlink from repo where file names are jash of the file itself. The chance of duplication is exactly same as that of duplicate files of same name in same directory.
Flatpak repo grows because we trade uncertainty over abi stability with installing all needed versions of libraries. For abi incompatible builds you could already do that in many distros (versioned soname) but to a lesser extent.
Also I usually do not install nvidia GL with flatpaks that I won’t run on nvidia on hybrid gpu laptops anyway for energy reasons.
Yeah, I’m not a fan of flatpak for my usage, but this isn’t a great argument against it.
I’d rather someone “only” release on flatpak if that’s the simplest way they can support Linux compared to no support at all.
and 8gb ssd? at that size it’s surely a removable 2242 ngff drive, it’s like 10$ for a 64gb one. you’re quite literally throttling your systems read/write speed, cause ssds want at least 20% free to manipulate files.
he said it’s a thin client so it is likely soldered on but almost all of them do have m.2 support. But many of them are actual sata m.2 so don’t accidentally buy a nvme m.2. easy enough to check which yours supports
Lol kinda wild to me seeing flatpak hate as a new Linux user (running fedora with kde). Flatpaks have just worked for me and it’s been fantastic
whoa look at mr rich boy here with a drive that costs more than $2 on ebay
If you’re new to Linux, then your probably not familiar with the full Linux community yet. Much like in real life, online Linux spaces tend to have a very loud minority of conservatives who hate progress.
Usually you’ll see them hating on things like systemd, 64bit architectures, containers, new packaging systems (like Flatpak), immutable and experimental distros (like Nix), Wayland, “bloated” desktops like KDE or Gnome, and much more.
And just like in real life, the antidote is to not take another person’s word for it. Do your own homework/try things out yourself and arrive at your own conclusions.
Flatpaks work great on my laptop, but they have can have issues if you use multiple hard-drives or partitions. Especially for gaming.
Flatpak seems to be the best choice for consistency and to have it working straight out of the box. I think Linux currently needs this because we’re getting a lot less tech-savvy Linux users nowadays. Don’t get me wrong; package managers should still be used, but how are we going to get people to change if they run into package conflicts or accidentally uninstall a wrong package?
And universal compatability. One repo, for all distros. That’s a big plus too!
Until it doesn’t work. There’s a lot of subtlety, and at some point you’ll have to match what the OS provide. Even containers are not “run absolutely anywhere” but “run mostly anywhere”.
That doesn’t change the point, of course; software that are dependent on the actual kernel/low level library to provide something will be hard to get working in unexpected situations anyway, but the “silver bullet” argument irks me.
Everything is flawed, there is no silver bullet. But again, it’s still a massive improvement over what we had previously.
It is also nice to have independent packages. Consistent user experience means a lot.
I just what to install an app. I don’t want to spend an evening figgering out how to get a PWA to install. I don’t want to consult a form or your git repository to install some package I will use once and will be patched out in the next version.
It’s useful, but it isn’t the best option for everyone, so other options should be available.
Why would you want the app devs to make that? The whole problem with distro-specific packages is having to package for multiple formats and it’s a painstaking process that really isn’t worth any amount of time investment at all. If you’re an app developer, you’d much rather just make a universal package and hope that some distro package maintainer packages your app for their distro. That’s just basic common sense…
Because Flatpaks can’t share libraries or anything. It creates a lot of bloat that doesn’t need to be there. It’s great for users that want to make sure the app will always work, but it isn’t great for being efficient.
This is just a straight up lie. Flatpaks do share libraries, both as runtimes (as seen even in the screenshot here) and through deduplication between different runtimes and runtime versions. There’s usually very little bloat, if any, especially if you use Flatpaks a lot, which you probably should, given the huge number of advantages especially with proprietary apps.