From: Marius Vlad Date: Wed, 10 Jun 2020 17:44:46 +0000 (+0300) Subject: main: Set-up the application id X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fhomescreen.git;a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fmvlad%2Fagl-compositor main: Set-up the application id Neccessary to set-up a proper application id. Signed-off-by: Marius Vlad Change-Id: I92fd9747d1aa9f3716851c1c866e117e73ae136c --- diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp index 507b68d..742daa6 100644 --- a/homescreen/src/main.cpp +++ b/homescreen/src/main.cpp @@ -201,6 +201,8 @@ int main(int argc, char *argv[]) QCoreApplication::setOrganizationName("AutomotiveGradeLinux"); QCoreApplication::setApplicationName("HomeScreen"); QCoreApplication::setApplicationVersion("0.7.0"); + /* we need to have an app_id */ + a.setDesktopFileName("homescreen"); QCommandLineParser parser; parser.addPositionalArgument("port", a.translate("main", "port for binding"));