This commit is contained in:
James Tucker 2026-04-17 09:24:04 -07:00 committed by GitHub
commit 25047ae3af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 192 additions and 41 deletions

View file

@ -66,6 +66,11 @@ desktop = [
]
# Enables launching desktop files inside systemd scopes
desktop-systemd-scope = ["desktop", "dep:zbus"]
# Enables launching desktop files via systemd transient services.
# This is preferred over scopes as systemd becomes the direct parent,
# which satisfies security tools that verify process lineage.
# If both this and desktop-systemd-scope are enabled, service is tried first.
desktop-systemd-service = ["desktop", "dep:zbus"]
# Enables keycode serialization
serde-keycode = ["iced_core/serde"]
# Prevents multiple separate process instances.