summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--raveos-calamares-theme/PKGBUILD2
-rwxr-xr-xraveos-calamares-theme/etc/calamares/modules/raveos-chown-homes.sh2
-rwxr-xr-xraveos-calamares-theme/etc/calamares/modules/raveos-copy-brave-profile.sh1
-rw-r--r--raveos-cosmic-theme/.SRCINFO2
-rw-r--r--raveos-cosmic-theme/PKGBUILD2
-rwxr-xr-xraveos-cosmic-theme/raveos-cosmic-apply.sh1
-rw-r--r--raveos-gnome-theme/.SRCINFO2
-rw-r--r--raveos-gnome-theme/PKGBUILD2
-rwxr-xr-xraveos-gnome-theme/raveos-gnome-apply.sh1
-rw-r--r--raveos-hyprland-theme/.SRCINFO2
-rw-r--r--raveos-hyprland-theme/PKGBUILD2
-rw-r--r--raveos-hyprland-theme/raveos-hyprland-apply.sh6
-rw-r--r--raveos-plasma-theme/.SRCINFO2
-rw-r--r--raveos-plasma-theme/PKGBUILD2
-rwxr-xr-xraveos-plasma-theme/raveos-plasma-apply.sh1
15 files changed, 20 insertions, 10 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD
index 8a6b563..98304a0 100644
--- a/raveos-calamares-theme/PKGBUILD
+++ b/raveos-calamares-theme/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nippy <nippy@tuta.io>
pkgname=raveos-calamares-theme
pkgver=2.0.0
-pkgrel=57
+pkgrel=58
pkgdesc="RaveOS Calamares Theme"
arch=('any')
url="https://git.rp1.hu/RaveOS"
diff --git a/raveos-calamares-theme/etc/calamares/modules/raveos-chown-homes.sh b/raveos-calamares-theme/etc/calamares/modules/raveos-chown-homes.sh
index acabd6c..f271c05 100755
--- a/raveos-calamares-theme/etc/calamares/modules/raveos-chown-homes.sh
+++ b/raveos-calamares-theme/etc/calamares/modules/raveos-chown-homes.sh
@@ -9,7 +9,7 @@ ROOT="${1:-}"
PASSWD="$ROOT/etc/passwd"
[ -f "$PASSWD" ] || { echo "raveos-chown-homes: $PASSWD hiányzik"; exit 0; }
-while IFS=: read -r user _ uid gid _ _ home _; do
+while IFS=: read -r user _ uid gid _ home _; do
[ -n "$user" ] || continue
case "$uid" in
''|*[!0-9]*) continue ;;
diff --git a/raveos-calamares-theme/etc/calamares/modules/raveos-copy-brave-profile.sh b/raveos-calamares-theme/etc/calamares/modules/raveos-copy-brave-profile.sh
index 1ca2fba..59a24d6 100755
--- a/raveos-calamares-theme/etc/calamares/modules/raveos-copy-brave-profile.sh
+++ b/raveos-calamares-theme/etc/calamares/modules/raveos-copy-brave-profile.sh
@@ -20,5 +20,6 @@ DEST="/home/$USERNAME/.config/BraveSoftware"
mkdir -p "$ROOT$DEST"
cp -a "$SRC" "$ROOT$DEST/Brave-Origin"
chown -R "$UID_GID" "$ROOT$DEST"
+chown "$UID_GID" "$ROOT/home/$USERNAME/.config" 2>/dev/null || true
echo "raveos-copy-brave-profile: $DEST/Brave-Origin kész"
diff --git a/raveos-cosmic-theme/.SRCINFO b/raveos-cosmic-theme/.SRCINFO
index 599d226..f9d7c9f 100644
--- a/raveos-cosmic-theme/.SRCINFO
+++ b/raveos-cosmic-theme/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = raveos-cosmic-theme
pkgdesc = RaveOS Cosmic theme payload and installer
pkgver = 1.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://raveos.local
install = raveos-cosmic-theme.install
arch = any
diff --git a/raveos-cosmic-theme/PKGBUILD b/raveos-cosmic-theme/PKGBUILD
index 7dac3d4..ac73ae7 100644
--- a/raveos-cosmic-theme/PKGBUILD
+++ b/raveos-cosmic-theme/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=raveos-cosmic-theme
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="RaveOS Cosmic theme payload and installer"
arch=('any')
url="https://raveos.local"
diff --git a/raveos-cosmic-theme/raveos-cosmic-apply.sh b/raveos-cosmic-theme/raveos-cosmic-apply.sh
index fb34b7d..23e18bf 100755
--- a/raveos-cosmic-theme/raveos-cosmic-apply.sh
+++ b/raveos-cosmic-theme/raveos-cosmic-apply.sh
@@ -125,6 +125,7 @@ while IFS=: read -r user _ uid gid _ home shell; do
touch "$user_marker"
chown "${uid}:${gid}" "${home}/.bashrc" 2>/dev/null || true
+ chown "${uid}:${gid}" "${home}/.config" 2>/dev/null || true
for d in \
.config/kitty \
.config/fastfetch \
diff --git a/raveos-gnome-theme/.SRCINFO b/raveos-gnome-theme/.SRCINFO
index f5d4e92..54bcb97 100644
--- a/raveos-gnome-theme/.SRCINFO
+++ b/raveos-gnome-theme/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = raveos-gnome-theme
pkgdesc = RaveOS GNOME theme payload and installer
pkgver = 1.0.0
- pkgrel = 6
+ pkgrel = 7
url = https://raveos.local
install = raveos-gnome-theme.install
arch = any
diff --git a/raveos-gnome-theme/PKGBUILD b/raveos-gnome-theme/PKGBUILD
index d376a4f..9962104 100644
--- a/raveos-gnome-theme/PKGBUILD
+++ b/raveos-gnome-theme/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=raveos-gnome-theme
pkgver=1.0.0
-pkgrel=6
+pkgrel=7
pkgdesc="RaveOS GNOME theme payload and installer"
arch=('any')
url="https://raveos.local"
diff --git a/raveos-gnome-theme/raveos-gnome-apply.sh b/raveos-gnome-theme/raveos-gnome-apply.sh
index 8176284..1b9d2a3 100755
--- a/raveos-gnome-theme/raveos-gnome-apply.sh
+++ b/raveos-gnome-theme/raveos-gnome-apply.sh
@@ -113,6 +113,7 @@ while IFS=: read -r user _ uid gid _ home shell; do
echo "1" > "${home}/.config/raveos/gnome-migrated"
chown "${uid}:${gid}" "${home}/.bashrc" "${home}/.config/mimeapps.list" 2>/dev/null || true
+ chown "${uid}:${gid}" "${home}/.config" 2>/dev/null || true
for d in \
.config/kitty \
.config/fastfetch \
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
@@ -345,6 +345,12 @@ SEOF
"${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}" \
"${home}/${XDG_TEMPLATES}" \
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 \