Fix: lockscreen shows up before boot animation
authorChengwei Yang <chengwei.yang@intel.com>
Mon, 11 Mar 2013 04:50:59 +0000 (12:50 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Mon, 18 Mar 2013 09:51:57 +0000 (17:51 +0800)
A lot of effort has been done to gain a faster boot up, say Lukasz
introduced the path activated to starter.

However, I do really think that lockscreen shows up before boot
animation isn't reasonable, so this patch force starter started after
boot-animation, the backwards is you may consider the boot up costs one
more second.

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

index a301939..be3405c 100644 (file)
@@ -1,7 +1,7 @@
 [Unit]
 Description=Start the "starter" program
 Before=core-efl.target
-After=xorg.target
+After=boot-animation.service
 
 [Service]
 ExecStart=/usr/bin/starter
index 0c97228..e9c1983 100755 (executable)
@@ -1,7 +1,7 @@
 Name:       starter
 Summary:    starter
 Version: 0.4.58
-Release:    2
+Release:    3
 Group:      TO_BE/FILLED_IN
 License:    TO_BE/FILLED_IN
 Source0:    starter-%{version}.tar.gz