diff options
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 \ |