summarylogtreecommitdiffstats
path: root/0001-plasma_5-24.patch
blob: 8c6e7d7f0687f9e3c6ffbffc7aeab28a7615cfac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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) {