aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-07-19 00:19:07 +0200
committerRobert Tari <robert@tari.in>2021-08-30 02:22:48 +0200
commit86ff05f7d1a592f59ec846faaead83ece1513ca1 (patch)
tree7328fade04b53218019cf4b28ea287e3142ded5f
parentc1ab79e690652e6e1136154c2e5c70b3ff4e5d6b (diff)
downloadayatana-indicator-datetime-86ff05f7d1a592f59ec846faaead83ece1513ca1.tar.gz
ayatana-indicator-datetime-86ff05f7d1a592f59ec846faaead83ece1513ca1.tar.bz2
ayatana-indicator-datetime-86ff05f7d1a592f59ec846faaead83ece1513ca1.zip
Rename com.canonical.powerd -> com.lomiri.Repowerd
-rw-r--r--include/datetime/dbus-shared.h6
-rw-r--r--include/notifications/dbus-shared.h6
-rw-r--r--src/clock.cpp2
3 files changed, 7 insertions, 7 deletions
diff --git a/include/datetime/dbus-shared.h b/include/datetime/dbus-shared.h
index 9c80336..0b6aa95 100644
--- a/include/datetime/dbus-shared.h
+++ b/include/datetime/dbus-shared.h
@@ -24,9 +24,9 @@
#define BUS_DATETIME_NAME "org.ayatana.indicator.datetime"
#define BUS_DATETIME_PATH "/org/ayatana/indicator/datetime"
-#define BUS_POWERD_NAME "com.canonical.powerd"
-#define BUS_POWERD_PATH "/com/canonical/powerd"
-#define BUS_POWERD_INTERFACE "com.canonical.powerd"
+#define BUS_POWERD_NAME "com.lomiri.Repowerd"
+#define BUS_POWERD_PATH "/com/lomiri/Repowerd"
+#define BUS_POWERD_INTERFACE "com.lomiri.Repowerd"
namespace Bus
{
diff --git a/include/notifications/dbus-shared.h b/include/notifications/dbus-shared.h
index 523fb2a..31df219 100644
--- a/include/notifications/dbus-shared.h
+++ b/include/notifications/dbus-shared.h
@@ -25,9 +25,9 @@
#define BUS_SCREEN_PATH "/com/canonical/Unity/Screen"
#define BUS_SCREEN_INTERFACE "com.canonical.Unity.Screen"
-#define BUS_POWERD_NAME "com.canonical.powerd"
-#define BUS_POWERD_PATH "/com/canonical/powerd"
-#define BUS_POWERD_INTERFACE "com.canonical.powerd"
+#define BUS_POWERD_NAME "com.lomiri.Repowerd"
+#define BUS_POWERD_PATH "/com/lomiri/Repowerd"
+#define BUS_POWERD_INTERFACE "com.lomiri.Repowerd"
#define BUS_HAPTIC_NAME "com.canonical.usensord"
#define BUS_HAPTIC_PATH "/com/canonical/usensord/haptic"
diff --git a/src/clock.cpp b/src/clock.cpp
index a2ef387..47eebe6 100644
--- a/src/clock.cpp
+++ b/src/clock.cpp
@@ -155,7 +155,7 @@ private:
}
/**
- *** DBus Chatter: com.canonical.powerd
+ *** DBus Chatter: com.lomiri.Repowerd
***
*** Fire Clock::minute_changed() signal when powerd says the system's
*** has awoken from sleep -- the old timestamp is likely out-of-date