this post was submitted on 17 Aug 2024
546 points (98.6% liked)

Technology

58033 readers
3203 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TheBananaKing@lemmy.world 4 points 3 weeks ago

I do know about window managers, thanks.

And that's part of the problem: they all have their own slightly different infrastructure that relies on slightly intricate and not-quite-standard plumbing.

Dialogs not opening, or those weird invisible 30-second timeouts opening an application becasue dbus isn't happy because one of the xorg init scripts messed some XDG path or set the wrong GTK_* option, or XAUTHORITY is pointing somewhere weird.

Whichever user is logged in locally should be allowed to talk to the device they plugged in via usb? Well that's just an unreasonable thing to expect to happen by default, let me spend 20 minutes cooking up a udev script to chown it on creation.

Users managing to set their default terminal to some random script they were working on (seriously, how?). Or they initialised their xfce4 profile with the blank-toolbar option and now can't work out how to launch anything.

Notification popups? Sure, the toolbar will let you add one, but nothing communicates with it by default lol.

also jesus christ kde.

And I'm talking about the built-in functionality of the desktop environment wrt package management, not separate applications.

Sure, it's nice to be able to apt-get upgrade and just get everything all at once - when everything is happy with everything else.

But when you get conflicting dependencies and you have to take time out to track down what libpyzongo0-util is used for or what is going to break later on if you just purge it because people use cutesy package names that are worse than Ruby libraries in terms of communicating what they're actually for, and do we need this thing for the core platform or it it form some random crap that was installed ad-hoc and used precisely once, it gets old.

Like I say you need this amount of flexibility and complexity for development and deployment and network services and all the rest. Anyone using Windows for much more than file-print-office-browser-gaming has more masochism in them than I can comprehend.

But for that same very minimal set of core use-cases, you don't need (or, I'd argue, want) flexibility or complexity, you want it to be simple and robust with JOWTDI. And for everything else, you ssh into your linux box and do it there. I was amazed to discover that Windows Terminal is actually really nice; combine that with an X server and maybe a VNC client, and you've got the best of both worlds.

And yes, Windows has all kinds of annoying shit of its own - but that mostly pops up when you want to do interesting things on it, not when you just want to look at cat videos on the internet.