Solved Failed to load KDE theme

I followed https://www.freebsd.org/doc/handbook/x11-wm.html.
Code:
pkg install x11/kde5 sddm
#/etc/fstab
proc     /proc      procfs     rw    0    0
#/etc/rc.conf
dbus_enable="YES"
hald_enable="YES"
sddm_enable="YES"
But when I reboot KDE says
Code:
The current theme cannot be loaded due to the errors below, please select another theme.

file:///usr/local/share/sddm/themes/breeze/Main.qml:26:1: plugin cannot be loaded for module "org.kde.plasma.core": Cannot load
 
Back
Top