The LTS releases should not have that DE just yet, right?
- 0 Posts
- 7 Comments
Nugscree@lemmy.worldto
Linux@lemmy.ml•Where is Linux not working well in your daily usage? Share your pain points as of 2026, so we can respectfully discuss
2·4 months agoTo have EAC work on Linux you need to set a toggle during build, some developers just refuse to do that so EAC won’t work. There are also companies that are just plain hostile to Linux, because that’s where the hackers live or some bullshit.
Nugscree@lemmy.worldto
Linux@lemmy.ml•Where is Linux not working well in your daily usage? Share your pain points as of 2026, so we can respectfully discuss
3·4 months agoFingerprint reader does not work as it does on other OS. You can log in, but the key ring stays locked causing programs in user space to break, so I always need to log in with my password before it works. The fingerprint prompt blocks input access so you can’t type in the password and you have to wait for it to time out, also the prompt does not always appear. And the developers actively refuse to fix the not unlocking the keyring because it’s “not secure”.
Fingerprint scanners for both Windows and macOS, you can log in and it just works.
Second thing is the still broken bluetooth drivers on Debian based distro’s where it randomly just fails. No such issues on Fedora (KDE) as of yet, but I use both.
Nugscree@lemmy.worldto
Linux@lemmy.ml•What are the silliest reasons people have given you for not wanting to try Linux?
82·6 months agoKDE or stay away :P
Nugscree@lemmy.worldto
Linux Gaming@lemmy.world•I wish the Steam Controller used AA batteriesEnglish
2·7 months agoYou cannot charge those, please do not try unless you like the smell of burnt chemicals or a house fire (or both), alkaline batteries are not rechargeable. There are lithium rechargeable batteries with the same form factor (AA, AAA, etc.) or if you use older ones there are also NI-MH or NI-CD (really old).
Because using docker can sometimes cause ownership issues if not properly configured in your docker-compose.yml, I just added an alias to ~/.zshrc to rectify that.
-edit- Only run this script in your user owned directories, e.g. anything from ~/ (or /home/<your_username>) you might otherwise cause ownership issues for your system.
## Set ownership of files/folders recursively to current user alias iownyou="sudo chown -R $USER:$GROUP"
And preinstalled nvidea drivers (if you get that version)