Details:
- qdeclarativeboostercache linked to X11 and QtGui
- install in CMakeLists fixed to use TARGETS instead of FILES in boosters
- removed qapplication parameter checking in booster cache
RevBy: Antti Kervinen
Details: 1. Test launch_wo_applauncherd fixed. Now the applications cannot be launched
if applauncherd is not running.
2. One of the unit test is started as user.
RevBy: Antti Kervinen
Details:
--boot-mode starts applauncherd in the boot mode:
* Boosters won't initialize cache
* Booster respawn delay is zero
Sending SIGUSR1 forces the launcher to enter the normal mode again.
No more QThread warnings related to QSocketNotifier. Removed SIGHUP handler from main.cpp
(Set in mbooster.cpp and wrtbooster.cpp. Default behavior is always exit() anyway).
RevBy: TrustMe