There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

eager_eagle ,
@eager_eagle@lemmy.world avatar

I take the unconditional and mandatory creation of ~/snap as a middle finger to all users. Fuck snap

manpacket ,

Don't use it - vote with your feet :)

Zeppo ,
@Zeppo@sh.itjust.works avatar

Sigh, I was a sysadmin on my own system from 1999-2008 and on a busy server from 2008-2012… then essentially quit. Now with flatpak and snaps it seems I have no idea what I am doing.

gamey ,
@gamey@feddit.rocks avatar

Flatpaks aren’t very relevant for servers if I am not wrong but Canonical definitely tties to push Snaps for that usecase, I feel like other container technologies like Docker or Podman are a lot more relevant in that context and containerization in general is really nice especially for server use and not that hard to wrap your head around! ;)

Zeppo ,
@Zeppo@sh.itjust.works avatar

Yeah, that’s really what I haven’t used that seems significant these days - Docker. I used to use VMs a fair bit including the premade ones from MS for IE testing, which I think (?) are the same concept.

gamey ,
@gamey@feddit.rocks avatar

Well not really, Docker dose run another Linux system but on your actual hardware so you don’t have the overhead of emulation, it’s really cool for a lot of things!

Zeppo ,
@Zeppo@sh.itjust.works avatar

Huh, okay. I thought it was a quick way to set up a VM - that’s how much I don’t know! I should probably look into it, thanks.

3v1n0 ,

Docker requires management and some setup. A server snap just works, it’s updated automatically and rolls back when necessary.

It’s just a breeze. I use it for nextcloud and I’m safe for years with no maintenance from my side at all.

gamey ,
@gamey@feddit.rocks avatar

I won’t use it myself because I don’t think it’s a good idea to give Canonical or any other company that much power and don’t think it’s centralized nature should be how such package systems work but I don’t think it’s a bad system at all! The sandboxing has it’s hurtles but it’s really good and I am a huge fan of proper sandboxing so if it works for you it’s certainly a good option!

Aux ,

Auto updates are not an option for anything mission critical. Every update must be tested in isolation first or you might fuck things up beyond repair.

3v1n0 ,

Updates are atomic and if something goes wrong it rolls back automatically

Aux ,

Not everything that goes wrong might be counted as wrong by the developers. Automatic updates is a no-no.

Synthead ,

This is an interesting way to show your fstab

PseudoSpock ,
@PseudoSpock@lemmy.dbzer0.com avatar

😂

terminhell OP ,

Ya, I think I goofed on my terminology XD

PseudoSpock ,
@PseudoSpock@lemmy.dbzer0.com avatar

I don’t like snaps, but dude… Do you even know what fstab is?

terminhell OP ,

Ya, I think I goofed on my terminology XD

PseudoSpock ,
@PseudoSpock@lemmy.dbzer0.com avatar

It’s ok, bro.

601error ,
@601error@lemmy.ca avatar

IIRC, it is a C runtime function that stabs a file.

taladar ,

It is actually the secure version that requires you to specify a buffer length of the old insecure ftab function that is in half a dozen standards that counted the lines indented by tabs in a file. Of course they didn’t change the fact that it just writes the result number as a string into an output buffer instead of returning an integer because that would make it less portable to operating systems which still use the insecure standard version.

Fizz ,
@Fizz@lemmy.nz avatar

Why what’s wrong with that? Is it just that it looks bad or is there a performance issue to.

railsdev ,

While I get that mounts is probably full of crap, I’d put the blame here on the UI rather than snaps

technologicalcaveman ,

Switching to Gentoo has been the best. If I don't want something I just blacklist it in my make.conf. getting errors from an odd package? Blacklist. Don't want systemd or gnome software? Blacklist. It's great. My shit runs insanely fast and my system only breaks when I explicitly do something stupid, and it's usually just one minor adjustment away from getting fixed.

rotopenguin ,
@rotopenguin@infosec.pub avatar

On the plus side, snaps also crap your system log full of petty little AppArmor events. And when snap gets its permissions wrong, you can easily fix it with SnapSeal.

(If Flatpak would just fucking stop rewriting every file path as /var/run/1000/blah, it would be the unquestionably superior package tech)

SirNuke ,
@SirNuke@kbin.social avatar

Friction between Snap and AppArmor is to be expected. The corporate sponsor of Snap, Canonical, is well known for their icy relationship with the corporate sponsor of AppArmor, Canonical.

Fisch ,
@Fisch@lemmy.ml avatar

If you don’t want flatpaks to do that, you’ll have to give them permission to see the entire file system

aBundleOfFerrets ,

As another commentor pointed out, you can just use flatseal to give the app full access to whatever dirs you need.

mariah ,

Whats this web server

Still ,
@Still@programming.dev avatar

cockpit

BaconIsAVeg ,

giggity

ruckblack ,

Oh my god I hate this, I had no idea

dontcarebear ,

Now imagine that your home directory is a network mount where only the user has permissions.

mvirts ,

only the user has permission 😅

mwguy ,

The most annoying thing about snaps is that they fall over trying to use a network share.

janAkali ,

Why I hate snaps/flatpak:

  • 1
    • package/appimage ~80mb
    • snap/flatpak >500mb
  • 2
    • p/a - app + dependencies
    • s/f - app + minimal linux distribution
  • 3
    • p/a - can be easily run from terminal
    • s/f - flatpak run com.very.easy.to.remember.and.type.name
fhein ,

snap/flatpak >500mb

And to make it worse, snap keeps copies of previous versions of all programs. Which can be good if you need to roll something back, but at least last time I used Ubuntu it didn’t provide any easy way to configure retention or clean up old snaps.

Quereller ,

There is an Flatpack called FlatSweep on Flathub.

QuazarOmega , (edited )

snap/flatpak >500mb

Don’t know about Snap, but Flatpak download sizes decrease significantly after installing the main platform libraries, they can become really small; of course that’s pretty much fully negated if you’re installing Electron apps, but even then 500MB isn’t very accurate, more like 150MB on average

flatpak run com.very.easy.to.remember.and.type.name

Yes I hate it, what is even more annoying is that you can do flatpak install someapp and it will search matches on its own, it shows them to you to let you decide, but after that you can’t do flatpak run someapp because it “doesn’t exist”

janAkali ,

Yes, sizes might be inaccurate - it’s been about a year last time I tried snap or flatpak. All I remember is that snap installs around 300 mb gtk3 runtime and it’s often 2 or more of them, because different snaps might rely on different gtk versions + other dependencies.
And I remember that when snap and flatpak compared, allegedly flatpak requires more storage space.

I am aware that runtime sizes doesn’t scale with number of packages past maybe 3-4, but I have only 4 appimages on my system right now and they take ~200 mb, it is absurd that I’d need 10 times more space allocated for the same (or worse) functionality.

Fisch ,
@Fisch@lemmy.ml avatar

Last one could easily be fixed tho

QuazarOmega ,

Hopefully it would be fixed upstream on the actual flatpak command, but do you know if there are wrappers for it already?

Fisch ,
@Fisch@lemmy.ml avatar

No. If I have to launch a flatpak through the terminal, I always just do flatpak list and copy the ID or whatever it’s called

aksdb ,

Then you do a flatpak list and it abbreviates the shit out of the identifiers so you can’t use them either. Whoever designed that UX needs to lean back an contemplate life a bit.

QuazarOmega ,

Well that comes down to your terminal size, you have to filter the columns if your screen is too small: docs


<span style="color:#323232;">flatpak --columns="app" list
</span>
aksdb ,

Sure, it’s possible. I can also use flatpak list -d to show everything. But the combination of these defaults is just fucked up UX (require the full id for certain operations, but don’t always show the full id by default).

QuazarOmega ,

Yeah honestly they could have avoided putting Branch, Origin and Installation if there isn’t enough space available.
The CLI definitely needs some polishing, not to mention flatpak update breaking horrendously on scrollback

brenno ,

Snaps have a similar deduplication mechanism, and snaps allows calling apps from their names like you would do with regular packages.

I think the reason for the second one is that while snaps are also meant to be used in servers/cli flatpak is built only with desktop GUI apps in mind.

meisme ,

There’s a nice program called flattool that solves the name issue

QuazarOmega ,

Is it this one?
It looks excellent, any idea why it’s not on Flathub yet? Never mind, I got it:

This project is still in its early stages

d_k_bo ,

<span style="color:#323232;">ln -s /var/lib/flatpak/exports/bin/org.mozilla.firefox ~/.local/bin/firefox
</span>
Pantherina ,

Runtimes are okay, the problem is there is no runtime package manager and often you have like 7 of them, which is horrible. But on modern hard drives also no problem.

Appimages cant be easily ran from terminal, you need to link then to your Path.

For Flatpak I made a tool that aliases their launch commands to be very easy.

janAkali ,

Appimages cant be easily ran from terminal, you need to link them to your Path.

On many distros “~/.local/bin” is already in PATH, that’s where I put my appimages, then make them executable and it just works.

LaggyKar ,
@LaggyKar@programming.dev avatar

Your point 1 and 2 are the same

a - app + dependencies

Which will be duplicated for everything installed application, and redownloaded for every new version. Whereas flatpak and snappy shares the dependencies between applications.

s/f - flatpak run com.very.easy.to.remember.and.type.name

Snappy makes easily run command line shortcuts. Flatpak could use some improvements there though.

janAkali ,

Yes… kinda!?
First point is space requirement, second one is a design issue. They are directly connected, I’m not arguing that.

gamey ,
@gamey@feddit.rocks avatar

Appimage literally requires more storage for the apps because it dublicates all dependencies so in terms of storage flatpak and dnaps win by FAR, there are valid reasons to criticize all three but your comment is a sad joke!

janAkali , (edited )

Unless you trying to replace half your system with appimages, appimages take less space in practice .

gamey ,
@gamey@feddit.rocks avatar

Did you read my comment at all? Flatpak and Snap share dependencies while Appimage doublicates all of them so unless you have no big dependencies on your system (literally impossible with Linux systems) Flatpaks and Snaps become more efficient in terms of storage usage the more you use them because they share big parts while Appimage still dublicates every single dependency because it’s a single binarie with everything in it…

janAkali , (edited )

Flatpaks and Snaps become more efficient in terms of storage usage the more you use them…

I’m not disagreeing with that, but how many apps an average user requires that he can’t find in the distro’s repository? And how many snaps he should have installed, so it’d be more space-efficient than appimages, 10? 20? 30?

hint: for me - one is too many.

Flatpak and Snap share dependencies while Appimage doublicates all of them…

On the other hand, appimage only includes the libraries actually required by an app. Where Snap/Flatpack install big fat runtimes.
I’ve recently made a very simple gtk4 app and packaged it with all dependencies into a 10mb appimage you can just download and run. The very same app would rely on 250+ mb gtk4 runtime with snap.
And I could be fine with that; but no, it’s not that simple, you’ll have x3 gtk4 runtimes on your system. Because snap keeps 3 last versions of every snap pkg and it’s dependencies. I don’t know what flatpack installs, but it’s not efficient in that regard either.

2-3 gigs of libraries a program might not even need. It’s just wasted space for an average linux user. And if I was fine with that, I would be using Windows right now.

iByteABit ,

It does make sense why it works the way it works but I still don’t want it on my system

gamey ,
@gamey@feddit.rocks avatar

Well, that’s your choice, I like and use Flatpaks but noone has to do so!

Whisp , (edited )

deleted_by_author

  • Loading...
  • shmanio ,
    @shmanio@lemmy.world avatar

    I haven’t used Ubuntu since the pre-snap era, but from discussions online I think that every program is stored in a different squashfs that is mounted at boot.

    baru ,

    Loads of mountpoints used by snap.

    Nia ,

    Snaps mount themselves as a filesystem which floods the menu with needless entries when you’re trying to monitor/manage filesystems

    robinj1995 ,

    There are many reasons one could choose to hate Snap packages, and this not one of them. It’s like hating a webbrowser because it spawns 20 processes that (the horror) you would all see when you run ps. It’s just a part of how container technologies work.

    planish ,

    This is truly why I also hate snaps though. The snapd people and the mount people need to work out how to hide these by default.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines