Compare commits

...

2 Commits

Author SHA1 Message Date
6ef8e3a452 Attempting to remove system folder for systemd
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m46s
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 6m44s
2025-05-24 16:19:01 -04:00
a7b7f63792 Removed service unit as it seems that it is not used
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 4m17s
2025-05-24 16:06:23 -04:00
2 changed files with 1 additions and 24 deletions

View File

@@ -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

View File

@@ -12,9 +12,4 @@ modules:
- type: script
scripts:
- setsddmtheming.sh
- type: systemd
system:
enabled:
- sddm-boot-patch.service
- setsddmtheming.sh