Re: KDE Plasma cannot login after update Reply #15 – 21 February 2025, 14:17:15 The problem was encoutered in a newly installed Artix-runit system after first -Syyu. Switching to lightdm, configuring env variable did not help. Prompts kdewallet - then black screen. ~/.xsession-errors indicated that kwin_x11 fails to load due to a missing library (libkdecorations2.so.6).My system uses an AMD GPU (with an NVIDIA card ignored in the x11 configuration), so it doesn't appear to be a hardware issue. Could not start the system since yesterday's icu update, little idea whether it is related though. Considering downgrading plasma.Regards.
Re: KDE Plasma cannot login after update Reply #16 – 21 February 2025, 14:18:53 Did you try to run pacman -Syu from the console? That might fix the problem.artist
Re: KDE Plasma cannot login after update Reply #17 – 21 February 2025, 14:25:30 Sure, pacman -Syu in console does not make any difference. Last Edit: 21 February 2025, 15:43:49 by ik120
Re: KDE Plasma cannot login after update Reply #18 – 21 February 2025, 15:16:26 I have the same issue; after updating with pacman -Syyu and running also pacman -Syu from the console (Alt+F2) I get the same complaint :Code: [Select]kf.coreaddons: "Could not load plugin from /usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_kwindecoration.so: Cannot load library /usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_kwindecoration.so: libkdecorations2.so.6: cannot open shared object file: No such file or directory"
Re: KDE Plasma cannot login after update Reply #19 – 21 February 2025, 15:36:56 I too had this issue after updating on a fresh install. The solution that I used, suggested on page 1 was to add the Gremlins repos and locate out-of-date packages. Once Kwin and plasma-integration were updated I was able to login again. I think the SDDM theme issue is an older bug as none of those solutions worked for me.
Re: KDE Plasma cannot login after update Reply #20 – 21 February 2025, 15:39:03 Is world/kdecoration 6.2.5-1 installed on your system?artist
Re: KDE Plasma cannot login after update Reply #21 – 21 February 2025, 15:45:26 Nope, I have world/kdecoration 6.3.1-1.However, there are 3 packages left with older version:Code: [Select]❯ pacman -Q | grep -E '6\.2\.(4|5)'kwin 6.2.5-3plasma-integration 6.2.4-1plasma5-integration 6.2.4-1Edit: solved it by enabling system-gremlins and world-gremlins and updating with pacman -Syyu. Last Edit: 21 February 2025, 16:14:28 by softexpert@gmail.com
Re: KDE Plasma cannot login after update Reply #22 – 21 February 2025, 16:38:37 after kwin update to 6.3.1-2.1 plasma\wayland is running. (w/o gremlins repo)Code: [Select]pacman -Q | grep -E '6\.2\.(4|5)'plasma-integration 6.2.4-1plasma5-integration 6.2.4-1
Re: KDE Plasma cannot login after update Reply #23 – 21 February 2025, 17:19:56 Quote from: Artist – on 21 February 2025, 08:35:30On a currently updated system, the Plasma problem does not reproduce.If the problem persists for anybody then pls provide details about the packages versions, xorg logfile, etcartistI didn't do any manual fiddling during the timeframe where the updates were broken, I just waited and ran -Syu as usual after, I checked the versions and kwin is the only part of kde that still seems to be on 6.2, and I still have the problem, cannot login on wayland or x11
Re: KDE Plasma cannot login after update Reply #24 – 21 February 2025, 17:43:14 Pls report which mirror is being used by pacman, and also try another one.artist
Re: KDE Plasma cannot login after update Reply #25 – 21 February 2025, 18:05:43 Quote from: Artist – on 21 February 2025, 17:43:14Pls report which mirror is being used by pacman, and also try another one.artistMirrorlist generated on 2025-01-02, I just removed all the mirrors except the 3 default ones plus the czech one, ran -Syyu and no changes.
Re: KDE Plasma cannot login after update Reply #26 – 21 February 2025, 18:17:07 Quote from: Dastard – on 21 February 2025, 18:05:43Quote from: Artist – on 21 February 2025, 17:43:14Pls report which mirror is being used by pacman, and also try another one.artistMirrorlist generated on 2025-01-02, I just removed all the mirrors except the 3 default ones plus the czech one, ran -Syyu and no changes.I was about to shut down the computer, but I ran it one last time, and it pulled kwin 6.3 and now the system works, I'll mark it as solved, thanks everyone for the help!But what caused this? I saw in archive.artixlinux.org that kwin was updated to 6.3 after midnight on 20th but it didn't pull until now for me. Last Edit: 21 February 2025, 18:42:23 by Dastard
Re: KDE Plasma cannot login after update Reply #27 – 21 February 2025, 20:15:00 This was the last time we were using a certain VPS server for orchestrating the updates and moves and these took longer than expected. This caused version inconsistencies. To be prepared for such a case always make sure to have a backup or snapshot, with timeshift or other tool, and make sure to have pacman-static already installed.We plan to start using a more powerfull VPS for this, this weekend.artist