X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fmain.cpp;h=742daa664ae81c41dfbb48aefac60b2b1cd9e27c;hb=refs%2Fheads%2Fsandbox%2Fmvlad%2Fagl-compositor;hp=507b68d58821930386d5890bdbfb34c7e6f4ae46;hpb=a9405150da626376947559922fce14ebe85da9d7;p=apps%2Fhomescreen.git 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"));