diff --git a/setup-kde.cpp b/setup-kde.cpp index 903096f..fcbcb82 100644 --- a/setup-kde.cpp +++ b/setup-kde.cpp @@ -165,7 +165,7 @@ int setup_kde(int lockfile_arg) { GDBusProxy *kded5_modules_touchpad = g_dbus_proxy_new_for_bus_sync(G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.kde.kded5", - "/modules/touchpad", + "/modules/kded_touchpad", "org.kde.touchpad", NULL, NULL); if (kded5_modules_touchpad == NULL) {