https://bugs.kde.org/show_bug.cgi?id=433203
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/8e |ma/plasma-desktop/commit/62 |45efdc9dd410bdca4ddd795b5e4 |73f0ba5926d775a8db057e7ea1e |03c14d5dc56 |0d2c8f17f06 --- Comment #10 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 6273f0ba5926d775a8db057e7ea1e0d2c8f17f06 by David Edmundson. Committed on 24/02/2021 at 09:36. Pushed by davidedmundson into branch 'Plasma/5.21'. [kcms/activities] Fixup DBus path usage In a code cleanup the path name got corrupted. The use of macros obfuscates what can be done with a simple string. This code takes it back to what's helpful. Whilst we're at it, ResourceScoring was using QDBusInterface and string based method names. This means syncrononous calls, and also can get easily broken in future porting, so this is switched to using the generated interface. (cherry picked from commit 8e45efdc9dd410bdca4ddd795b5e403c14d5dc56) M +8 -0 kcms/activities/CMakeLists.txt M +1 -1 kcms/activities/ExtraActivitiesInterface.cpp M +5 -3 kcms/activities/PrivacyTab.cpp M +5 -14 kcms/activities/common/dbus/common.h A +41 -0 kcms/activities/common/dbus/org.kde.ActivityManager.ResourceScoring.xml M +1 -1 kcms/activities/imports/dialog.cpp https://invent.kde.org/plasma/plasma-desktop/commit/6273f0ba5926d775a8db057e7ea1e0d2c8f17f06 -- You are receiving this mail because: You are watching all bug changes.