this post was submitted on 11 Aug 2025
175 points (97.8% liked)
Linux Gaming
20602 readers
229 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I did not know Wayland did this. That's awesome.
Yeah, Wayland has a lot of security related things that makes your previous solutions not work. X11 was open and allowed you to do anything, but Wayland is secure, and we trade convenience for security.
Communication with other applications and system wide monitoring was easy for scripts in x11.
There's actually a keylogging attack for Wayland, which is an
LD_PRELOAD
vulnerability that can be exploited. I wonder if that attack is still viable.