this post was submitted on 06 Mar 2024
141 points (98.0% liked)
Arch Linux
7750 readers
2 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For those who use Wayland and autostart, don't forget to edit
from KDE5: Session=plasmawayland
to Plasma6: Session=plasma
to confirm the exact name, check what is available under
/usr/share/wayland-sessions/
if you're stuck, try
pacman -Q | grep -i kde
andpacman -Q | grep -i plasma
and remove everything related, then fresh install plasma-meta or plasma group and it should workThanks for the heads-up!