Hi Matthias, If I'm not using sddm, I use the following in my .xinitrc for kf5:
exec ck-launch-session startkde There are advantages, I've found, to having ConsoleKit invoked. As for poudriere, doing a bulk build on x11/kde5 should pull in everything you need. I use poudriere all the time with that entry in my build file. Cheers, DMK On Monday, June 17, 2019 6:12:38 A.M. EDT Matthias Apitz wrote: > Hello, > > I'm moving on FreeBSD CURRENT with ports tree as of June 10 from KDE4 to > KDE5 for the first time. I've compiled ~2000 ports with poudriere, for the > KDE5 I just let it compile 'x11/kde5' and all its dependencies. Is this > enough to get KDE5 on the screen or do I miss essentials ports? > > In KDE4 I started the desktop with the 'startx' command and a correct > ~/.xinitrc as: > > exec /usr/local/bin/startkde > > and as well the file ~/.xserverrc as: > > exec X -retro -logverbose 6 -listen > > Will the same work for KDE5? Can someone please point me to a good > documentation for experienced FreeBSD and KDE4 user, but KDE5 dummies, like > me? > > Thanks > > matthias