Re: Can't login after Plasma update
Reply #1 –
Getting the same issue after the update.
The error seems to be related to a missing library, as described in the following error message:
Cannot load library /usr/lib/qt6/plugins/org.kde.kdecoration3/org.kde.kwin.aurorae.so: libkdecorations3private.so.1: cannot open shared object file: No such file or directory
I can find /usr/lib/libkdecorations3private.so.2 but no libkdecorations3private.so.1.
Making a symlink named libkdecorations3private.so.1 that points to /usr/lib/libkdecorations3private.so.6.3.2 "fixes" the issue - the dependency is artificially satisfied an I can open my X11 session (probably will do the same to the Wayland sessions as well).
This is a workaround and updated packages should provide the correct dependencies so that this hack becomes unnecessary.