Here's what I tried to start kde5plasma on wayland:
And here's a small snippet of the running processes
I get a mouse arrow and I can move it around but no menus appear of clicking, no KDE desktop or an taskbar or anything.. it's something like Xorg without twm ?
What shall I do next?
Bash:
#! /bin/sh
export XDG_SESSION_TYPE=wayland
ck-launch-session dbus-run-session /usr/local/bin/startplasma-wayland
#ck-launch-session dbus-run-session /usr/local/bin/startplasma-wayland.sh
And here's a small snippet of the running processes
Code:
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
user 1441 90.2 0.4 391456 117444 v0 R+ 23:43 1:12.67 kwin_wayland --wayland_fd 4 --xwayland /usr/local/l
user 1442 47.3 0.0 23336 8572 v0 S+ 23:43 0:38.23 /usr/local/bin/Xwayland -displayfd 43 -rootless -wm
user 1429 0.0 0.0 13624 2988 v0 I+ 23:43 0:00.00 sh startkde.sh
user 1430 0.0 0.0 16924 3912 v0 I+ 23:43 0:00.01 ck-launch-session dbus-run-session /usr/local/bin/s
user 1437 0.0 0.0 13544 2864 v0 I+ 23:43 0:00.00 dbus-run-session /usr/local/bin/startplasma-wayland
user 1438 0.0 0.0 14044 3456 v0 I+ 23:43 0:00.07 dbus-daemon --nofork --print-address 4 --session
user 1439 0.0 0.1 85604 19252 v0 I+ 23:43 0:00.12 /usr/local/bin/startplasma-wayland
user 1440 0.0 0.0 14052 3020 v0 I+ 23:43 0:00.00 /usr/local/bin/kwin_wayland_wrapper --xwayland /usr
What shall I do next?