Fix can't boot into UI directly
authorChengwei Yang <chengwei.yang@intel.com>
Fri, 16 Nov 2012 11:07:20 +0000 (19:07 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Fri, 16 Nov 2012 11:07:20 +0000 (19:07 +0800)
Starter should start before menu-daemon which will lock menu-screen
launching and launch pwlock and then unlock menu-screen. This is the
correct sequence to work out.

Without this patch, menu-daemon start before starter and at first boot,
pwlock will launch failed, so the sequence failed, only indicator shows
up on the screen.

Change-Id: Ie72b4086c665968a8be8fae8485150070e551cbd
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
packaging/starter.service

index bef828c..a014745 100644 (file)
@@ -2,9 +2,8 @@
 [Unit]
 Description=Start the "starter" program
 Before=core-efl.target
-After=xorg.target
-After=menu-daemon.service
-Requires=menu-daemon.service
+After=xorg.target e17.service
+Before=menu-daemon.service
 
 [Service]
 ExecStart=/usr/bin/starter