File use-qdbus-qt5.diff of Package plasmoid-active-window-control
diff -ur a/package/contents/ui/config/ConfigAppearance.qml b/package/contents/ui/config/ConfigAppearance.qml
--- a/package/contents/ui/config/ConfigAppearance.qml 2017-06-08 17:24:42.000000000 +0200
+++ b/package/contents/ui/config/ConfigAppearance.qml 2018-08-14 20:23:40.297936920 +0200
@@ -37,7 +37,7 @@
property string cmdBorderlessRead: 'kreadconfig5 --file kwinrc --group Windows --key BorderlessMaximizedWindows'
property string cmdBorderlessWrite: 'kwriteconfig5 --file kwinrc --group Windows --key BorderlessMaximizedWindows --type bool {borderless}'
- property string cmdReconfigure: 'qdbus org.kde.KWin /KWin reconfigure'
+ property string cmdReconfigure: 'qdbus-qt5 org.kde.KWin /KWin reconfigure'
connectedSources: []
diff -ur a/package/contents/ui/main.qml b/package/contents/ui/main.qml
--- a/package/contents/ui/main.qml 2017-06-08 17:24:42.000000000 +0200
+++ b/package/contents/ui/main.qml 2018-08-14 20:22:48.445084220 +0200
@@ -531,9 +531,9 @@
id: shortcutDS
engine: 'executable'
- property string presentWindows: 'qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "Expose"'
- property string presentWindowsAll: 'qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "ExposeAll"'
- property string presentWindowsClass: 'qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "ExposeClass"'
+ property string presentWindows: 'qdbus-qt5 org.kde.kglobalaccel /component/kwin invokeShortcut "Expose"'
+ property string presentWindowsAll: 'qdbus-qt5 org.kde.kglobalaccel /component/kwin invokeShortcut "ExposeAll"'
+ property string presentWindowsClass: 'qdbus-qt5 org.kde.kglobalaccel /component/kwin invokeShortcut "ExposeClass"'
connectedSources: []