this post was submitted on 24 Oct 2025
41 points (91.8% liked)

Linux

9942 readers
2056 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Sometimes people tell me I should have gone with either Linux Mint or EndeavourOS, and otherwise don't really tell me why it's bad, just that it's bad. So far I only could find one thing, which is that their repo isn't 100% rolling for stability, and sometimes it does not guarantee stability.

you are viewing a single comment's thread
view the rest of the comments
[–] sorrybookbroke@sh.itjust.works 77 points 6 days ago* (last edited 2 days ago) (3 children)

Their devs constantly make mistakes that harm the ecosystem, they suggest poor practices, and are generally incompetent.

They ddosed the aur twice the second time the exact same way as the first. No solution was put into place to fix the root cause and it caused a major issue. They didn't learn.

The lead arm Dev pushed an update to Asahi (trusted, due to their position) that broke the system for half of the users (those using xorg) showing the dev didn't test it on xorg at all. The problem? They upped a version for a dependency which had nothing to do with their code. The issue was documented. This dev, their lead arm dev, didn't check the docs before upoing the version. Didn't test at all either. This is a lead dev. That's their standard

Before asahi was released they claimed manjaro worked on the m1 macbooks with a marketing page and all shipping a random dev version of the Asahi kernal known to not even boot. This was lucky as if it could, the build had a chance to break the computer. What did they do this? Who knows.

They forgot to update their SSL certs 5 times telling people to change their system clocks the first time. You can automate SSL cert renewal by the way. It's easy and takes at max twenty minutes if it's not cooperating and you'll never have to worry again. This shows, again, they're not competant and don't learn from their mistakes.

They suggested, and strongly defended, using sudo pacman -Syyu which forces a database refresh for every install. This is not likely ever needed unless something fucks up bad and puts unnecessary stress on the repos.

A lot more too but I'm sleepy. I rarely say a distro is a bad choice but manjaro is the strongest exception for me. You can't trust their devs. Of course the entire AUR and update issue but that's hit or miss on whether it effects you

If you want a semi rolling release like manjaro I'd suggest OpenSuse tumbleweed. Same release idea but with consistantly competant devs.

Manjaro is a wet fart. I don't want them sitting in my lap man

[–] 30p87@feddit.org 13 points 5 days ago (1 children)
[–] SinTan1729@programming.dev 10 points 5 days ago* (last edited 5 days ago) (2 children)

I like EndeavourOS because it's pretty much vanilla Arch, just with a nice installer. (Although we do now have the archinstall script.) After installation, there's pretty much no difference. Also, I like the logo. I only installed Arch once for the bragging rights lol.

[–] kata1yst@sh.itjust.works 4 points 5 days ago* (last edited 5 days ago) (1 children)

I ran vanilla Arch on 3 machines for over 15 years, but these days I just use Endeavor. Easy install, sane defaults, and then hands you a fully working and customizable arch. Absolutely love the project.

[–] SinTan1729@programming.dev 2 points 3 days ago* (last edited 3 days ago)

And they have a great community too. I especially like their off-topic threads e.g. the photography and music ones.

[–] UndulyUnruly@lemmy.world 13 points 5 days ago

Manjaro is a wet fart. I don't want them sitting in my lap man

Pure poetry of yours, Wordsworth’s can go take a dump.

[–] pineapplelover@lemmy.dbzer0.com 3 points 5 days ago (1 children)

They suggested, and strongly defended, using sudo pacman -Syyu

Wait I'm not supposed to run that?

[–] sorrybookbroke@sh.itjust.works 11 points 5 days ago (1 children)

It won't harm your system but it puts an undue burden on the repos. Just sudo pacman -Syu works perfectly

The double y forces a full database refresh which is rarely needed. One example of when it might be useful might be if you lost power during a dB upgrade.

Ah I see, thanks for that. I've been using syu because I didn't see a difference between than and syyu