From a7b7f63792add33c8e51709809093d8fa62ee452 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 24 May 2025 16:06:23 -0400 Subject: [PATCH 1/2] Removed service unit as it seems that it is not used --- files/systemd/system/.gitkeep | 0 files/systemd/system/sddm-boot-patch.service | 18 ------------------ recipes/components/sddm-module.yml | 7 +------ 3 files changed, 1 insertion(+), 24 deletions(-) create mode 100644 files/systemd/system/.gitkeep delete mode 100644 files/systemd/system/sddm-boot-patch.service diff --git a/files/systemd/system/.gitkeep b/files/systemd/system/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/files/systemd/system/sddm-boot-patch.service b/files/systemd/system/sddm-boot-patch.service deleted file mode 100644 index 8f6699b..0000000 --- a/files/systemd/system/sddm-boot-patch.service +++ /dev/null @@ -1,18 +0,0 @@ -# Taken from Wayblue's repo, https://github.com/wayblueorg/wayblue -# This is to resolve issue on boot for sddm login -# Creates an SDDM user before SDDM runs. -# See: -# - https://github.com/ublue-os/cinnamon/blob/bf44562ddbed670cdd0d03a45ea08bdb8a6e96a7/system_files/usr/lib/systemd/system/ublue-lightdm-workaround.service#L4 -# - https://github.com/ublue-os/main/issues/224#issuecomment-1987851271 - -[Unit] -Description=Create SDDM user on system boot -Before=sddm.service - -[Service] -Type=oneshot -ExecStart=/usr/etc/sddm/sddm-useradd -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target diff --git a/recipes/components/sddm-module.yml b/recipes/components/sddm-module.yml index ae1913d..8b2cc11 100644 --- a/recipes/components/sddm-module.yml +++ b/recipes/components/sddm-module.yml @@ -12,9 +12,4 @@ modules: - type: script scripts: - - setsddmtheming.sh - - - type: systemd - system: - enabled: - - sddm-boot-patch.service \ No newline at end of file + - setsddmtheming.sh \ No newline at end of file -- 2.39.5 From 6ef8e3a45209a12e317fd8bff93d931ae0edf8cf Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 24 May 2025 16:19:01 -0400 Subject: [PATCH 2/2] Attempting to remove system folder for systemd --- files/systemd/system/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 files/systemd/system/.gitkeep diff --git a/files/systemd/system/.gitkeep b/files/systemd/system/.gitkeep deleted file mode 100644 index e69de29..0000000 -- 2.39.5