40 points

This is literally the reason why I switched over to Debian. At least back then, snaps wouldn’t work if the home folders were not under /home/<username>, breaking all computers on the system I helped run.

permalink
report
reply
17 points

At least back then, snaps wouldn’t work if the home folders were not under /home/<username>,

Do you mean that it literally had /home/ hard-coded instead of using $HOME? That’s crazy if so.

permalink
report
parent
reply
9 points

You can’t use environment variables to set up apparmor rules.

permalink
report
parent
reply
3 points

What about using tilde to denote home?

permalink
report
parent
reply
0 points

not sure which is worse these days.

permalink
report
reply
125 points

I don’t have a problem with snaps as a technology. If you want to use them, then who am I to judge?

But what I do have a problem with is when I don’t have a choice and I am being forced to use what the distro maintainers think is good for me. That is what finally made me quit Ubuntu and switch to Fedora.

permalink
report
reply
75 points

Also, Snap is proprietary. That alone is reason enough for me to steer clear.

permalink
report
parent
reply
55 points

Well snap itself isn’t proprietary, the backend server distributing the snaps is.

permalink
report
parent
reply
15 points
*

Explain how this distinction matters in the real world?

Snap distribution is as much a part of snaps as Snapd.

Who cares that part of it is open source if other parts aren’t?

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
1 point

Welcome to the gang. I think you’ll like it here.

permalink
report
parent
reply
31 points

I do have a problem with them, the same problem was solved, better, with other technologies like appImage (which doesn’t litter your mount list with 100 meaningless entries).

Even flatpak is better, snap is an also ran they’re trying to force on us without being as good as any of the competitors.

permalink
report
parent
reply
12 points

Couldn’t the same argument be made for any distro? They give you what they put in their repos. If you want a deb package, use the mozillateam PPA (which is built on Canonical’s hardware, same as Mozilla’s snap of it).

permalink
report
parent
reply
2 points

IIRC, the issue was that - unless you take steps to explicitly prevent it - Ubuntu would occasionally reinstall the snap version. I don’t remember the details, been a while since I had to dance that dance, but I recall it being one of the things that put me off snap in particular, Ubuntu in general and sparked my search for a different distro.

I’m now on Nobara, a Fedora-based gaming-oriented distro maintained by GloriousEgroll (who also maintains the popular Proton-GE)

permalink
report
parent
reply
1 point

Like with any time you’re trying to select a specific source for a package, you need to set apt configuration to prefer that source. It’s standard apt behaviour with a standard way to configure it.

permalink
report
parent
reply
1 point

the difference is that the folder/package structure for other package manager is open and well known
everyone can host their own i.e. apt, pacman or Flatpak repository with little effort

the required folder/package structure for snaps is no longer open and you cannot change the default snap repository either easily

permalink
report
parent
reply
1 point

The package structure for snaps is very much open, as is the API for a snap store. There was for a long time an open source snap store implementation, but it died out due to lack of interest by others in actually hosting their own stores, which to me says a lot about whether people actually want to host their own repo or just want to use it as a way to complain.

permalink
report
parent
reply
10 points

when I don’t have a choice and I am being forced to use what the distro maintainers think is good for me.

That’s the case on literally any distro.
And just like on literally any distro, you can also install Firefox from FlatPak, the Mozilla repo or from source.

permalink
report
parent
reply
8 points

Except on Ubuntu it just installs the snap regardless. If you don’t pay attention you may not even realize that it is a snap. Also the snap store is controlled exclusively by one company with a questionable history.

permalink
report
parent
reply
9 points

Read my comment again:

install Firefox from FlatPak
the Mozilla repo
or from source

In none of these cases will Ubuntu be able to install it from snap instead.
Only the Firefox “package” in the Ubuntu repos actually just links to a script that installs the snap.

permalink
report
parent
reply
7 points

IMO the biggest issue with snaps in the sandboxing. Makes so many apps unusable for development.

permalink
report
reply
5 points

Isn’t that what “classic” confinement is supposed to solve?

permalink
report
parent
reply
1 point

At that point use native tools

permalink
report
parent
reply
0 points

And there broken design. They are way overly complex and snapd requires large amounts of permissions. They also add a ton of overhead and make everything slow.

permalink
report
parent
reply
15 points

Wait… I’m just about to switch over to Linux on a laptop and was going to use Ubuntu. This looks kind of cursed though?

permalink
report
reply
0 points
*

I would suggest not judging distros by what the online community says.

Install Ubuntu and see whether you encounter any issues. If not, who cares about what some meme says.

permalink
report
parent
reply
42 points
*

Tbf, Unbuntu works, but they’re ran by a company which has made some questionable choices. You can still go with it if you don’t care too much, it has the advantages of being user friendly and well documented.

If you’d rather not, but you want something not too far and equally easy, you can go with Linux Mint, which is based on Ubuntu but disables snaps. They also offer differently choices of desktop environments, the default being Cinnamon (which looks a bit more like windows), and another being Mate, which is closer to Gnome.

They also have a “Debian Edition”, which aims to stop being dependant on Ubuntu and may or may not replace the default edition someday, but so far it’s not the one they recommend for new users.

permalink
report
parent
reply
17 points

You could try out Linux Mint¹, they’re Ubuntu based and disable Snap by default².

  1. https://linuxmint.com
  2. https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html
permalink
report
parent
reply
7 points

Linux mint has no GNOME or KDE variant, so while they fix many Ubuntu issues, they are still on XOrg.

permalink
report
parent
reply
12 points

So? There’s nothing preventing someone from installing either, and they’re adding Wayland support to Cinnamon.

permalink
report
parent
reply
3 points

It is a work in progress. Also I don’t think it is going to matter that much for most people. Worse case you can install gnome on Linux Mint.

permalink
report
parent
reply
24 points
*

Switching to Ubuntu is way, way better than staying on Windows.

That being said, Ubuntu is maintained by the Canonical company, and they have made some really sus decisions in the past. Things like putting Amazon ads in the application launcher and then trying to gaslight people when the inevitable backlash arrived.

The meme above refers to Canonical’s own Snap packaging format (think of it like UWP/Microsoft Store apps vs. “regular” Win32 apps), and the way they’re pushing for its adoption. Snap is installed by default on Ubuntu and official Ubuntu flavors. You can uninstall it manually, but Canonical has modified the APT package manager so that when an application is available as a Snap package, it automatically installs the Snap back-end and the application as a Snap package without notifying the user (instead of installing the .deb-packaged applications, which is what happens on all other distributions that use APT). Canonical recently also ordered that official Ubuntu flavors (which are maintained by independent groups) can’t include Flatpak, a universal packaging format that directly competes with Snap, in their default installations.

permalink
report
parent
reply
3 points

KDE Neon or EndeavorOS are also options, depending on whats important to you in a distro. I recommend getting a live usb so you can boot into linux and try it before installing the whole system.

permalink
report
parent
reply
0 points

Can’t recommend EOS. Awful community when something breaks. Definitely not something for people coming from Windows.

permalink
report
parent
reply
1 point

Awful community? Its Arch, which is regarded as having one of the most comprehensive guides and as long as you find someone willing to not be a dick, the community is great!

permalink
report
parent
reply
8 points

It’s not as bad as it looks, especially if you aren’t hardcore, but for long-term linux users it’s not great.

Debian has become what Ubuntu wanted to be: An easy, clean distribution that basically just works, which is a major reversal.

Also consider fedora.

But don’t be worried about Ubuntu, it’s still completely usable.

permalink
report
parent
reply
6 points

Ubuntu’s packet manager Apt was already kind of awful in many ways, especially with its PPA hell. But them adding Snap packages somehow managed to make them reach even new levels of awful.

permalink
report
parent
reply
7 points

Pick whatever looks best. It’s not a big of a deal as we make it out to be.

Fedora KDE is also an awesome choice though if you must choose something else.

permalink
report
parent
reply
-3 points

Nah, this is just the same “hivemind hates thing” leaking over from Reddit. It’s not that different to the systemd hate. There’s a core of a point, but if a small fraction of the energy spent on the daily Two Minutes Hate were redirected towards fixing the things those folks don’t like, they wouldn’t have any molehills to treat as mountains.

permalink
report
parent
reply
2 points

I recommend LMDE nowadays, but it doesn’t really matter.

permalink
report
parent
reply
8 points

Just install something else like Linux Mint or Pop OS. Ubuntu doesn’t seem to want to respect your rights as a user. You do one thing and the sneakily do something else. Its a bit like how Microsoft makes Edge the default after an update.

permalink
report
parent
reply
-2 points

Install cachyos

permalink
report
parent
reply
3 points

Switch to Linux but you have major paradigm you need to pick. Do you want your computer to be bleeding edge but it be a hobby? Or do you want slightly older and rock solid? Or do you have an enterprise support contract? You only pick Ubuntu/RHEL if you have the last one.

permalink
report
parent
reply
4 points
*

Ignore the noise and go with Ubuntu LTS. When you get comfortable with that, you could try Debian.

You could play it backwards too. Try Debian, if you can’t get it to do what you want, wipe and do Ubuntu LTS. But I do not recommend this path if you have no idea what you’re doing. People underestimate how difficult it is to do simple things when you don’t know how to, no matter how trivial.

permalink
report
parent
reply
4 points

Download the live disc images of Ubuntu, Mint, Debian, Arch blah blah etc etc etc.

Distrowatch.com is a great resource.

Take them for a test drive before you commit.

If this is your 1st forlay into Linux and you just wanna ride, do yourself a favor and install Mint. It works, and it’s a great way to get into it easily and painlessly and operates (mostly) how you would expect it to coming from another OS.

Welcome

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

I use Arch btw


Sister communities:
Community rules
  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

Community stats

  • 7.6K

    Monthly active users

  • 1.2K

    Posts

  • 68K

    Comments