From c414efc353036c2f493f5c8550607e1ee6aca98e Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 19 Jul 2022 10:20:06 +0300 Subject: [PATCH] Stop unregistering org.kde.kwin dbus service We don't use KApplication. --- src/dbusinterface.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dbusinterface.cpp b/src/dbusinterface.cpp index 4ff7c02e74..3256d29aaa 100644 --- a/src/dbusinterface.cpp +++ b/src/dbusinterface.cpp @@ -58,8 +58,6 @@ DBusInterface::DBusInterface(QObject *parent) DBusInterface::~DBusInterface() { QDBusConnection::sessionBus().unregisterService(m_serviceName); - // KApplication automatically also grabs org.kde.kwin, so it's often been used externally - ensure to free it as well - QDBusConnection::sessionBus().unregisterService(QStringLiteral("org.kde.kwin")); } // wrap void methods with no arguments to Workspace