diff options
author | Robert Tari <robert@tari.in> | 2021-10-28 07:27:22 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-28 08:28:12 +0200 |
commit | d4210a27d9ed8c519666d219999e98e630cc4e2d (patch) | |
tree | 83da9ba74540a346294b6eadf19f7f662de4448a /include/notifications | |
parent | 59c33e407010f6b0f550b88dd0e9318db91db200 (diff) | |
download | ayatana-indicator-datetime-d4210a27d9ed8c519666d219999e98e630cc4e2d.tar.gz ayatana-indicator-datetime-d4210a27d9ed8c519666d219999e98e630cc4e2d.tar.bz2 ayatana-indicator-datetime-d4210a27d9ed8c519666d219999e98e630cc4e2d.zip |
Remove com.canonical.usensord and disable haptic
Diffstat (limited to 'include/notifications')
-rw-r--r-- | include/notifications/dbus-shared.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/notifications/dbus-shared.h b/include/notifications/dbus-shared.h index 31df219..ea47328 100644 --- a/include/notifications/dbus-shared.h +++ b/include/notifications/dbus-shared.h @@ -1,5 +1,6 @@ /* * Copyright 2013 Canonical Ltd. + * Copyright 2021 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -16,6 +17,7 @@ * Authors: * Ted Gould <ted@canonical.com> * Charles Kerr <charles.kerr@canonical.com> + * Robert Tari <robert@tari.in> */ #ifndef AYATANA_INDICATOR_NOTIFICATIONS_DBUS_SHARED_H @@ -29,8 +31,9 @@ #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" -#define BUS_HAPTIC_INTERFACE "com.canonical.usensord.haptic" +//TODO: Reimplement using hfd-service +//#define BUS_HAPTIC_NAME "" +//#define BUS_HAPTIC_PATH "" +//#define BUS_HAPTIC_INTERFACE "" #endif /* INDICATOR_NOTIFICATIONS_DBUS_SHARED_H */ |