Add kwin full source tree, greeter login, zsh, pcid service, and build system improvements

This commit is contained in:
2026-04-26 22:31:07 +01:00
parent d4a6b356eb
commit 70a84cefee
3416 changed files with 1360518 additions and 10522 deletions
+4 -7
View File
@@ -148,11 +148,8 @@ requires_weak = [
]
[service]
cmd = "ion"
args = [
"-c",
"mkdir -p /var/lib/dbus /run/dbus; rm -f /run/dbus/pid; dbus-uuidgen --ensure; dbus-daemon --system",
]
cmd = "dbus-daemon"
args = ["--system"]
type = "oneshot_async"
"""
@@ -181,7 +178,7 @@ requires_weak = [
]
[service]
cmd = "seatd"
cmd = "/usr/bin/seatd"
args = ["-l", "info"]
type = "oneshot_async"
"""
@@ -238,7 +235,7 @@ requires_weak = [
]
[service]
cmd = "redbear-authd"
cmd = "/usr/bin/redbear-authd"
type = "oneshot_async"
"""