Merge lp:~mterry/ubuntu-touch-session/split into lp:ubuntu-touch-session

Proposed by Michael Terry
Status: Merged
Approved by: Oliver Grawert
Approved revision: 178
Merged at revision: 181
Proposed branch: lp:~mterry/ubuntu-touch-session/split
Merge into: lp:ubuntu-touch-session
Diff against target: 76 lines (+23/-2)
6 files modified
52-ubuntu-touch.conf (+1/-0)
com.ubuntu.touch.NetworkManager.pkla (+15/-0)
debian/control (+2/-1)
debian/ubuntu-touch-session.install (+1/-0)
etc/dbus-1/system.d/ofono-phablet.conf (+3/-0)
usc-wrapper (+1/-1)
To merge this branch: bzr merge lp:~mterry/ubuntu-touch-session/split
Reviewer Review Type Date Requested Status
Oliver Grawert Approve
Review via email: mp+211549@code.launchpad.net

Commit message

Enable split mode by depending on unity8-greeter and making relevant configuration changes, like enabling the spinner for USC.

Description of the change

Enable split mode by depending on unity8-greeter and making relevant configuration changes, like enabling the spinner for USC.

This shouldn't land until ~mterry/unity8/split does.

To post a comment you must log in.
173. By Michael Terry

Let lightdm talk to ofono, for unlocking SIM card

174. By Michael Terry

Merge from trunk

175. By Michael Terry

Merge from trunk

176. By Michael Terry

Drop spinner and power off delay for now

177. By Michael Terry

Add back power off delay

178. By Michael Terry

Merge from trunk

Revision history for this message
Oliver Grawert (ogra) wrote :

looks fine

review: Approve
179. By Michael Terry

Depend on latest functionality in USC for handling two sessions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '52-ubuntu-touch.conf'
--- 52-ubuntu-touch.conf 2014-03-28 12:29:40 +0000
+++ 52-ubuntu-touch.conf 2014-05-29 08:07:37 +0000
@@ -2,6 +2,7 @@
2type=unity2type=unity
3user-session=ubuntu-touch3user-session=ubuntu-touch
4unity-compositor-command=/usr/share/ubuntu-touch-session/usc-wrapper4unity-compositor-command=/usr/share/ubuntu-touch-session/usc-wrapper
5autologin-in-background=true
56
6[LightDM]7[LightDM]
7minimum-vt=18minimum-vt=1
89
=== added file 'com.ubuntu.touch.NetworkManager.pkla'
--- com.ubuntu.touch.NetworkManager.pkla 1970-01-01 00:00:00 +0000
+++ com.ubuntu.touch.NetworkManager.pkla 2014-05-29 08:07:37 +0000
@@ -0,0 +1,15 @@
1# This next block is actually a duplicate from livecd-rootfs. Once this lands
2# in the image, we can remove the duplicate bits from livecd-rootfs.
3[sudo-network-rights]
4Identity=unix-group:sudo
5Action=org.freedesktop.NetworkManager.*
6ResultAny=no
7ResultInactive=no
8ResultActive=yes
9
10[lightdm-network-rights]
11Identity=unix-user:lightdm
12Action=org.freedesktop.NetworkManager.*
13ResultAny=no
14ResultInactive=no
15ResultActive=yes
016
=== modified file 'debian/control'
--- debian/control 2014-04-02 11:11:44 +0000
+++ debian/control 2014-05-29 08:07:37 +0000
@@ -12,7 +12,8 @@
12Package: ubuntu-touch-session12Package: ubuntu-touch-session
13Architecture: all13Architecture: all
14Depends: lightdm (>= 1.9.5),14Depends: lightdm (>= 1.9.5),
15 unity-system-compositor (>= 0.0.2),15 unity-system-compositor (>= 0.0.3),
16 unity8-greeter,
16 upstart-app-launch (>= 0.1+13.10.20130923.4-0ubuntu1~),17 upstart-app-launch (>= 0.1+13.10.20130923.4-0ubuntu1~),
17 ${misc:Depends},18 ${misc:Depends},
18 ${shlibs:Depends},19 ${shlibs:Depends},
1920
=== modified file 'debian/ubuntu-touch-session.install'
--- debian/ubuntu-touch-session.install 2014-05-02 15:21:11 +0000
+++ debian/ubuntu-touch-session.install 2014-05-29 08:07:37 +0000
@@ -8,3 +8,4 @@
8ubuntu-touch.desktop /usr/share/lightdm/sessions8ubuntu-touch.desktop /usr/share/lightdm/sessions
952-ubuntu-touch.conf /usr/share/lightdm/lightdm.conf.d952-ubuntu-touch.conf /usr/share/lightdm/lightdm.conf.d
10usc-wrapper /usr/share/ubuntu-touch-session/10usc-wrapper /usr/share/ubuntu-touch-session/
11com.ubuntu.touch.NetworkManager.pkla /var/lib/polkit-1/localauthority/10-vendor.d/
1112
=== modified file 'etc/dbus-1/system.d/ofono-phablet.conf'
--- etc/dbus-1/system.d/ofono-phablet.conf 2012-11-28 14:41:03 +0000
+++ etc/dbus-1/system.d/ofono-phablet.conf 2014-05-29 08:07:37 +0000
@@ -5,4 +5,7 @@
5 <policy user="phablet">5 <policy user="phablet">
6 <allow send_destination="org.ofono"/>6 <allow send_destination="org.ofono"/>
7 </policy>7 </policy>
8 <policy user="lightdm">
9 <allow send_destination="org.ofono"/>
10 </policy>
8</busconfig>11</busconfig>
912
=== modified file 'usc-wrapper'
--- usc-wrapper 2014-03-28 12:28:12 +0000
+++ usc-wrapper 2014-05-29 08:07:37 +0000
@@ -5,4 +5,4 @@
5. /etc/environment5. /etc/environment
6export ANDROID_ROOT6export ANDROID_ROOT
77
8exec unity-system-compositor $@8exec unity-system-compositor --power-off-delay=500 $@

Subscribers

People subscribed via source and target branches