From: Chengwei Yang Date: Fri, 16 Nov 2012 11:07:20 +0000 (+0800) Subject: Fix can't boot into UI directly X-Git-Tag: 2.1b_release^2~34^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b75017df37dd1e49e3aec27ca49394aaa1918a3;p=apps%2Fnative%2Fstarter.git Fix can't boot into UI directly 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 --- diff --git a/packaging/starter.service b/packaging/starter.service index bef828c..a014745 100644 --- a/packaging/starter.service +++ b/packaging/starter.service @@ -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