Artix Linux Forum

Artix Linux => Package management => Topic started by: udidit on 03 March 2025, 20:57:17

Title: Can't login after Plasma update
Post by: udidit on 03 March 2025, 20:57:17
Hello guys, I can't login after some plasma update I did about hour ago. Welcome screen is up, but when I try to log into Wayland it just go back to Welcome screen. If I try x11 it shows splash screen loading and then just cursor on black background.

I'm on open source drivers and currently installed xfce as workaround. Anyone with same issue?
Title: Re: Can't login after Plasma update
Post by: [email protected] on 03 March 2025, 21:11:10
Getting the same issue after the update.

The error seems to be related to a missing library, as described in the following error message:
Code: [Select]
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.
Title: Re: Can't login after Plasma update
Post by: udidit on 03 March 2025, 21:43:20
Cool, guess I'll just wait for the update
Title: Re: Can't login after Plasma update
Post by: corysanin on 03 March 2025, 22:07:05
Try kwin 6.3.2.1-3
Title: Re: Can't login after Plasma update
Post by: dr-kart on 03 March 2025, 22:19:04
solves issue
Title: Re: Can't login after Plasma update
Post by: Artist on 03 March 2025, 23:00:30
thx for the feedback!

artist