From: Bocklage, Jens Date: Wed, 4 Jan 2017 13:35:13 +0000 (+0100) Subject: Launch navigation@0.1 instead of nav@0.1 on key press X-Git-Tag: 3.0.2~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=commitdiff_plain;h=835805a049bfb404179a3281d7cbfc149f291fe7 Launch navigation@0.1 instead of nav@0.1 on key press The navigation app can be launched via the HomeScreen API Signed-off-by: Bocklage, Jens --- diff --git a/HomeScreen/src/homescreencontrolinterface.cpp b/HomeScreen/src/homescreencontrolinterface.cpp index 3580556..42638be 100644 --- a/HomeScreen/src/homescreencontrolinterface.cpp +++ b/HomeScreen/src/homescreencontrolinterface.cpp @@ -44,7 +44,7 @@ void HomeScreenControlInterface::hardKeyPressed(int key) { case InputEvent::HARDKEY_NAV: qDebug("hardKeyPressed NAV key pressed!"); - pid = mp_dBusAppFrameworkProxy->launchApp("nav@0.1"); + pid = mp_dBusAppFrameworkProxy->launchApp("navigation@0.1"); qDebug("pid: %d", pid); emit newRequestsToBeVisibleApp(pid); break;