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/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'raveos-plasma-theme/PKGBUILD') diff --git a/raveos-plasma-theme/PKGBUILD b/raveos-plasma-theme/PKGBUILD index 29465be..4b8a0e9 100644 --- a/raveos-plasma-theme/PKGBUILD +++ b/raveos-plasma-theme/PKGBUILD @@ -2,7 +2,7 @@ pkgname=raveos-plasma-theme pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="RaveOS Plasma theme payload and installer" arch=('any') url="https://raveos.local" @@ -10,7 +10,7 @@ license=('custom') options=('!debug') conflicts=('raveos-gnome-theme' 'raveos-hyprland-theme' 'raveos-cosmic-theme') -depends=('fastfetch' 'raveos-sddm-theme' 'wl-clipboard') +depends=('fastfetch' 'raveos-sddm-theme' 'wl-clipboard' 'kwallet-pam') install="${pkgname}.install" source=() @@ -46,6 +46,7 @@ package() { install -dm755 "${pkgdir}/etc/xdg" install -Dm644 "${startdir}/kdeglobals" "${pkgdir}/etc/xdg/kdeglobals" + install -Dm644 "${startdir}/kwalletrc" "${pkgdir}/etc/xdg/kwalletrc" install -Dm644 "${startdir}/ksplashrc" "${pkgdir}/etc/xdg/ksplashrc" install -Dm644 "${startdir}/kscreenlockerrc" "${pkgdir}/etc/xdg/kscreenlockerrc" install -Dm644 "${startdir}/konsolerc" "${pkgdir}/etc/xdg/konsolerc" -- cgit v1.3