21st August 2017, 23:25
Thanks for attaching the xsession-errors files.
@atowler:
First thing I see in your specific log is that you still have ksuperkey installed. This is no longer necessary. So removing it will not try starting it again in autostart (which might bring several msec faster startup)
In general I see in both xsession-errors file that some kwin desktop files cannot be loaded.
It seems to be a problem with the filenames or renaming done upstream somehow.
You can link those two files for it to find.
The rest is still under investigation.
@atowler:
First thing I see in your specific log is that you still have ksuperkey installed. This is no longer necessary. So removing it will not try starting it again in autostart (which might bring several msec faster startup)
In general I see in both xsession-errors file that some kwin desktop files cannot be loaded.
It seems to be a problem with the filenames or renaming done upstream somehow.
You can link those two files for it to find.
Code:
cd /usr/share/kservicetypes5/
sudo ln -s kwinscript.desktop kwin-script.desktop
sudo ln -s kwineffect.desktop kwin-effect.desktop
The rest is still under investigation.