Merge lp:~rsalveti/ubuntu-touch-session/ofono-setup-started-dbus into lp:ubuntu-touch-session

Proposed by Ricardo Salveti
Status: Merged
Approved by: Oliver Grawert
Approved revision: 126
Merged at revision: 126
Proposed branch: lp:~rsalveti/ubuntu-touch-session/ofono-setup-started-dbus
Merge into: lp:ubuntu-touch-session
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
upstart-session/ofono-setup.conf (+1/-1)
To merge this branch: bzr merge lp:~rsalveti/ubuntu-touch-session/ofono-setup-started-dbus
Reviewer Review Type Date Requested Status
Michael Frey (community) Approve
Review via email: mp+191295@code.launchpad.net

Commit message

ofono-setup.conf: making it start on started dbus, so we can have a working phone right after boot

Description of the change

ofono-setup.conf: making it start on started dbus, so we can have a working phone right after boot

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

perfect, thanks a lot for this emergency fix

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

Tested with both maguro and mako and worked fine.

Revision history for this message
Michael Frey (mfrey) wrote :

fixes the issue for me on mako. Now online after reboot.

review: Approve
Revision history for this message
Tony Espy (awe) wrote :

Works for me on maguro / #98.

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-10-15 10:38:54 +0000
3+++ debian/changelog 2013-10-15 21:06:21 +0000
4@@ -1,3 +1,10 @@
5+ubuntu-touch-session (0.84) UNRELEASED; urgency=low
6+
7+ * ofono-setup.conf: making it start on started dbus, so we can have a
8+ working phone right after boot
9+
10+ -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Tue, 15 Oct 2013 18:04:07 -0300
11+
12 ubuntu-touch-session (0.83) saucy; urgency=low
13
14 * merge lp:~saviq/session-manager-touch/drop-unity8
15
16=== modified file 'upstart-session/ofono-setup.conf'
17--- upstart-session/ofono-setup.conf 2013-10-15 09:05:14 +0000
18+++ upstart-session/ofono-setup.conf 2013-10-15 21:06:21 +0000
19@@ -1,7 +1,7 @@
20 description "Setup oFono when unity8 starts"
21 author "Oliver Grawert <ogra@canonical.com>"
22
23-start on desktop-start
24+start on started dbus
25 stop on desktop-end
26
27 exec /usr/bin/ofono-setup

Subscribers

People subscribed via source and target branches