summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-03-11 12:50:59 +0800
committerChengwei Yang <chengwei.yang@intel.com>2013-03-18 17:51:57 +0800
commita576fab0e949500163b5bae9b083d2ddb0b94bbc (patch)
treefd9df4f02cd424871e0247409d9e098227ea1aab
parente6c0aeb105605aee070f47997fa87f8e2afd789f (diff)
downloadstarter-a576fab0e949500163b5bae9b083d2ddb0b94bbc.tar.gz
starter-a576fab0e949500163b5bae9b083d2ddb0b94bbc.tar.bz2
starter-a576fab0e949500163b5bae9b083d2ddb0b94bbc.zip
Fix: lockscreen shows up before boot animation
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>
-rw-r--r--packaging/starter.service2
-rwxr-xr-xpackaging/starter.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/starter.service b/packaging/starter.service
index a301939..be3405c 100644
--- a/packaging/starter.service
+++ b/packaging/starter.service
@@ -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
diff --git a/packaging/starter.spec b/packaging/starter.spec
index 0c97228..e9c1983 100755
--- a/packaging/starter.spec
+++ b/packaging/starter.spec
@@ -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