this post was submitted on 06 Mar 2025
490 points (98.8% liked)

Linux

51161 readers
1838 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 5 years ago
MODERATORS
 

Both don't ship with their own Wayland compositor, but there are enough to choose from.

Xfce comes with a wayland session using labwc out of the box, but was also tested with Wayfire. The devs state you shouldn't hold your breath waiting for the native window manager xfwm to be ported into a Wayland compositor, since they don't know if/when it will be done. Almost all other Xfce components support Wayland now, while retaining X11 compatibility.

LXQt's newest stable release has full Wayland support, with 7 different Wayland compositors to choose from within a GUI settings menu: Labwc, KWin, Wayfire, Hyprland, Sway, River and Niri

https://xfce.org/about/news/?post=1734220800
https://lxqt-project.org/release/2024/11/05/release-lxqt-2-1-0/

you are viewing a single comment's thread
view the rest of the comments
[–] chismoso@lemmy.ml 6 points 2 days ago (4 children)

sway, wayfire, river, hyprland and labwc are standalone wayland compositors. why we need desktop environments inside them!

[–] superkret@feddit.org 11 points 2 days ago (1 children)

You don't need a desktop environment, but it takes away a lot of config work if you want a full featured desktop.

[–] loutr@jlai.lu 3 points 1 day ago

Exactly, I used hyprland for a while but configuration is too time-consuming if you want a decent status bar, launcher, keybinds... So I'm excited to try it with LXqt, thanks for the heads-up!

[–] Ferk@lemmy.ml 6 points 2 days ago* (last edited 2 days ago)

A compositor is normally a component in a DE, not a DE on its own. For it to be a DE in my book the "standalone" installation needs to, at minimum, provide: a launcher to execute apps, a toolbar/statusbar, and maybe a terminal emulator (or at least call some generic wrapper to automatically hook into one, something like xdg-terminal-exec).

I mean.. openbox is used in X11 desktop environments like LXDE.. I don't see why labwc (essentially wayland's openbox) should be treated like it cannot be a component of one.

And river has almost as a mission statement to become more of a framework than a DE on its own.. they even have the goal in the long term to remove things from it and instead expose more to the commands/API to make it more modular.. it's definitely not something intended to work standalone and they expect people to develop third party layout generator programs.

Maybe sway is the one in that list that might be the most "standalone", since it does have swaybar built-in.. but the default configuration still expects you to provide at least something like dmenu to use as launcher, as well as making sure you have your terminal, etc, since it does not list them as specific dependencies of the sway package, so officially they aren't really part of sway as if it were a DE suite.

[–] admin@sh.itjust.works 5 points 2 days ago

I guess we are used to it, I like to use sway in the desktop and KDE in the laptop but I want to run Wayland. And with both of them is possible.

I used sway for quite a while and after the initial setup (which was very finniky) it was alright to use. But then you start to notice little things that annoy you and by that time you've forgotten where that setting was in the config. For Linux noobs like me it's not great long-term. If you like having all your DE settings in a config file sure, use it, but I'm going back to KDE.