186
submitted 10 months ago* (last edited 10 months ago) by KISSmyOS@lemmy.world to c/linux@lemmy.ml

I've been involved with Linux for a long time, and Flatpak almost seems too good to be true:
Just install any app on any distro, isolated from the base system and with granular rights management. I've just set up my first flatpak-centric system and didn't notice any issues with it at all, apart from a 1-second waiting time before an app is launched.

What's your long-term experience?

Notice any annoying bugs or instabilities? Do apps crash a lot? Disappear from Flathub or are unmaintained? Do you often have issues with apps that don't integrate well with your native system? Are important apps missing?

top 50 comments
sorted by: hot top controversial new old
[-] possiblylinux127@lemmy.zip 69 points 10 months ago

Flatpaks are great. I do wish flatseal was part of the flatpak standard. I want an android style permissions menu

[-] bjoern_tantau@swg-empire.de 22 points 10 months ago

Well, Flatseal is using flatpak's standard way of managing permissions. Everything it does you can also do from the command line with flatpak. It's just a frontend.

I think KDE wants to add these options to it's settings as well. That will be great, when it's better integrated into the whole system.

[-] LaggyKar@programming.dev 16 points 10 months ago* (last edited 10 months ago)

KDE already does have the same thing in its settings

[-] Kusimulkku@lemm.ee 6 points 10 months ago

I'd like to see permission pop ups so I know it wanted permission to do something and didn't have them, having to ask me. Sometimes it is explained that certain stuff the app does are blocked by the sandbox by default for security, but you can enable it, which is alright. Sometimes you'll just have to find that out for yourself.

load more comments (2 replies)
load more comments (1 replies)
[-] mojo@lemm.ee 33 points 10 months ago

Really awesome. They're all contained within my home directory too, so when I swap distros I can just copy my home dir and all my installed apps are carried over that way. Super useful feature that never gets mentioned! The downside to flatpaks is having to use them for cli in any way is a huge pain.

load more comments (5 replies)
[-] ChristianWS 28 points 10 months ago

I always use Flatpaks when available, I have been using it for about 1~2 years and honestly, I haven't found any issues that are deal breakers, mostly some missing storage permissions, but KDE makes this easy to deal with. I know some apps have some issues, but the biggest one that I had is that Steam Flatpak still requires Steam-Devices to be installed as a package, but that's more to do with the way Steam Input works.

The only issue that I have is that uninstalling Flatpaks should present an option to delete the app data.

load more comments (8 replies)
[-] DrRatso@lemmy.ml 24 points 10 months ago

Don’t like them, they are annoying to deal with - CLI naming is odd, files are stored unintuitively and if your whole system is not on flatpak, chances are the sizes are going to be absurd. One of the main reasons I wen’t with Arch is Pacman + AUR, never have to install a flatpak, because the package management is so good.

load more comments (1 replies)
[-] TCB13@lemmy.world 20 points 10 months ago

Perfection. Debian + GNOME Software + Flatpak = Rock solid and clean OS with the latest software.

There are a few things that still need to be ironed out tho. For eg. communication between desktop apps and browser extensions such as this.

Another thing I would like to see is a decent and supported way to mirror flathub and/or have offline installations.

load more comments (5 replies)
[-] Magister@lemmy.world 18 points 10 months ago

Never used them, maybe I'm old, but I only use app from the mx/debian repo. Everything is here and up-to-date. I prefer raw native.

[-] narrowide96lochkreis@lemmy.world 14 points 10 months ago

I'm using official flatpak Firefox because I didn't want to wait any longer for Fedora releasing their rpm version of it. This way I get new releases right away and they are official as intended by Mozilla.

Not really a flatpak advantage, but a Firefox advantage.

[-] ShittyBeatlesFCPres@lemmy.world 13 points 10 months ago

I prefer them. There’s trade-offs (like disk usage and occasional theme issues) but it’s worth it to me for the sandboxing and ability to easily run a newer version of an application than your distro has packaged up in their repos. It’s better for developers since they don’t have to support deb, rpm, etc. etc. And long term, it’ll allow immutable systems to become the default and that’ll be good for security and stability.

Between Snap, Flatpak, and AppImage, I default to Flatpak. It seems like the best supported even if they all have their strengths and weaknesses. AppImage is great for old versions of software you don’t want updated/integrated into menus. Snaps are basically the same and I happily use them if there’s no Flatpak but it’s so tied to Ubuntu/Canonical that some people have opinions about using it. I don’t know of any developer stubbornly refusing to support Flatpak on ideological grounds.

[-] Caravaggio@feddit.nl 13 points 10 months ago

What’s your long-term experience?

Excellent. After uninstalling it never comes back.

[-] crispy_kilt@feddit.de 12 points 10 months ago

I don't like it. Updating dependencies in case of security problems is impossible, I have to wait for the developer to release an update. Also, it wastes a lot of space. Pollutes df output. App startup is slooow.

Just use the native packaging system! There is no reason software can't be released using that.

load more comments (6 replies)
[-] mfat@lemdro.id 11 points 10 months ago

I'm a fan of anything that would make it easier for developers to bring their apps to linux.

[-] TheGrandNagus@lemmy.world 10 points 10 months ago

Flatpaks have been amazing for me.

My home directory is a lot cleaner, dependency issues are a thing of the past, it's easier on the developers, I'm getting updates faster (not having to rely on distro maintainers), my installs are more portable than before.

I wish we had Android-like permission setting, where it pops up asking if each program can use X permission as it requests it.

And I wish Gnome settings would implement some of the more basic flatseal options (flatseal can still exist for power users), although that one isn't a shortcoming of flatpaks itself, it's more to do with development manpower on the Gnome side.

Overall I'm really glad that one of the biggest annoyances in Linux is getting resolved. We've finally pretty much agreed on an app distribution and packaging standard

[-] oldGregg@lemm.ee 10 points 10 months ago

Seems like every flatpaks update has to redownload Nvidia drivers for each package which is like 500mb, and my download speed is 3mb/s on a good day. So flatpaks limit me to updating once a month

[-] hottari@lemmy.ml 6 points 10 months ago

You can pin the Nvidia driver with flatpak mask appname and update the rest of your apps.

[-] upperleft@lemmy.ml 10 points 10 months ago

My experience with flatpak has been stellar from a technical perspective has been stellar.

Where it currently falls short for me personally is trust. With my distro I am putting my trust into the maintainers, but with flatpak its... random people for most apps?

It is tough when it is not a primary channel of distribution for most devs, but I am optimistic that will change in the future.

load more comments (2 replies)
[-] I_like_cats@lemmy.one 10 points 10 months ago

Flatpak is good for chat apps and proprietary apps which you don't want to have full access to your system

[-] Kusimulkku@lemm.ee 9 points 10 months ago

It's been great. I can get updated stuff on top of stable point release distro without mixing repos. Offers nice features like sandbox and forcing everything under .var for easy transfer to another machine.

There's some small issues. For some apps fonts look weird but it's fixable. Firefox is so sandboxed that KeepAssXC and KDE Connect/plasme browser integration has harder time with it. Managed to fix XC. Sometimes there's issues with permissions. Well most those things were issues with permissions as in with the sandbox. But I think those issues will be settled at some point.

[-] Presi300@lemmy.world 9 points 10 months ago

Great. Works on anything without any issues. I use it for pretty much everything (except web browser and only because I don't wanna bother with permissions on that)... As for the size argument, I have also never had isssues with space, my laptop has 128GB of storage total and the /home partition on my desktop is ~100GB, both use fllatpaks for pretty much everything, I have no issues with space on either... And yes I use flatpaks on gentoo, cry about it.

[-] Kerb@discuss.tchncs.de 9 points 10 months ago* (last edited 10 months ago)

ive had supprisingly little issues with flatpaks.

i have been running silverblue for about half a year now, and rely heavily on them.

i can remember 3 distinct issues:

vs code commandlines start in the sandbox, which needs a workarround (rather understandable)

either the fedora, or the flathub build of firefox didnt come with some video codec, OpenH264 i think. switching to the other build fixed it (imo more a licensing issue with the codec than a flatpak problem)

on rare occasions (about once every 3 month)
steam behaves weirdly, and refuses to start until i update the flatpak.

other than that, it has been a smoth ride.

[-] KISSmyOS@lemmy.world 6 points 10 months ago* (last edited 10 months ago)

either the fedora, or the flathub build of firefox didnt come with some video codec, OpenH264 i think. switching to the other build fixed it (imo more a licensing issue with the codec than a flatpak problem)

Just in case anyone in this thread also has problems with video playback on flathub Firefox, I just solved that by installing the ffmpeg-full flatpak.
No idea why a dependency that is needed to play video without jitter isn't installed automatically.

[-] MeowWeHaveAProblem@toast.ooo 8 points 10 months ago

Two issues I have with them.

First the size. Being on a poor internet connection makes downloading them painful. Some apps are 200MB for the apt or a flatpak install 1.5GB! Also doesn't help with disk space.

Second I often have issues saving files. Some apps use non standard folder location and some still save them to the non standard location even when you select one of you own. Block bench was bad. I'm not sure what causes this, if it wasn't for the size I would probably spend more time looking for a fix.

[-] OsrsNeedsF2P@lemmy.ml 6 points 10 months ago

Some apps are 200MB for the apt or a flatpak install 1.5GB! Also doesn’t help with disk space.

Flatpak also installs dependencies, which are shared across Flatpak apps - So yea, the initial download sucks, but native apps actually do the same thing (you just already have the dependencies downloaded).

Also for disk space - If your fs has compression by default, a lot of it gets saved

Second I often have issues saving files

File a bug report upstream on a per-app basis

[-] Anticorp@lemmy.ml 8 points 10 months ago

It's great if the pak meets your needs. For Steam the pak didn't meet my needs because it doesn't allow you to add additional library locations. As long as it's set up in a way that works for you then it's a big time saver.

[-] exception4289@lemmy.world 7 points 10 months ago

I haven't tried it but doesn't flatseal let you setup steam's permissions to allow external/additional directories or mounts?
What's stopping steam's access to other directories?

load more comments (3 replies)
[-] lloram239@feddit.de 8 points 10 months ago* (last edited 10 months ago)

I am not terribly impressed. The ability to build and run apps in a well defined and portable sandbox environment is nice. But everything else is kind of terrible. Seemingly simple things like having a package that contains multiple binaries aren't properly supported. There are no LTS runtimes, so you'll have to update your packages every couple of months anyway or users will get scary errors due to obsolete runtimes. No way to run a flatpak without installing. Terrible DNS based naming scheme. Dependency resolving requires too much manual intervention. Too much magic behind the scene that makes it hard to tell what is going on (e.g. ostree). No support for dependency other than the three available runtimes and thus terrible granularity (e.g. can't have a Qt app without pulling in all KDE stuff).

Basically it feels like one step forward (portable packages) and three steps back (losing everything else you learned to love about package managers). It feels like it was build to solve the problems of packaging proprietary apps while contributing little to the Free Software world.

I am sticking with Nix, which feels way closer to what I expect from a Free Software package manager (e.g. it can do nix run github:user/project?ref=v0.1.0).

[-] toasteecup@lemmy.world 8 points 10 months ago

It's pretty nice on my steamdeck no issues to report. I prefer a nice Deb package but on the deck flatpaks get preserved over upgrades.

[-] The_Zen_Cow_Says_Mu@infosec.pub 8 points 10 months ago

i like using bottles & steam flatpaks on debian because they use newer mesa in their containers. so the best of both worlds with stable debian but more updated gaming drivers

load more comments (4 replies)
[-] Secret300@sh.itjust.works 7 points 10 months ago

When it works if works pretty well. When it don't it's a pain in the ass

[-] OsrsNeedsF2P@lemmy.ml 7 points 10 months ago* (last edited 10 months ago)

Flatpaks saved my bacon when I borked my Linux work computer and didn't have time to fix it. Spent 2 months with half my apps on Flatpak because the native ones weren't working.

It's also great as a developer. While I do provide x86 and arm binaries, I don't bother distributing them in 20 different formats. The website links to Flathub, and the number of distro/Mesa specific issues has dropped to 0.

Edit: Also see- Pros of Using Flatpak

[-] treadful@lemmy.zip 7 points 10 months ago

None. I have no reason to. Prefer integrated distro packages than some bloated isolated package ball.

[-] jack@monero.town 11 points 10 months ago

Dependencies are deduplicated/reused (no bloat) and there are no and won't be any dependency issues

[-] jsdz@lemmy.ml 7 points 10 months ago

I used it once, as a last resort when I wanted to try some program that had a ridiculous set of build dependencies that was just too much. It was okay, I guess.

[-] hobbsc@lemmy.sdf.org 6 points 10 months ago* (last edited 10 months ago)

I absolutely love it. Easy to find newer versions of things than what's in my distro's repos, easy to update. The only snags I've encountered is sometimes (very rarely) a program won't have access to part of my storage or my system's dark theme isn't applied. The former is super rare and the latter is usually 5min of searching the web to remember how to change the theme for a flatpak.

EDIT: after reading some of the other comments, I should mention that I only use it for GUI applications. I've not yet tried any TUI/CLI applications as flatpaks.

[-] SomethingBurger@jlai.lu 6 points 10 months ago* (last edited 10 months ago)

I use Flatpaks (on Arch btw) whenever possible. My only issues are some apps can be difficult to work with if they require external programs (like VS Code with Docker, or Ardour with plugins), and how slow updating is (I feel like I'm updating the KDE or nVidia dependencies every day, and it takes several minutes, when pacman can download and install several gigabytes of packages in 30s).

[-] Lantern@lemmy.world 6 points 10 months ago

My experience with flatpaks has been mostly good. I tend to opt more towards .deb based apps, with flatpak being a fallback option. With that being said, the Pycharm Pro and Spyder flatpaks don’t run well at all on my system, with Pycharm being too heavy, and Spyder crashing due to Kvantum incompatibility.

[-] Lydia_K@startrek.website 6 points 10 months ago

I really like AppImage, but so far my experiences with flatpak have all been pretty terrible.

[-] craigevil@lemmy.ml 6 points 10 months ago

I use it on my pi400 running rpios Bookworm. Easier to install things like Okular and other apps without installing all of the overhead of KDE/Gnome. Counting the necessary kde/gnome libs I currently have 33 flatpaks installed.

[-] atzanteol@sh.itjust.works 5 points 10 months ago* (last edited 10 months ago)

Mixed bag...

It's only really an option for GUI applications which I intend to launch from a GUI which is a real turn-off as a long-time CLI user. I often want to run something like gimp file.ext from the CLI but can't (easily) with a flatpak.

I also find the permission system gets in the way quite frequently as well. Like I was using some graphics program from a flatpak (I forget which - rawtherapee or maybe digikam) and it could only see certain directories. I get the security restrictions but it was a bit of hoop-jumping to try to figure out how to get that to stop, and in the end I just installed the snap...

load more comments (1 replies)
[-] mactan@lemmy.ml 5 points 10 months ago

it's my preference for proprietary apps

[-] tony@lemmy.hoyle.me.uk 5 points 10 months ago

Used it once.. it's as annoying as shit since you can't just run apps you have to type 'flatpack run org.mozilla.firefox' instead of just typing 'firefox' (and I had to google that because I just can't remember the sequence). Also for some reason it's slow.. as you mentioned a 1 second delay before anything works. I can't see myself using it again.

load more comments (4 replies)
[-] dandroid@dandroid.app 5 points 10 months ago

Really my only complaint is that updating them is kinda wonky. I have to run the command multiple times to get them all updated. I'll get cryptic error messages and then just have to run it again and again until it goes through.

load more comments
view more: next ›
this post was submitted on 03 Nov 2023
186 points (94.3% liked)

Linux

47345 readers
1380 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS