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-hyprland-theme/.SRCINFO | 2 +- raveos-hyprland-theme/PKGBUILD | 2 +- raveos-hyprland-theme/raveos-hyprland-apply.sh | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'raveos-hyprland-theme') diff --git a/raveos-hyprland-theme/.SRCINFO b/raveos-hyprland-theme/.SRCINFO index e7a8d73..c14b51e 100644 --- a/raveos-hyprland-theme/.SRCINFO +++ b/raveos-hyprland-theme/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = raveos-hyprland-theme pkgdesc = RaveOS Hyprland theme payload and installer pkgver = 1.0.0 - pkgrel = 6 + pkgrel = 7 url = https://raveos.local install = raveos-hyprland-theme.install arch = any diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index 52a59dc..fd77b46 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -2,7 +2,7 @@ pkgname=raveos-hyprland-theme pkgver=1.0.0 -pkgrel=6 +pkgrel=7 pkgdesc="RaveOS Hyprland theme payload and installer" arch=('any') url="https://raveos.local" diff --git a/raveos-hyprland-theme/raveos-hyprland-apply.sh b/raveos-hyprland-theme/raveos-hyprland-apply.sh index 0454473..43f8d8a 100644 --- a/raveos-hyprland-theme/raveos-hyprland-apply.sh +++ b/raveos-hyprland-theme/raveos-hyprland-apply.sh @@ -344,6 +344,12 @@ SEOF "${home}/.face.icon" \ "${home}/.config/background.jpg" \ "${home}/.config/user-dirs.dirs" 2>/dev/null || true + chown "${uid}:${gid}" \ + "${home}/.config" \ + "${home}/.local" \ + "${home}/.local/state" \ + "${home}/.local/share" \ + "${home}/.local/share/flatpak" 2>/dev/null || true chown "${uid}:${gid}" \ "${home}/${XDG_DESKTOP}" \ "${home}/${XDG_DOWNLOAD}" \ -- cgit v1.3