https://bugs.kde.org/show_bug.cgi?id=492859
Jakob Petsovits <jpe...@petsovits.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bogdan.onofriuc...@gmail.co | |m, jpe...@petsovits.com --- Comment #15 from Jakob Petsovits <jpe...@petsovits.com> --- The above fixes make the "Power and Battery" applet independent from timing of the PowerDevil daemon itself, which *might* fix this issue. But there is another snag in PowerDevil's applets/batterymonitor/plugin/powerprofilescontrol.cpp that could introduce problems: After having detected the PowerDevil D-Bus service, the code in PowerProfilesControl::onServiceRegistered() checks for the D-Bus service of power-profiles-daemon being present. But if p-p-d appears later than PowerDevil itself, then this code will miss it and won't be looking out for p-p-d to reappear again later. We'll have to tweak this code a little more to be entirely robust against timing issues. -- You are receiving this mail because: You are watching all bug changes.