diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-06-10 20:44:46 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-06-24 16:58:39 +0300 |
commit | ebd4ec8d0d796a1e729c15de6e558e09358d2762 (patch) | |
tree | 9364b0e27c03569611827076e7a4dfd6ab6e7214 | |
parent | 3091742027bdf12816447fbd9bc48db7b577300c (diff) |
main: Set-up the application idjellyfish_9.99.1jellyfish/9.99.19.99.1
Neccessary to set-up a proper application id.
Bug-AGL: SPEC-3447
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I92fd9747d1aa9f3716851c1c866e117e73ae136c
-rw-r--r-- | homescreen/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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")); |