From 25af5fa7814cd4c1d8bf31e0d50cebfb6c29a4ba Mon Sep 17 00:00:00 2001 From: Nippy Date: Wed, 9 Sep 2026 14:23:05 +0200 Subject: fix(permissions): ensure user home, .config, and .local are recursively owned by user to prevent kwallet/udisks freeze --- raveos-plasma-theme/PKGBUILD | 2 +- raveos-plasma-theme/raveos-plasma-apply.sh | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'raveos-plasma-theme') diff --git a/raveos-plasma-theme/PKGBUILD b/raveos-plasma-theme/PKGBUILD index 4b8a0e9..1e3a8f9 100644 --- a/raveos-plasma-theme/PKGBUILD +++ b/raveos-plasma-theme/PKGBUILD @@ -2,7 +2,7 @@ pkgname=raveos-plasma-theme pkgver=1.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="RaveOS Plasma theme payload and installer" arch=('any') url="https://raveos.local" diff --git a/raveos-plasma-theme/raveos-plasma-apply.sh b/raveos-plasma-theme/raveos-plasma-apply.sh index cf1ce9c..07ccbcd 100755 --- a/raveos-plasma-theme/raveos-plasma-apply.sh +++ b/raveos-plasma-theme/raveos-plasma-apply.sh @@ -175,13 +175,9 @@ while IFS=: read -r user _ uid gid _ home shell; do ensure_bashrc_hook "${home}/.bashrc" echo "1" > "${home}/.config/raveos/plasma-migrated" - chown "${uid}:${gid}" "${home}/.config" "${home}/.local" 2>/dev/null || true chown -R "${uid}:${gid}" \ - "${home}/.config/kitty" \ - "${home}/.config/fastfetch" \ - "${home}/.config/autostart" \ - "${home}/.config/raveos" \ - "${home}/.local/share/konsole" \ + "${home}/.config" \ + "${home}/.local" \ "${home}/.bashrc" 2>/dev/null || true done < /etc/passwd -- cgit v1.3