summaryrefslogtreecommitdiff
path: root/raveos-plasma-theme
diff options
context:
space:
mode:
authorNippy <nippy@Nippy-Mac-mini.local>2026-09-19 23:09:32 +0200
committerNippy <nippy@Nippy-Mac-mini.local>2026-09-19 23:09:32 +0200
commitefba45bbe4e668f483a748c0978e6542c6ee4f95 (patch)
treec2e1cf5b5c61027f94a7604b0174f55cee862ff7 /raveos-plasma-theme
parentca0496d0d9043c2f1108368ccfd26ae53cfaa0bd (diff)
downloadRaveOS-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/.SRCINFO2
-rw-r--r--raveos-plasma-theme/PKGBUILD2
-rwxr-xr-xraveos-plasma-theme/raveos-plasma-apply.sh1
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 \