I am trying to run KDE 5 in a VNC session and although I get application windows like konsole, kate etc the shell I need for the Start Menus, taskbar, desktop background etc is not present. This is my current ~/.vnc/xstartup file.
I also get a message that kwin_x11 keeps crashing and I should try another shell.
What additional commands are required to get the shell workiing?
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
export XKL_XMODMAP_DISABLE=1
# /etc/X11/Xsession
startkde &