summarylogtreecommitdiffstats
path: root/0001-plasma_5-24.patch
diff options
context:
space:
mode:
authorbrainpower2022-02-17 11:44:19 +0100
committerbrainpower2022-02-17 11:44:19 +0100
commitaed4ff00412cf3188dd72e42d3f7fa546f83e11f (patch)
tree6b0f6b00cf3842766e7fb293cabf638b569d1ff9 /0001-plasma_5-24.patch
parent2ad6c21c17e64e4c5f044c9ab0e9d16e186c434e (diff)
downloadaur-aed4ff00412cf3188dd72e42d3f7fa546f83e11f.tar.gz
upgpkg: tuxedo-touchpad-switch 1.0.3-2
add fix for plasma 5.24
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) {