https://bugs.kde.org/show_bug.cgi?id=433203
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/8e | |45efdc9dd410bdca4ddd795b5e4 | |03c14d5dc56 Status|ASSIGNED |RESOLVED --- Comment #9 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 8e45efdc9dd410bdca4ddd795b5e403c14d5dc56 by David Edmundson. Committed on 24/02/2021 at 09:35. Pushed by davidedmundson into branch 'master'. [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. 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/8e45efdc9dd410bdca4ddd795b5e403c14d5dc56 -- You are receiving this mail because: You are watching all bug changes.