this post was submitted on 15 Jun 2026
62 points (98.4% liked)

Linux

65794 readers
1027 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

What's the difference for a real user between using X11 or Wayland nowdays? I haven't found anything useful on the internet, so I'm asking you. Internet articles on the topic (and about WMs too) seem to be advertising slop since they explain anything but the real things. Also, if anyone used the XLibre fork, I would love to hear about your experience with it.

you are viewing a single comment's thread
view the rest of the comments
[–] someonesmall@lemmy.ml 2 points 5 hours ago (1 children)

I did not have any problems with Wayland for 6 months on Arch (personal PC for hobby projects and gaming). I also don't want to troubleshoot, it just works. Most applications are installed via flatpak.

[–] ohshit604@sh.itjust.works 1 points 4 hours ago

also don't want to troubleshoot, it just works. Most applications are installed via flatpak.

I’m not surprised Flatpaks work with Wayland without issue, however Flatpaks containerize the application which is something I don’t want to do for everything I download as it adds extra overhead for something that could’ve just been built and installed as a native package (.deb, .rpm).

To each their own though.