Merge lp:~lool/ubuntu-touch-session/lightdm-depends-on-lxc-android-config into lp:ubuntu-touch-session

Proposed by Loïc Minier
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 117
Merged at revision: 117
Proposed branch: lp:~lool/ubuntu-touch-session/lightdm-depends-on-lxc-android-config
Merge into: lp:ubuntu-touch-session
Diff against target: 33 lines (+12/-3)
2 files modified
debian/changelog (+7/-0)
lightdm.override (+5/-3)
To merge this branch: bzr merge lp:~lool/ubuntu-touch-session/lightdm-depends-on-lxc-android-config
Reviewer Review Type Date Requested Status
Sergio Schvezov Approve
Review via email: mp+189981@code.launchpad.net

Description of the change

Extent the lightdm.override to require started lxc-android-config on start as to make sure the Android drivers are up.

To post a comment you must log in.
Revision history for this message
Loïc Minier (lool) wrote :

Boot tested on Mir and SF; it seems this dep is truly needed and it makes writing a boot hook to switch from SF to Mir much easier.

Revision history for this message
Sergio Schvezov (sergiusens) :
review: Approve
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

tested and works fine

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-09-27 10:17:52 +0000
3+++ debian/changelog 2013-10-08 22:04:34 +0000
4@@ -1,3 +1,10 @@
5+ubuntu-touch-session (0.77) saucy; urgency=low
6+
7+ * Extent the lightdm.override to require started lxc-android-config on start
8+ as to make sure the Android drivers are up.
9+
10+ -- Loïc Minier <loic.minier@ubuntu.com> Wed, 09 Oct 2013 00:02:24 +0200
11+
12 ubuntu-touch-session (0.76) saucy; urgency=low
13
14 * merge lightdm support from lp:~mterry/session-manager-touch/lightdm-switch
15
16=== modified file 'lightdm.override'
17--- lightdm.override 2013-09-19 18:32:59 +0000
18+++ lightdm.override 2013-10-08 22:04:34 +0000
19@@ -1,9 +1,11 @@
20 limit nice 40 40
21 oom score -10
22
23-# lightdm normally waits for plymouth-ready, but since we disable plymouth, we
24-# remove that condition from lightdm's start stanza.
25+# lightdm job normally waits for plymouth-ready, but since we disable plymouth,
26+# we remove that condition from lightdm's start stanza; also, we want to wait
27+# on lxc-android-config to get the Android drivers setup
28 start on ((filesystem
29 and runlevel [!06]
30- and started dbus)
31+ and started dbus
32+ and started lxc-android-config)
33 or runlevel PREVLEVEL=S)

Subscribers

People subscribed via source and target branches