this post was submitted on 10 Jan 2024
707 points (96.1% liked)
linuxmemes
21173 readers
151 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have used Ubuntu as the daily driver for the last 10 years, because support and tools are widespread and easy, and I don't need any extra pain in my life. Drivers are mostly present and working upon a clean install, and in the one case where the touchpad wasn't recognized, it was super easy to find an ubuntu forum post containing a 1-line command to fix it. But everybody says i should hate it and use Mint instead.
I'm open to give it a go, but in general, will most of the tutorials and fixes you find for Ubuntu also work with Mint?
Mint is Ubuntu-based so yeah, most stuff will work.
But also: The only reason I don't recommend Ubuntu is because of Snaps and telemetry. If someone decides that they don't mind, I don't care. Everyone should just use the distro they like best
I'm new to linux.. what is snaps and telemetry..?
Snaps are a more powerful flatpack
Like an .exe on Windows
They are able to do system components
People don’t like them because the server that serves snap is closed source. Since Snaps themselves are open source they could be changed to not use Canonical but then it would be a fork
Telemetry is sending data to the company that makes the OS, normally in Linux this is opt-in but on Ubuntu it is opt-out
The other reason for not liking Snaps is badly implemented sandboxing. Unless they've fixed it more recently, the Snap version of a program cannot see your USB stick, your printer, your scanner, ½ of your fonts, your 2nd internal hard drive, your custom plugins etc and it can't connect to other software also installed on the computer.
There's (to my knowledge) not currently an easy system to grant access to these things - whereas Flatpak, for instance, has Flatseal, which let's you alter the permissions of all your Flatpak programs.
Perhaps if they'd launched Snaps with an android-like "would you like to give this program access to..." sort of thing, there'd be less of a problem.
There is of course a chance this has all been fixed since - but I've certainly not heard of it happening.
Ahh, that makes sense. Thank you! 😊
thanks so much! 😊