this post was submitted on 06 Mar 2024
133 points (97.8% liked)

Arch Linux

7739 readers
1 users here now

The beloved lightweight distro

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] shadowintheday2@lemmy.world 31 points 1 year ago (1 children)

For those who use Wayland and autostart, don't forget to edit

/etc/sddm.conf.d/kde_settings.conf

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 and pacman -Q | grep -i plasma and remove everything related, then fresh install plasma-meta or plasma group and it should work

[โ€“] Hominine@lemmy.world 6 points 1 year ago

Thanks for the heads-up!