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, 0 insertions, 13 deletions
diff --git a/0001-plasma_5-24.patch b/0001-plasma_5-24.patch
deleted file mode 100644
index 8c6e7d7f0687..000000000000
--- a/0001-plasma_5-24.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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) {