https://bugs.kde.org/show_bug.cgi?id=498590
--- Comment #5 from Iyán M. V. <m...@iyanmv.com> --- 223b927a8351f35d7c2c2a70ea6d78568051ba3c is the first bad commit commit 223b927a8351f35d7c2c2a70ea6d78568051ba3c (HEAD) Author: Jakob Petsovits <jpe...@petsovits.com> Date: Mon Sep 2 17:28:02 2024 +0200 daemon/actions/powerprofile: Use the new D-Bus names for p-p-d power-profiles-daemon was moved into the UPower namespace, where it changed its bus, path & interface names from the original net.hadess.PowerProfiles to org.freedesktop.UPower.PowerProfiles. These new names are advertised starting with v0.20 released in February 2024. The old names are still supported at least in the current v0.21, but we don't know for how long (or on all distros, given that OpenSuse already tried to remove it early on). A February 2024 release seems long enough ago that we shouldn't require support for the old interface anymore. Rather than adding a second interface and introducing complexity, let's just make a clean switch to the new name while both are supported. BUG: 484868 applets/batterymonitor/plugin/powerprofilescontrol.cpp | 2 +- autotests/applets/NetHadessPowerProfiles.py | 10 +++++----- daemon/actions/bundled/CMakeLists.txt | 2 +- daemon/actions/bundled/{net.hadess.PowerProfiles.xml => org.freedesktop.UPower.PowerProfiles.xml} | 15 +++++++++++---- daemon/actions/bundled/powerprofile.cpp | 8 ++++---- daemon/actions/bundled/powerprofile.h | 4 ++-- 6 files changed, 24 insertions(+), 17 deletions(-) rename daemon/actions/bundled/{net.hadess.PowerProfiles.xml => org.freedesktop.UPower.PowerProfiles.xml} (93%) -- You are receiving this mail because: You are watching all bug changes.