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
=== modified file 'debian/changelog'
--- debian/changelog 2013-09-27 10:17:52 +0000
+++ debian/changelog 2013-10-08 22:04:34 +0000
@@ -1,3 +1,10 @@
1ubuntu-touch-session (0.77) saucy; urgency=low
2
3 * Extent the lightdm.override to require started lxc-android-config on start
4 as to make sure the Android drivers are up.
5
6 -- Loïc Minier <loic.minier@ubuntu.com> Wed, 09 Oct 2013 00:02:24 +0200
7
1ubuntu-touch-session (0.76) saucy; urgency=low8ubuntu-touch-session (0.76) saucy; urgency=low
29
3 * merge lightdm support from lp:~mterry/session-manager-touch/lightdm-switch10 * merge lightdm support from lp:~mterry/session-manager-touch/lightdm-switch
411
=== modified file 'lightdm.override'
--- lightdm.override 2013-09-19 18:32:59 +0000
+++ lightdm.override 2013-10-08 22:04:34 +0000
@@ -1,9 +1,11 @@
1limit nice 40 401limit nice 40 40
2oom score -102oom score -10
33
4# lightdm normally waits for plymouth-ready, but since we disable plymouth, we4# lightdm job normally waits for plymouth-ready, but since we disable plymouth,
5# remove that condition from lightdm's start stanza.5# we remove that condition from lightdm's start stanza; also, we want to wait
6# on lxc-android-config to get the Android drivers setup
6start on ((filesystem7start on ((filesystem
7 and runlevel [!06]8 and runlevel [!06]
8 and started dbus)9 and started dbus
10 and started lxc-android-config)
9 or runlevel PREVLEVEL=S)11 or runlevel PREVLEVEL=S)

Subscribers

People subscribed via source and target branches