How to startx KDE Plasma 5.9.2
Adriaan de Groot
groot at kde.org
Fri Mar 3 11:20:47 UTC 2017
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]
More information about the kde-freebsd
mailing list