this post was submitted on 03 Nov 2023
169 points (95.2% liked)

Linux

48329 readers
1372 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
 

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?

(page 2) 50 comments
sorted by: hot top controversial new old
[–] Grangle1@lemm.ee 4 points 1 year ago

It's fine. No real crash/stability issues on the flatpaks I've installed. The real downsides are that, yeah, some apps don't integrate well with the rest of the system either in some functions or theming, due to the sandboxing, and if an app has many or large dependencies it can take up a lot of space compared to a native/repo app and you also may then have more than one copy of those dependencies on your system. That doesn't usually cause conflicts (a positive side of sandboxing), but it may be a problem on smaller storage devices if you use a lot of flatpaks or need other large apps installed.

[–] Pantherina@feddit.de 4 points 1 year ago* (last edited 1 year ago)

I started on Debian, Ubuntu and Fedora. Native apps where often horrible. I remember SciDavis for Ubuntu being completely broken, Libreoffice for Fedora, and Flatpak just worked.

Officially supported Flatpaks are great, a bit like the Windows way but better, as they are reviewed, containerized and in an actual repository.

But flatpakking random apps isnt that easy, but I really want to learn it. Especially an easy semi-automatic way of converting Appimages (may they burn in hell) to Flatpaks. Like BalenaEtcher and so many more.

Also, Flatpaks are not secure in the case of biig projects. Nearly all the known Linux apps like Libreoffice, Gimp, Inkscape etc are unisolated. And trying to specify the permissions (only home and all the mounts, instead of your entire root partition) gives you "they are insecure anyways and should get portals" and your PRs closed.

So they are in a very incomplete state currently, and you need to manually secure them to be actually kinda protected. But without Portals, entire home access is not actually isolated.

Also, try and use the --verified repo:

flatpak remote-add --subset=verified flathub-verified https://flathub.org/repo/flathub.flatpakrepo

Problem here is that many apps like VLC, that work great, are not yet adopted by upstream, so the verified repo is not really usable currently.

And native messaging (keepassxc-browser, etc.) and other things are not always working. Drag&drop is, for some reason, but not in Firefox, maybe there are different ways.

[–] qwesx@kbin.social 3 points 1 year ago (1 children)

Screwed up fonts in GTK software, even though the xdg-portal app for KDE is installed. At some point I just gave up. I see no reason to install any Flatpak if the software in question is already in the distro's repository and current enough anyway. Maybe except OBS, because the Flatpak version comes with Youtube integration which, to my understanding, needs to remain closed source and won't make it into a FOSS repository.

load more comments (1 replies)
[–] clemdemort@lemmy.world 3 points 1 year ago

They take a lot of space but the advantages you get are amazing, VScodium broke again this week, I could just rollback to the commit that worked with no issues. I can install apps I don't trust and not give them any permission over my filesystem. And best of all: it works on any distro so I know my setup is reproducible easily.

[–] Grass@sh.itjust.works 3 points 1 year ago

They don't seem to play nice with autostart, on kde at least. Updates sometimes need to retry a couple of times. Other than that no problems on my end. I'm using a read only root fedora spin and mainly distrobox-export apps on arch for anything missing, or rpm-ostree for the odd thing I need to start at boot.

[–] spez@sh.itjust.works 3 points 1 year ago

I have replaced every app, that can be replaced, with flatpak. My only gripe is that they don't follow the system theme by default.

[–] doomkernel@sopuli.xyz 3 points 1 year ago

The only problem I've encounter was the steam client not recognising my controller and then I've decided to install steam non-flatpak.

[–] atzanteol@sh.itjust.works 3 points 1 year ago* (last edited 1 year 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...

[–] tony@lemmy.hoyle.me.uk 3 points 1 year ago (1 children)

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.

[–] lvxferre@lemmy.ml 2 points 1 year ago* (last edited 1 year ago) (2 children)

As a local fix, you could set up an alias. Open .bashrc and add the following line: alias firefox="flatpack run org.mozilla.firefox"

load more comments (2 replies)
[–] poinck@lemm.ee 3 points 1 year ago

I have made very good experience with Steam installed from flatpak. Only my loved browser "qutebrowser" seems to be abandoned in the flathub-repo. It takes so much time to compile it on Gentoo, so flatpak is a very good fallback for programs with painful compile times.

[–] danielfgom@lemmy.world 3 points 1 year ago

Only using it for Telegram at the moment but it's been good. A like slow to launch but otherwise works great and integrates with the notification features of Linux Mint.

Other things like WhatsApp, Inoreader, Mastodon, Lemmy I run as a web app using Mint's brilliant web app tool which makes the web app like and with like a native app.

[–] hottari@lemmy.ml 2 points 1 year ago

Great. I like being able to deny apps permission to my home folder with a simple flick via Flatseal. Only issue I have with it is the slow update times, flathub seriously need to get more mirrors.

[–] BoneALisa@lemm.ee 2 points 1 year ago

I just had to switch my work computer from Arch to Ubuntu becusse they want MDM on all computers now, and flatpaks are litetally the only reason i can tolerate it.

I now prioritise getting stuff from flatpaks, then the repos, and if they dont exist i use Distrobox to export any app thats only on the AUR for example.

[–] baseless_discourse@mander.xyz 2 points 1 year ago* (last edited 1 year ago)

All the problem I haven encountered with flatpak is short-term (GPU passthrough, wayland support etc), and all of them either dont work or require a one time fix.

Basically if I dont encounter problem on the frist day, I have never encounteted any problem after that, unless a update introduced some bug in the software, of course.

[–] hatchet@sh.itjust.works 2 points 1 year ago

I haven't figured out an easy way to install a specific version of an app, which means that when an app update is broken I'm out of luck until a fix is released, so I'll install the snap of the app until then (Spotify is a recent example). Don't like that.

[–] RecallMadness@lemmy.nz 2 points 1 year ago* (last edited 1 year ago)

Absolutely fucking awful. I’ve had issues with every one I’ve used.

Been trying to move to silverblue/ublue/sericia.

Firefox comes out of the box as both a system package and a flatpak. The flatpak does WebGL stuff fine, but video is broken; the system package does video, but webgl is broken.

Boxes was the first app I had needed to open a file with, and every time I need to, I have to restart some systemd portal service first. And there’s no guest to host audio.

I always had this problem with Inkscape on standard fedora where the icons on the layers menu would be corrupted. Wasn’t so on my first use of it with flatpak. Great! But subsequent runs the issue returned.

Discord worked fine for a few weeks. Then it started crashing on launch. A bit of googling and installing an old MESA platform flatpak had the problem resolved… for a day.

The only flatpak that has worked without a hitch has been Spotify.

Everything is so different, I have no idea how to debug this shit. And even then, I’m not 15 with unlimited time and zero dollars any more. I don’t have the time to spend 5 hours working out why my image editors icons are wrong.

Having a one-stop distribution-agnostic repository where it’s easy to install software devops-style is a win. (Setting up custom repos, or installing the latest rpm every week (looking at you discord) can be a pain). Buuut I’m not convinced.

The couple of apps I use through flatpak has not had any issues as far as I can tell. Other than maybe being a little slow to get pushed to the newest version.

[–] stella@lemm.ee 2 points 1 year ago

Good for software that isn't available any other way.

I never use flatpaks if something is available in the Manjaro repository or AUR.

[–] hellvolution@lemmygrad.ml 2 points 1 year ago* (last edited 1 year ago)

Why flatpak when I have apt/.deb? I never needed, at all, any flatpaks

[–] Chaewon@lemmygrad.ml 2 points 1 year ago

They are great, I use them over the native package whenever I can on Fedora Workstation. Can't say I've had any issues with them in recent years.

[–] Smokeydope@lemmy.world 2 points 1 year ago

Its quick and easy to install a flatpak which is the latest stable which is a godsend when the versions available through package manager are years out of date. Not everyone can compile from source or add an additional source repo. My only big issue is how bloated flatpaks are size wise and where stuff gets installed in my file system.

[–] snugglebutt@lemmy.blahaj.zone 2 points 1 year ago

Don't really see the point of installing a whole other package manager, personally. If its not in the repos or AUR, I'll just compile from source.

[–] art@lemmy.world 2 points 1 year ago

I've been using Flatpak applications for a year (I think) and it's been wonderful. There are a few bugs here and there but overall way less headaches.

I can run my mature, rock solid Debian system and sell have the freshest builds of desktop software that I use.

load more comments
view more: ‹ prev next ›