summarylogtreecommitdiffstats
path: root/0001-plasma_5-24.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-plasma_5-24.patch')
-rw-r--r--0001-plasma_5-24.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0001-plasma_5-24.patch b/0001-plasma_5-24.patch
new file mode 100644
index 000000000000..8c6e7d7f0687
--- /dev/null
+++ b/0001-plasma_5-24.patch
@@ -0,0 +1,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) {