diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/actions-live.cpp | 2 | ||||
-rw-r--r-- | src/notifications.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/actions-live.cpp b/src/actions-live.cpp index 11643cd..8fa894d 100644 --- a/src/actions-live.cpp +++ b/src/actions-live.cpp @@ -50,7 +50,7 @@ void LiveActions::open_alarm_app() { if (ayatana_common_utils_is_lomiri()) { - ayatana_common_utils_open_url("appid://com.lomiri.clock/clock/current-user-version"); + ayatana_common_utils_open_url("appid://lomiri-clock-app/lomiri-clock-app/current-user-version"); } else { diff --git a/src/notifications.cpp b/src/notifications.cpp index a0ceb6f..49300d8 100644 --- a/src/notifications.cpp +++ b/src/notifications.cpp @@ -465,7 +465,7 @@ private: { #ifdef HAS_LOMIRIAPPLAUNCH auto registry = std::make_shared<lomiri::app_launch::Registry>(); - auto app_id = lomiri::app_launch::AppID::discover(registry, "com.lomiri.calendar"); + auto app_id = lomiri::app_launch::AppID::discover(registry, "lomiri-calendar-app"); if (!app_id.empty()) // Due the use of old API by messaging_menu we need append a extra ".desktop" to the app_id. |