From 99be3aa529e36d409ed9618be97eef1561b02190 Mon Sep 17 00:00:00 2001 From: Nippy Date: Fri, 26 Jun 2026 21:23:40 +0200 Subject: hypr gtk theme update --- raveos-hyprland-theme/raveos-hyprland-apply.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'raveos-hyprland-theme/raveos-hyprland-apply.sh') diff --git a/raveos-hyprland-theme/raveos-hyprland-apply.sh b/raveos-hyprland-theme/raveos-hyprland-apply.sh index 73e0bac..98aecec 100644 --- a/raveos-hyprland-theme/raveos-hyprland-apply.sh +++ b/raveos-hyprland-theme/raveos-hyprland-apply.sh @@ -182,7 +182,12 @@ while IFS=: read -r user _ uid gid _ home shell; do runuser -u "$user" -- xdg-user-dirs-update 2>/dev/null || true # Session init service engedélyezése (user service) - runuser -u "$user" -- systemctl --user enable raveos-hyprland-session-init.service 2>/dev/null || true + # A systemctl --user enable nem működik boot-kor (nincs D-Bus session), + # ezért kézzel hozzuk létre a symlink-et a graphical-session.target-ben. + local svc_dir="${home}/.config/systemd/user/graphical-session.target.wants" + mkdir -p "${svc_dir}" + ln -sf /usr/lib/systemd/user/raveos-hyprland-session-init.service \ + "${svc_dir}/raveos-hyprland-session-init.service" 2>/dev/null || true # Tulajdonos visszaállítása chown -R "${uid}:${gid}" "$home" -- cgit v1.3