From 0aea2d23a7573149d5e1b2059b833c5f32404eea Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 5 Sep 2019 17:22:06 +0100 Subject: [PATCH] connman - add dialog letting user know the connman service is not there --- src/modules/connman/e_connman.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/connman/e_connman.c b/src/modules/connman/e_connman.c index 9c37c157a..bce7ddcda 100644 --- a/src/modules/connman/e_connman.c +++ b/src/modules/connman/e_connman.c @@ -901,6 +901,9 @@ static inline void _e_connman_system_name_owner_exit(void) connman_manager = NULL; ecore_event_add(E_CONNMAN_EVENT_MANAGER_OUT, NULL, NULL, NULL); + e_util_dialog_show(_("Connman Service Missing"), + _("The Connman service is not able to be found.
" + "Is connmand daemon running?")); } static inline void _e_connman_system_name_owner_enter(const char *owner EINA_UNUSED)