Skip to content

Commit

Permalink
Revert "power_profiles_daemon: Move to org.freedesktop.UPower.PowerPr…
Browse files Browse the repository at this point in the history
…ofiles"

This was too quick: Except for `powerprofilesctl`, all "actual"
consumers are currently still using the old name.

This reverts commit 8cec9a1.
  • Loading branch information
martinpitt committed Feb 23, 2024
1 parent 825fd7a commit 9e46a1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dbusmock/templates/power_profiles_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
__author__ = "Bastien Nocera"
__copyright__ = """
(c) 2021, Red Hat Inc.
(c) 2017 - 2024 Martin Pitt <[email protected]>
(c) 2017 - 2022 Martin Pitt <[email protected]>
"""

import dbus

BUS_NAME = "org.freedesktop.UPower.PowerProfiles"
MAIN_OBJ = "/org/freedesktop/UPower/PowerProfiles"
MAIN_IFACE = "org.freedesktop.UPower.PowerProfiles"
BUS_NAME = "net.hadess.PowerProfiles"
MAIN_OBJ = "/net/hadess/PowerProfiles"
MAIN_IFACE = "net.hadess.PowerProfiles"
SYSTEM_BUS = True


Expand Down

0 comments on commit 9e46a1f

Please sign in to comment.