Sets pid, wmclass, portrait splash image, landscape splash
image, and pixmap id in the _MEEGO_SPLASH_SCREEN X11 property
of the compositor window. Pid is the booster/application
pid, wmclass is derived from the application binary name,
splash images are the parameters given for --splash and
--splash-landscape. The pixmap id is set to the empty stirng.
RevBy: Antti Kervinen
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