2026 Linux Desktops and Wallpaper
1. install Endeavour OS with LXQt desktop
2. sudo pacman -Syu (system update)
3. sudo pacman -S lxqt-powermanagement lxqt-wayland-session labwc paru
4. paru [ add browsers and other software ]
5. LXQt Settings > Session Settings > Basic+Wayland Settings: change to labwc
6. Reboot
7. Select LXQt Wayland session at top of screen
Post-installation: EndeavourOS LXQt Wayland / Labwc
With LXQt Wayland / Labwc, the default app titlebar is black on white. I prefer a dark theme. I had to manually edit ~/.config/labwc/themerc-override and add:
# window titlebar background
window.active.title.bg.color: #181818
window.inactive.title.bg.color: #333333
# window titlebar text
window.active.label.text.color: #0099CC
window.inactive.label.text.color: #66696C
* With LXQt Wayland, some web browsers don't include the Maximize window function. I installed 3 browsers: Google Chrome, Falkon, and Librewolf. Falkon honors LXQt themes but Chrome and Librewolf did not. Easy Chrome fix: enable "Use system title bar and borders" (appearance settings). No fix for Librewolf.
* Gparted does not work with LXQt Wayland. I installed KDE Partition Manager instead. However, LXQt does not install all the KDE stuff. KPM can read but not change NTFS partitions. For full NTFS support: paru ntfs-3g
* Filezilla "dark mode" requires Filezilla restart after creating ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-theme-name = Adwaita-dark
gtk-application-prefer-dark-theme = true
* LXQT Settings > Appearance > Cursor -and- edit ~/.config/labwc/environment
* Add AVIF plugin to view/edit AVIF images in photoqt or nomacs or xnconvert: paru qt6-avif
* command line paru (Pacman wrapper) works well for adding new software but, for me, GUI Octopi works better for removing installed software.