From 1341f3949eb9099a469349e298f578349cd3eeaa Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:33:40 +0200 Subject: [PATCH] Delete files/usr/lib/systemd/user directory --- .../usr/lib/systemd/user/firstboot-setup.path | 9 --------- .../lib/systemd/user/firstboot-setup.service | 19 ------------------- 2 files changed, 28 deletions(-) delete mode 100644 files/usr/lib/systemd/user/firstboot-setup.path delete mode 100644 files/usr/lib/systemd/user/firstboot-setup.service diff --git a/files/usr/lib/systemd/user/firstboot-setup.path b/files/usr/lib/systemd/user/firstboot-setup.path deleted file mode 100644 index 0391271..0000000 --- a/files/usr/lib/systemd/user/firstboot-setup.path +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Start First Boot Wizard when COSMIC setup is done - -[Path] -# COSMIC schreibt diese Datei, wenn der Setup abgeschlossen ist -PathExists=%h/.config/cosmic-initial-setup-done - -[Install] -WantedBy=default.target diff --git a/files/usr/lib/systemd/user/firstboot-setup.service b/files/usr/lib/systemd/user/firstboot-setup.service deleted file mode 100644 index f92b5f9..0000000 --- a/files/usr/lib/systemd/user/firstboot-setup.service +++ /dev/null @@ -1,19 +0,0 @@ -[Unit] -Description=First Boot Wizard -ConditionPathExists=%h/.config/firstboot/run -After=graphical-session.target -Wants=graphical-session.target - -[Service] -Type=simple - -# Kleiner Puffer für VMs, auf echter Hardware praktisch irrelevant -ExecStartPre=/usr/bin/sleep 2 - -# Verhindert MESA/ZINK-Fehler in VMs, auf echter Hardware unkritisch -Environment=LIBGL_ALWAYS_SOFTWARE=1 - -ExecStart=%h/.config/firstboot/firstboot-setup.sh - -[Install] -WantedBy=default.target