orcrist,

For me, the question is why I should add an extra layer of complexity. If the things I use already work well using apt, and if most things are bundled in the default distro install, then my life is already good.

This all depends on your software needs, if course. Some people are using a lot of new stuff, so the above setup leads to annoying situations.

Pantherina,

Flatpak is a distro on its own, but with original dev support. Its like a Linux Distro replacing others.

So it adds complexity but with the potential to remove it from the OS. For example Libreoffice, Browsers, Thunderbird etc are huge and its a good approach to use official versions here.

AMDIsOurLord,

Then what’s the point in having different distros lol we don’t have duplication for the sake of duplication there are reasons why there are different distros, philosophies and packaging method. I see this mistake from many usually newer Linux users, there are different distros because there is a point in packaging the OS differently.

Flatpak for example completely abandons makig apps use patched system libraries. Or having different packages for different init systems. Or , god forbid, supporting BSDs

Pantherina,

I dont know tbh. Flatpak is a bit like Android apps I think, but those apps only have a single OS to support.

YamiYuki,

Some developers don’t want to deal with building an app for multiple versions. Sure some DEBs can work without needing to deal with that, but some don’t.

gnumdk,
@gnumdk@lemmy.ml avatar

some devs don’t want to debug last arch/ubuntu broken setup.

YamiYuki,

Indeed.

delirious_owl,
@delirious_owl@discuss.online avatar

Yes, security

matcha_addict,

How? Security is one of its selling points.

sugartits,

libxyz has security vulnerability:

Your distro updates libxyz. Fixed and every piece of software gets the fix for free.

Every single flatpak that uses libxyz has to update to include the fix. Let’s hope all those package maintainers are on the their game.

garrett,

That’s not how Flatpak works.

Flatpak has runtimes, which is where most shared libraries are. There’s a common base one called Freedesktop, a GNOME runtime, a KDE runtime , an Elementary runtime, and more. (The GNOME and KDE ones are built on top and inherit from the Freedesktop base runtime.)

docs.flatpak.org/en/…/available-runtimes.html

Additionally, at least for Flathub, they have shared modules for commonly used libraries that aren’t in runtimes. (Many are related to games or legacy support like GTK2.)

github.com/flathub/shared-modules

Lastly, some distributions are building their own runtimes and apps on top, so the packages they build are available as flatpaks as well. This is the case for Fedora, Elementary, Endless, and others.

fedoraproject.org/wiki/Flatpak

sugartits,

That’s not how Flatpak works.

That’s exactly how flatpaks work if the library you need is not in the runtime. Which is very often the case.

I know because I made one for my personal use and the package was not available elsewhere.

Additionally, at least for Flathub, they have shared modules for commonly used libraries that aren’t in runtimes. (Many are related to games or legacy support like GTK2.)

So we’re just reinventing the wheel with more bloat? Brilliant.

garrett, (edited )

Yeah, that’s a big, weird if though. Most modern apps can rely on the runtimes for their dependencies and not have to ship their own custom dependencies.

It’s different from something like AppImage, where everything is bundled (or Snap, where a lot more needs to be bundled than a typical Flatpak, but not as much as with an AppImage).

Additionally, there’s always some level of sandboxing in Flatpaks (and Snap packages) and none at all for RPMs, Debs, or AppImages.

Also, Flatpak dedupicates common files shared across flatpak apps and runtimes, so there isn’t “bloat” like what you’re talking about.

…gnome.org/…/on-flatpak-disk-usage-and-deduplicat…

sugartits,

I think bringing in an entire operating system, which may well include libraries and other files that I already have installed, to run something small can be considered bloat.

I currently have multiple versions of Nvidia’s libraries installed for some reason on my system through flatpak. I have no idea why that’s necessary but if I don’t allow this to happen I get dropped down to software rendering.

delirious_owl,
@delirious_owl@discuss.online avatar

It sells security through isolation, but packages are not cryptographically verified after download. This is done in package managers like apt, but not flatpak

danielfgom,
@danielfgom@lemmy.world avatar

It’s HUGE. That’s the biggest downside for me. I’m always use a deb/native package first because they are way smaller.

hornedfiend,

Of course they are. they share dependencies with other software. flatpaks bundle all dependencies,which is great for sandboxing,even though some sort of break the rule and share some,they are still sandboxed.

Unless you “firejail” or “bubblewrap” your software, security is much better OOB for flatpaks.

soFanzy,

That’s a myth. Security of flatpaks depends entirely on the given permissions, and since most flatpaks just set their own permissions on installation, or require filesystem access to work, there is no meaningful difference in security OOB.

wisha,

Flatpak apps cannot set their own permissions “on installation”. If flatpak tells you some weather app uses only the network permission then that is all the app is going to get.

For an app to be able to change its own permissions, it first needs permission to the flatpak overrides directory. Any app that does this gets an “Unsafe” designation in gnome-software.

Also about most apps requiring filesystem access to work: I have 41 flatpak apps on my system (Silverblue so everything is flatpak). Only 6 have access to my home or Documents directory. (11 apps requested full filesystem or homedir permission, but 5 of these work perfectly fine after I turned off their permissions in Flatseal).

Notably, “large attack surface” apps like Thunderbird or Firefox don’t have access to my Documents. File uploads and email attachments go through the file picker portals.

jabjoe,
@jabjoe@feddit.uk avatar

Those dependencies adenoid and no kept Upton date, unlike deb/rpm installed stuff. Best sandbox to not compromise your system. Also hope that sandboxing is done right…

corsicanguppy, (edited )

It ruins single source of truth for apps and their installed state. It hides installed state from standard enterprise tools.

Ullebe1,

That seems like a shortcoming in those tools, that I’d expect them to fix as Flatpaks are pretty commonplace.

S_H_K,

Man I still need to learn a lot of Linux that was Klingon for me.

olafurp,

Startup time and disk space.

someacnt_,

I believe it’s the packaging process. It favors the standatd procedure of builds, and does not take account of various build systems (Seems C-centered). Seems this is why many apps end up providing AppImages instead.

Thcdenton,

Yes. It is not pacman

AMDIsOurLord,

1- It takes a lot of space. jUsT bUy a bIgGeR dRiVe --stfu I’m not going to spend money for you to waste it

1- a) Everyone assumes you’re an American with 20Gbps symmetrical fiber optic. My internet can’t handle 2+ Gb downloads for a fucking 50 Mb app bro

2- Duplicate graphics drivers. Particularly painful with Nvidia

3- It puts a lot of security work with distro library trees straight into the shitter

4- Horrendously designed system for CLI apps (flatpak run org.whocares.shit.app)

5- Filesystem isolation has many upsides for security but also it can cause some pain (definitely nitpicking)

shapis,
@shapis@lemmy.ml avatar

All of this. Plus often it just doesn’t work.

And no. I do not want to blind fiddle with the permissions to fix it.

robojeb,

Where in America is there 20Gbps symmetrical fiber? Everywhere I know tops out at 1gbps if you are lucky that your ISP isn’t shit, and lots of areas are still on slow cable.

In my area my options are 200mbps cable or 100mbps ADSL (which inexplicably costs more than the cable Internet)

S_H_K,

Maybe is an hyperbole I have optic fiber straight to my door here and is 10gbps tops but usually it works around 80% of that with some conditions. And it’s not symmetrical I don’t recall the up speed tho.

samc,
@samc@feddit.uk avatar

Best I’ve ever had was like 60mbps down. Might be a budget thing though, I refuse to pay more than £30/month for internet

Russianranger,

Lived in 8 different states in the US - never had anything above 1 Gbps. Typically been 300-500 mbps, with only the past and current state state where I’ve gotten 1gbps. Poster is just assuming because we’re a first world country that we have good internet. We don’t. I hear Europe has better speeds than us.

excitingburp,

GPU drivers. It uses the Ubuntu 22.04 (LTS) userspace side of drivers. Could be incompatible with your kernel. Had all sorts of graphical weirdness with my AMD GPU with flatpak Steam.

Unmapped,

The main reason I don’t use them is because when I move my nixos config to a new machine as far as I know you cant get them to auto install. I have to remember which ones I had installed and redo them manually.

Which is why if for some odd reason I don’t want to just install from the nix pkgs repo. I use app images. I can keep them in a directory which I can just copy over to the new machine with my nixos config files.

linearchaos,
@linearchaos@lemmy.world avatar

Flat pack install OBS? works awesome! Try to install plug in afterward not so much.

QuaffPotions,

As a basic end-user I have not been too happy with my experience with flatpaks. I do appreciate that I can easily setup and start using it regardless of what distro I’m using. But based on standard usage using whatever default gui “app store” frontends that usually come with distros, it tends to be significantly slower than apt, for instance, and there seems to be connection problems to the repos pretty often as well.

ganoo,
@ganoo@sh.itjust.works avatar

That definitely used to be the case, but I haven’t had any connection issues in the last year or more.

mcepl,
@mcepl@lemmy.world avatar

Discuss it with lemmy.world/post/12126335

BigTrout75,

Endlessly reading on social media that is not a good from Linux “gurus”. LOL

It’s been great for me, but I wish it had a official gui for permissions management.

Communist,
@Communist@lemmy.ml avatar

Are you aware of flatseal?

If you are, is there an issue with using it for you?

BigTrout75,

Flatseal is good, just not official.

Communist,
@Communist@lemmy.ml avatar

I’m not sure why/if that matters honestly, aside from discoverability I guess.

isVeryLoud,

It’s as official as it gets. The XDG team provides the underlying infrastructure, and the community provides the tools.

samc,
@samc@feddit.uk avatar

I wish there was an option for an android style system where, when an application wants to use a permission for the first time, you get a pop up asking you to grant that permission.

Or, more generally, just some way to ensure that (a) a flatpak isn’t granted the permissions it wants automatically and (b) I can then manually grant those permissions as conveniently as possible

Presi300,
@Presi300@lemmy.world avatar

Unless you are using like a 64GB drive, not really. Ig flatpaks are as bit more annoying to start from the terminal

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • fightinggames
  • All magazines