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

Subscribers

People subscribed via source and target branches