From efba45bbe4e668f483a748c0978e6542c6ee4f95 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sat, 19 Sep 2026 23:09:32 +0200 Subject: fix: chown-homes read minta + copybrave .config + theme parent dir chown --- raveos-plasma-theme/raveos-plasma-apply.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'raveos-plasma-theme/raveos-plasma-apply.sh') diff --git a/raveos-plasma-theme/raveos-plasma-apply.sh b/raveos-plasma-theme/raveos-plasma-apply.sh index ed9213b..c73bb64 100755 --- a/raveos-plasma-theme/raveos-plasma-apply.sh +++ b/raveos-plasma-theme/raveos-plasma-apply.sh @@ -205,6 +205,7 @@ while IFS=: read -r user _ uid gid _ home shell; do "${home}/.config/kwalletrc" \ "${home}/.config/kdeglobals" \ "${home}/.config/plasmarc" 2>/dev/null || true + chown "${uid}:${gid}" "${home}/.config" "${home}/.local" "${home}/.local/share" 2>/dev/null || true for d in \ .config/kitty \ .config/fastfetch \ -- cgit v1.3