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
1=== modified file '52-ubuntu-touch.conf'
2--- 52-ubuntu-touch.conf 2014-03-28 12:29:40 +0000
3+++ 52-ubuntu-touch.conf 2014-05-29 08:07:37 +0000
4@@ -2,6 +2,7 @@
5 type=unity
6 user-session=ubuntu-touch
7 unity-compositor-command=/usr/share/ubuntu-touch-session/usc-wrapper
8+autologin-in-background=true
9
10 [LightDM]
11 minimum-vt=1
12
13=== added file 'com.ubuntu.touch.NetworkManager.pkla'
14--- com.ubuntu.touch.NetworkManager.pkla 1970-01-01 00:00:00 +0000
15+++ com.ubuntu.touch.NetworkManager.pkla 2014-05-29 08:07:37 +0000
16@@ -0,0 +1,15 @@
17+# This next block is actually a duplicate from livecd-rootfs. Once this lands
18+# in the image, we can remove the duplicate bits from livecd-rootfs.
19+[sudo-network-rights]
20+Identity=unix-group:sudo
21+Action=org.freedesktop.NetworkManager.*
22+ResultAny=no
23+ResultInactive=no
24+ResultActive=yes
25+
26+[lightdm-network-rights]
27+Identity=unix-user:lightdm
28+Action=org.freedesktop.NetworkManager.*
29+ResultAny=no
30+ResultInactive=no
31+ResultActive=yes
32
33=== modified file 'debian/control'
34--- debian/control 2014-04-02 11:11:44 +0000
35+++ debian/control 2014-05-29 08:07:37 +0000
36@@ -12,7 +12,8 @@
37 Package: ubuntu-touch-session
38 Architecture: all
39 Depends: lightdm (>= 1.9.5),
40- unity-system-compositor (>= 0.0.2),
41+ unity-system-compositor (>= 0.0.3),
42+ unity8-greeter,
43 upstart-app-launch (>= 0.1+13.10.20130923.4-0ubuntu1~),
44 ${misc:Depends},
45 ${shlibs:Depends},
46
47=== modified file 'debian/ubuntu-touch-session.install'
48--- debian/ubuntu-touch-session.install 2014-05-02 15:21:11 +0000
49+++ debian/ubuntu-touch-session.install 2014-05-29 08:07:37 +0000
50@@ -8,3 +8,4 @@
51 ubuntu-touch.desktop /usr/share/lightdm/sessions
52 52-ubuntu-touch.conf /usr/share/lightdm/lightdm.conf.d
53 usc-wrapper /usr/share/ubuntu-touch-session/
54+com.ubuntu.touch.NetworkManager.pkla /var/lib/polkit-1/localauthority/10-vendor.d/
55
56=== modified file 'etc/dbus-1/system.d/ofono-phablet.conf'
57--- etc/dbus-1/system.d/ofono-phablet.conf 2012-11-28 14:41:03 +0000
58+++ etc/dbus-1/system.d/ofono-phablet.conf 2014-05-29 08:07:37 +0000
59@@ -5,4 +5,7 @@
60 <policy user="phablet">
61 <allow send_destination="org.ofono"/>
62 </policy>
63+ <policy user="lightdm">
64+ <allow send_destination="org.ofono"/>
65+ </policy>
66 </busconfig>
67
68=== modified file 'usc-wrapper'
69--- usc-wrapper 2014-03-28 12:28:12 +0000
70+++ usc-wrapper 2014-05-29 08:07:37 +0000
71@@ -5,4 +5,4 @@
72 . /etc/environment
73 export ANDROID_ROOT
74
75-exec unity-system-compositor $@
76+exec unity-system-compositor --power-off-delay=500 $@

Subscribers

People subscribed via source and target branches