From aa6100e48b4beabe8cb5371fb88a98aebe58a996 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 7 Jul 2022 16:26:45 +0000 Subject: recipes-demo: update application's .desktop files for systemd execution Initial version of applaunchd with systemd_manager still uses .desktop files for enumeration purposes and requires DBusActivatable=true to indicate apps that should be launched as systemd services. This will be addressed in the new revision of applaunchd and hopefully .desktop files dropped completely. Bug-AGL: SPEC-4466 Signed-off-by: Denys Dmytriyenko Change-Id: I3bcea79ec653fc834a39be4135ed4c008d5979db --- recipes-demo/settings/settings_git.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes-demo/settings') diff --git a/recipes-demo/settings/settings_git.bb b/recipes-demo/settings/settings_git.bb index 84d830cd..0f31860a 100644 --- a/recipes-demo/settings/settings_git.bb +++ b/recipes-demo/settings/settings_git.bb @@ -23,6 +23,12 @@ S = "${WORKDIR}/git" inherit qmake5 pkgconfig +# HACK: new systemd-enabled applaunchd for now relies on .desktop and DBusActivatable +do_install:append() { + sed -n "/^DBusActivatable=/!p" -i ${D}${datadir}/applications/settings.desktop + echo "DBusActivatable=true" >> ${D}${datadir}/applications/settings.desktop +} + FILES:${PN} += "${datadir}/icons/" RDEPENDS:${PN} += " \ -- cgit 1.2.3-korg