diff options
| author | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-19 23:09:32 +0200 |
|---|---|---|
| committer | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-19 23:09:32 +0200 |
| commit | efba45bbe4e668f483a748c0978e6542c6ee4f95 (patch) | |
| tree | c2e1cf5b5c61027f94a7604b0174f55cee862ff7 /raveos-plasma-theme | |
| parent | ca0496d0d9043c2f1108368ccfd26ae53cfaa0bd (diff) | |
| download | RaveOS-PKGBUILD-efba45bbe4e668f483a748c0978e6542c6ee4f95.tar.gz RaveOS-PKGBUILD-efba45bbe4e668f483a748c0978e6542c6ee4f95.zip | |
fix: chown-homes read minta + copybrave .config + theme parent dir chown
Diffstat (limited to 'raveos-plasma-theme')
| -rw-r--r-- | raveos-plasma-theme/.SRCINFO | 2 | ||||
| -rw-r--r-- | raveos-plasma-theme/PKGBUILD | 2 | ||||
| -rwxr-xr-x | raveos-plasma-theme/raveos-plasma-apply.sh | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/raveos-plasma-theme/.SRCINFO b/raveos-plasma-theme/.SRCINFO index 83edc19..509479b 100644 --- a/raveos-plasma-theme/.SRCINFO +++ b/raveos-plasma-theme/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = raveos-plasma-theme pkgdesc = RaveOS Plasma theme payload and installer pkgver = 1.0.0 - pkgrel = 6 + pkgrel = 7 url = https://raveos.local install = raveos-plasma-theme.install arch = any diff --git a/raveos-plasma-theme/PKGBUILD b/raveos-plasma-theme/PKGBUILD index dc033fc..02abd4a 100644 --- a/raveos-plasma-theme/PKGBUILD +++ b/raveos-plasma-theme/PKGBUILD @@ -2,7 +2,7 @@ pkgname=raveos-plasma-theme pkgver=1.0.0 -pkgrel=6 +pkgrel=7 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 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 \ |