From b0cd3b6671a4d30850ef950f279944dc74ba6d68 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 09:48:12 +0100 Subject: [PATCH] Change firstboot-setup.service targets to xdg-desktop-autostart --- files/usr/lib/systemd/user/firstboot-setup.service | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/usr/lib/systemd/user/firstboot-setup.service b/files/usr/lib/systemd/user/firstboot-setup.service index 528342b..c11ef30 100644 --- a/files/usr/lib/systemd/user/firstboot-setup.service +++ b/files/usr/lib/systemd/user/firstboot-setup.service @@ -1,7 +1,7 @@ [Unit] Description=Run First Boot Setup Wizard -After=graphical-session.target -Wants=graphical-session.target +After=xdg-desktop-autostart.target +Wants=xdg-desktop-autostart.target ConditionPathExists=%h/.config/firstboot/run [Service] @@ -9,4 +9,5 @@ Type=exec ExecStart=%h/.config/firstboot/firstboot-setup.sh [Install] -WantedBy=graphical-session.target +WantedBy=xdg-desktop-autostart.target +