From 366c57fe12319201e866cc4a10ed5dea5841390c Mon Sep 17 00:00:00 2001 From: Vibhav Pant Date: Tue, 29 Aug 2023 20:26:45 +0530 Subject: [PATCH] Use the correct object name for LoginManager. --- internal/platform/implementation/linux/device_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/platform/implementation/linux/device_info.h b/internal/platform/implementation/linux/device_info.h index 4c7b0596..7cf2e850 100644 --- a/internal/platform/implementation/linux/device_info.h +++ b/internal/platform/implementation/linux/device_info.h @@ -69,7 +69,7 @@ class LoginManager public: LoginManager(sdbus::IConnection &system_bus) : ProxyInterfaces("org.freedesktop.login1", - "/org/freedesktop/hostname1") { + "/org/freedesktop/login1") { registerProxy(); } ~LoginManager() { unregisterProxy(); }