Merge lp:~mterry/ubuntu-touch-session/boot-animation into lp:ubuntu-touch-session

Proposed by Michael Terry
Status: Merged
Approved by: Michael Terry
Approved revision: 193
Merged at revision: 194
Proposed branch: lp:~mterry/ubuntu-touch-session/boot-animation
Merge into: lp:ubuntu-touch-session
Diff against target: 9 lines (+1/-1)
1 file modified
usc-wrapper (+1/-1)
To merge this branch: bzr merge lp:~mterry/ubuntu-touch-session/boot-animation
Reviewer Review Type Date Requested Status
Oliver Grawert Approve
Review via email: mp+223609@code.launchpad.net

Commit message

Enable a boot animation by default for Touch sessions

Description of the change

Enable a boot animation by default for Touch sessions.

There are known issues with the boot animation spinner:

Takes up 11k memory when it doesn't need to:
https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1331550

Some design nits:
https://bugs.launchpad.net/ubuntu/+source/unity-system-compositor/+bug/1331551

I don't think either of these need to block landing. We can fix those up separately. Design at least was fine with us landing before we fix the nits in bug 1331551, when we demoed this in Malta.

To post a comment you must log in.
Revision history for this message
Oliver Grawert (ogra) wrote :

looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'usc-wrapper'
2--- usc-wrapper 2014-05-07 13:34:40 +0000
3+++ usc-wrapper 2014-06-18 16:33:49 +0000
4@@ -5,4 +5,4 @@
5 . /etc/environment
6 export ANDROID_ROOT
7
8-exec unity-system-compositor --power-off-delay=500 $@
9+exec unity-system-compositor --spinner=/usr/bin/unity-system-compositor-spinner --power-off-delay=500 $@

Subscribers

People subscribed via source and target branches