1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 09:42:10 -04:00

loginctl: add fallbacks for session discovery

This commit is contained in:
bbedward
2026-02-27 10:00:41 -05:00
parent 12acf2dd51
commit 64c9222000
2 changed files with 199 additions and 9 deletions

View File

@@ -5,5 +5,6 @@ const (
dbusPath = "/org/freedesktop/login1"
dbusManagerInterface = "org.freedesktop.login1.Manager"
dbusSessionInterface = "org.freedesktop.login1.Session"
dbusUserInterface = "org.freedesktop.login1.User"
dbusPropsInterface = "org.freedesktop.DBus.Properties"
)