On Friday 03 March 2017 07:59:50 Tobias C. Berner wrote: > Hi > > You cannot yet use a wayland session to run plasma on FreeBSD > . > > To start it in X11 mode just execute /usr/local/bin/startkde, and for good > measure with ck-launch-session. > > I'm not familiar with xdm, and how it starts its sessions, but I think it > sources ~/.xinitrc. So try to create one with the contents: > > exec ck-launch-session /usr/local/bin/startkde
xdm uses .xsession, which many people used to link to .xinitrc. Here's my .xinitrc, which -- although I don't use it from xdm -- ought to do the trick. Remember to chmod +x it. Then ln -s .xinitrc .xsession . #! /bin/sh /usr/local/bin/xterm -geometry +0+0 & # Failsafe! exec /usr/local/bin/ck-launch-session /usr/local/bin/startkde exec /usr/local/bin/twm # Failsafe in case ck-launch-session doesn't exist [ade]
