31
submitted 8 months ago* (last edited 8 months ago) by jackpot@lemmy.ml to c/asklemmy@lemmy.ml
all 45 comments
sorted by: hot top controversial new old
[-] Tolookah@discuss.tchncs.de 62 points 8 months ago

I hate trying to shove everything I buy at IKEA into my small car. All those flat packs just don't fit in a small hatch back. If IKEA was closer, i could make several trips, but no, jam the car full, strap things to the roof, and figure the next time, I may have a different car.

Otherwise, flat packs have their uses, I couldn't fit three billi shelves in my car otherwise.

[-] jackpot@lemmy.ml 20 points 8 months ago

can mods pin this comment please

[-] Artemis@lemmy.ml 16 points 8 months ago

Definitely hear you there, but wrong flatpak 😉

[-] rufus@discuss.tchncs.de 27 points 8 months ago

We're talking about Linux package formats every second day here. Let's today talk about IKEA. I like it.

[-] Tolookah@discuss.tchncs.de 6 points 8 months ago

It could have been the bluey episode "flat pack", quite an awesome episode on it's own.

I kind of figured it was some standard or some such, but on a generic ask community, who knows? (It Needed a link, or context)

[-] Artemis@lemmy.ml 3 points 8 months ago

Agreed - and Bluey rocks!

[-] ekky43@lemmy.dbzer0.com 9 points 8 months ago

No no, they're on to something.

[-] Nighed@sffa.community 5 points 8 months ago

I was going to comment the opposite - you full your house with furniture that fit in your car in flat pack form, but when you come to move, none of it fits any more!

[-] torvusbogpod@lemmy.world 32 points 8 months ago

Nice try Mark, still not gonna use Snap

[-] jackpot@lemmy.ml 4 points 8 months ago

whats bad about snap in comparison (not trying to be sarcastic, im just uninformed)

[-] salarua@sopuli.xyz 17 points 8 months ago

i'm not informed much either, but here's what i gather; it's centralized around the proprietary Snap Store and you can't run your own Snap repositories, Snap apps take ages to start up, and each Snap app is mounted as a separate partition (???). there's a whole bunch of technical issues that go over my head too, and Snaps have seen so little adoption that Canonical basically had to twist the arms of flavor maintainers to drop Flatpak support and support Snap out of the box. it's evidently so bad even Ubuntu's official flavors wouldn't support it until Canonical forced them to

[-] jackpot@lemmy.ml 4 points 8 months ago

howd canonical force them / they dropped support of flatpak tf?! i get canonicals a private company that needs to make money but thats so heavily ironic for people whove built what they have on fossware

[-] Chais@sh.itjust.works 21 points 8 months ago* (last edited 8 months ago)

They don't automatically theme along with the system.

[-] aBundleOfFerrets@sh.itjust.works 1 points 8 months ago

Except when they do, of course :p I am not familiar with what allows them to follow themes but inconsistently.

[-] Bitrot@lemmy.sdf.org 19 points 8 months ago

IKEA is usually very good, but there is a lot of cheaper stuff at other stores where holes aren’t lined up correctly or the fasteners are cheap and easy to damage. I have had some build issues with IKEA too, usually really inexpensive stuff like a dining room chair, but it is uncommon.

[-] owiseedoubleyou@lemmy.ml 14 points 8 months ago* (last edited 8 months ago)

They take up too much space. Considering that you need to install flatpak versions of stuff that you already have on your system, this makes 200MB applications take up like 800MB or smth.

[-] hperrin@lemmy.world 14 points 8 months ago

Running them from the command line isn’t easy, so it’s not really used for command line tools. This is the one and only upside to snaps.

[-] anothercatgirl@lemmy.blahaj.zone 5 points 8 months ago

I figured it out but it's still finicky

  • "flatpak enter"
  • for qalculate, the default operation is to open the gui, but the CLI can be opened with flatpak run --command=qalc io.github.Qalculate.qalculate-qt-defaults -nocurrencies -f "script_name.qalc" -i -t
[-] bazsy@lemmy.world 14 points 8 months ago

Filesystem permissions

For many apps it is not an issue and provides additional security but in other cases it's very annoying and not trivial to fix.

Example1: opening a .docx from Thunderbird flatpak with OnlyOffice flatpak does not work out of the box.

Example2: mpv and VLC flatpaks work well for local files, but fail to open network shares from Dolphin.

I think a possible solution would be runtime permission dialogs when denied access.

[-] thepreciousboar@lemm.ee 12 points 8 months ago
  • needless sandobxing (by default flatpaks can access your filesystem but not mounted folders, how is that secure and not jist inconvenient?)
  • yet another application manager not even well integrated into operating systems (linux mint doesn't update flatpaks by default)
  • applications are usually not updated very often, not sure if that's a systemic problem or just laziness
  • application X that is 50MB stabdalone requires 2GB to install and takes 3GB of space because it requires the entirety of gnome libraries. Application Y also requires 3GB because they use KDE or another version of gnome
[-] klangcola@reddthat.com 3 points 8 months ago

Application Z requires another 3GB because it needs Gnome runtime version X+1, not version X. Although I do believe Flatpak does some kind of reduplication so actual used space is somewhat less.

It's also less of a problem if you flatpak all the apps vs having just a handful. The more apps the better chance they're actually sharing runtimes.

Flatpak updates are handled very smoothly by KDE Discover, I always assumed Gnome Software did the same, so no additional package manager required.

Despite the few downsides Flatpak is still wonderful. As a Kubuntu user it's nice to say Farewell random PPAs whenever there's a need for an actual newish version of an application

[-] thepreciousboar@lemm.ee 1 points 8 months ago

On a space limited , non upgradeable device (128GB ssd, half of that considering a dual boot) I find it literally unusable. At least with PPAs and AppImage i save 90% of redundant space

[-] jackpot@lemmy.ml 2 points 8 months ago
[-] andrewta@lemmy.world 5 points 8 months ago

That was a interesting set of typos

[-] jackpot@lemmy.ml 2 points 8 months ago

theyre not typos, that wad jnyneitjonal

[-] thepreciousboar@lemm.ee 1 points 8 months ago

If you mount an external partition on a directory (under /mnt for example) by default Flatpaks cannot access it because they are sandboxed

[-] BigBlackCockroach@lemmy.world 11 points 8 months ago* (last edited 8 months ago)

I only use apt, or compile from source but here is what some guy online wrote:

* Creates larger packages from compiling in most/all of the libraries used in development that use up more storage space because you are storing additional copies of libraries already on your system.

* Slower loading because you are loading a separate copy of libraries that may already be loaded and available for use.

* Updates to external libraries that add features, fix bugs, or change functionality are not available to the existing flatpak, which also reduces the testing use base for updates to support libraries.

* Breaks the fundamental concept of *NIX which is to separate out development of different subsystems, meaning that if an external system (library) changes how it does things, your program may no longer work or have features suddenly limited because it is using an older version of the library.

* Depends on the Application Binary Interface (ABI) remaining stable in the Linux kernel, which is preferred but not guaranteed. If an ABI is changed, the flatpak can stop working.

* Can be difficult to adapt to different distributions of Linux. Many Linux distributions have package maintainers that compile programs from source to ensure it works on and is compatible with the particular distribution they are supporting, and flatpaks can struggle to work on a different distribution.

* Sometimes avoids the work necessary to make the source generally compile-able across distributions. It's easier to compile a flatpak on the system it was developed on because all of the testing was done on one particular distribution. However, different distributions may have differences like the files in different locations, different software or libraries installed, different versions, different compilers, and without the program being compiled from source with all these differences, the codebase may never be updated to be take into account the differences in systems. The source code can be very stale, in a sense.

* Not a long-term solution. Flatpaks generally age out over time because they can't keep pace with distribution changes over time, as the open source environment is still very dynamic. Only source code that is legal to share is really sustainable over the long-term.

* Reduce use testing and reporting of bugs. Reported bugs usually get ironed out over time, as most program and package maintainers take pride in their work. With flatpaks, users don't get to test the program against updates to support libraries, so there are less user reports of bugs, and it can mean that bugs don't get identified as quickly or ever.

* Harder to identify bugs. Because flatpaks are monilithic binaries comprising both original and external work, it can be hard to figure out if a given bug is in the original program or supporting library, leading to mis-reporting of bugs, which adds effort to figure out the real source of the bug.
[-] jackpot@lemmy.ml 1 points 8 months ago

I only use apt or compile from source

how do you keep track of all the things you've downloaded?? is it not a nightmare removing unused libraries, modules, etc. over time?

[-] olafurp@lemmy.world 3 points 8 months ago

Also dependency conflicts can be pretty annoying. I prefer buying a bigger hard drive personally.

[-] subspaceinterferents@lemmy.world 6 points 8 months ago

Can't get them to run on Windows.

[-] tubbadu@lemmy.kde.social 1 points 8 months ago

It's a feature \s

[-] MooseBoys@lemmy.world 6 points 8 months ago

Blocked by my employer’s security policies.

[-] jackpot@lemmy.ml 2 points 8 months ago
[-] zik@zorg.social 3 points 8 months ago

Because they often don't get updated when security updates become available

this post was submitted on 23 Oct 2023
31 points (87.8% liked)

Asklemmy

42530 readers
603 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS