From 75343eccb826c999fcd6f2dd2010bf04d986f836 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Wed, 1 Feb 2017 16:55:16 -0500 Subject: Update app name usage to match snaps. --- src/actions-live.cpp | 2 +- src/notifications.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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(); - 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. -- cgit v1.2.3