Could not start ksmserver

Установил 11.3
После перезагрузки перестал загружаться KDE. Выдает “Could not start ksmserver. Check your installation.” и назад на авторизацию отправляет.
Гугл сообщает о множестве людей с такой же проблемой, только вот конкретного решения я так и не нашел.
Кто-нибудь знает в чем проблема?

Ошибка выдаётся скриптом /usr/bin/startkde.
Вот этот фрагмент:

# finally, give the session control to the session manager
# see kdebase/ksmserver for the description of the rest of the startup sequence
# if the KDEWM environment variable has been set, then it will be used as KDE's
# window manager instead of kwin.
# if KDEWM is not set, ksmserver will ensure kwin is started.
# kwrapper4 is used to reduce startup time and memory usage
# kwrapper4 does not return useful error codes such as the exit code of ksmserver.
# We only check for 255 which means that the ksmserver process could not be 
# started, any problems thereafter, e.g. ksmserver failing to initialize, 
# will remain undetected.
test -n "$KDEWM" && KDEWM="--windowmanager $KDEWM"
kwrapper4 ksmserver $KDEWM
if test $? -eq 255; then
  # Startup error
  echo 'startkde: Could not start ksmserver. Check your installation.'  1>&2
  test -n "$ksplash_pid" && kill "$ksplash_pid" 2>/dev/null
  xmessage -geometry 500x100 "Could not start ksmserver. Check your installation."
fi

Соответственно, в этом надо разбираться.

Попробуйте загрузиться в init 3 и запустить ksmserver. Смотрите, что напишет.