From e1de1a131d593bfee193abc64f1e8e7de8f7ac1c Mon Sep 17 00:00:00 2001 From: Nippy Date: Wed, 9 Sep 2026 13:45:23 +0200 Subject: fix(plasma): resolve kwalletd6 crash and session freeze - Add default kwalletrc (/etc/xdg and ~/.config) with First Use=false - Remove disruptive plasma-apply-lookandfeel from first-login.sh - Ensure kwallet-pam and kwalletmanager dependencies for clean PAM auto-unlock - Bump raveos-plasma-theme pkgrel to 3 and raveos-calamares-module to 23 --- raveos-plasma-theme/raveos-plasma-first-login.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'raveos-plasma-theme/raveos-plasma-first-login.sh') diff --git a/raveos-plasma-theme/raveos-plasma-first-login.sh b/raveos-plasma-theme/raveos-plasma-first-login.sh index f16f43d..421ee84 100755 --- a/raveos-plasma-theme/raveos-plasma-first-login.sh +++ b/raveos-plasma-theme/raveos-plasma-first-login.sh @@ -23,10 +23,6 @@ elif command -v qdbus >/dev/null 2>&1; then QDBUS="qdbus" fi -if command -v plasma-apply-lookandfeel >/dev/null 2>&1; then - plasma-apply-lookandfeel -a org.kde.breezedark.desktop >/dev/null 2>&1 || true -fi - if [[ -f "${wallpaper}" ]] && command -v plasma-apply-wallpaperimage >/dev/null 2>&1; then plasma-apply-wallpaperimage "${wallpaper}" >/dev/null 2>&1 || true fi -- cgit v1.3