1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

elogind change

This commit is contained in:
bbedward
2025-08-22 12:55:55 -04:00
parent beb7d9b47e
commit 586cc61b0e

View File

@@ -21,7 +21,7 @@ Singleton {
Process {
id: detectElogindProcess
running: false
command: ["sh", "-c", "ps -eo comm= | grep -Fx elogind"]
command: ["sh", "-c", "ps -eo comm= | grep -Fx elogind-daemon"]
onExited: function (exitCode) {
console.log("SessionService: Elogind detection exited with code", exitCode)