this post was submitted on 13 Sep 2025
506 points (98.5% liked)

Technology

75041 readers
2042 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ExcessShiv@lemmy.dbzer0.com 2 points 22 hours ago (1 children)

Sleep mode that doesn't work consistently, WiFi driver issues, printer driver issues, touchpad driver issues, several different wonky ways to install programs instead of just double-clicking an .exe and pressing "next-next-OK", random shutdown of programs for no reason or error codes...the list goes on. And on topnof that, all the stuff that people are used to using that just doesn't run on Linux at all.

[โ€“] JovialSodium@lemmy.sdf.org 2 points 20 hours ago* (last edited 20 hours ago)

I love Linux, but I admit these are valid. I've had some of these same issues.

Sleep mode that doesn't work consistently,

I haven't had any issues with sleep on my devices, but I have in the recent past on previous hardware.

WiFi driver issues, printer driver issues, touchpad driver issues,

My WiFi doesn't work at all on my desktop. Though it's worked on a live image from another distro so seems likely to be an issue with the distro's distributed kernel, not a Linux one. I run a rolling release distro so won't be that the kernel is too old. But don't care so haven't troubleshot it much. My printer requires the use of vendor provided drivers, which are only available for some distros. It works, but not a solution I'm happy with. Never had touchpad issues.

several different wonky ways to install programs instead of just double-clicking an .exe and pressing "next-next-OK",

I think package repos > collecting and installing your software piecemeal from all over the place. But having to deal with repos, flatpaks, appimages, etc. can be daunting.

random shutdown of programs for no reason or error codes

Sounds like an OOM process kill maybe? That'll show in your kernel logs if so. But no immediate visual feedback.

...the list goes on. And on topnof that, all the stuff that people are used to using that just doesn't run on Linux at all.

If there's proprietary software that doesn't run on Linux that someone wants/needs to run and there aren't any viable alternatives then yeah, probably a non-starter. There's wine of course but it can be a crapshoot. No shade intended towards the project. It's amazing what it can do, even if it can't do everything.