this post was submitted on 08 Dec 2023
240 points (94.4% liked)

linuxmemes

20703 readers
2633 users here now

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!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 46 points 9 months ago (2 children)

"manjaro" explains the problem very well actually

[–] [email protected] 11 points 9 months ago (1 children)

Seriously. I used Manjaro for a short period about 5 or 6 years ago but ran into so many issues with it. Vanilla Arch on the other hand is very forgiving in my experience. I have a second desktop PC with Arch installed and I only update that machine once every couple of months when I actually need to use it. In my four years of doing that I never had an update break my system.

[–] [email protected] 9 points 9 months ago (1 children)

I've used and come back to Arch for nearly 8 years now and Manjaro has always been a broken distribution and genuinely gives Arch a bad rep.

Arch has always been a very stable daily driver for me, never breaking and never having issues with it. I'm always confused on what people are doing when they have issues with their entire distro breaking, especially since you pick all your packages and such anyways.

[–] [email protected] 3 points 9 months ago

I've had a few breaking changes in 10 years of dailying Arch across multiple devices.

Most egregiously one time a PAM update included a new PAM config... which got applied as .pacnew, but the new PAM config was critical and I could not login with a cryptic error message.

That probably took me a solid hour to figure out, because config file conflicts is probably pacman's weakest point. At least apt starts conflict resolution by default.

[–] [email protected] 4 points 9 months ago

I don't think in this specific case it does, though. I had similar problems with a completely different distribution. I'm convinced that it's an upstream Qt or KDE issue where broken caches or changed cache formats don't get automatically invalidated and rebuild. In the case I vividly remember some lower level graphics library was updated and everything seemed to run fine but for some (and only some) users it resulted in Qt or some KDE component not being able to parse the cache any longer. After some research (under Gnome) I wrote a small script that quit Plasma and KWin, deleted all the caches (icon, font, ...) and then launched KWin and Plasma again. Worked fine and came handy on a couple of further occasions.