Skip to content

Remove support for UPower < 0.99.0

Stefan Brüns requested to merge bruns/powerdevil:cleanup_upower into master

UPower 0.99.0 was released almost 10 years ago, and all contemporary distributions have moved to the new interface. Remove all remnants of the old interface, most notably the Suspend and related methods.

This allows to use the values from propertiesChanged, instead of fetching all properties synchronously and individually.

Merge request reports