KDE Plasma (Wayland) and SDDM Queries

Yes, let us know how you get on with this. I couldn’t satisfy the dependencies when I tried it for Leap 15.4 a month or so ago.

Alternatively, switch to the gdm display-manager, which launches its own wayland session…

~> ps -ef |grep X
dean      1787  1746  0 19:21 ?        00:00:00 /usr/bin/Xwayland :0 -auth /run/user/1000/xauth_GHSyOf -listen 45 -listen 46 -displayfd 37 -rootless -wm 40
dean      2420  2305  0 19:22 pts/1    00:00:00 grep --color=auto X
~> ps -a |grep X
~> ps -ef |grep gdm
root      1113     1  0 19:20 ?        00:00:00 /usr/sbin/gdm
root      1702  1113  0 19:20 ?        00:00:00 gdm-session-worker [pam/gdm-password]
dean      1729  1702  0 19:21 tty2     00:00:00 /usr/lib/gdm/gdm-wayland-session --register-session /usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland
dean      2823  2305  0 19:29 pts/1    00:00:00 grep --color=auto gdm