homescreenhandler: Do not attempt to start launcher 91/27091/3
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 17 Jan 2022 11:46:38 +0000 (13:46 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Tue, 18 Jan 2022 18:37:38 +0000 (20:37 +0200)
commit37ba3ff90d878a135e347508505657e3d56c5edd
tree7d54980b0f15b0690cbc71aa91f419024891f70e
parent37d45e3c6fc294e8ee675e95ad7bde0d3b38327a
homescreenhandler: Do not attempt to start launcher

Our launcher application is started by systemd as a user session, and
attempting to start it again would result into being started once more,
but this by applaunchd.
Until we merge homescreen and launcher together avoid starting it and
just activate it whenever necessary.

Bug-AGL: SPEC-4215

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I90806457b74a2439cb8bdc88068954eb7ef1d532
homescreen/src/homescreenhandler.cpp