Merge lp:~ogra/media-hub/do-not-start-on-desktop into lp:media-hub

Proposed by Oliver Grawert
Status: Merged
Approved by: Jim Hodapp
Approved revision: 32
Merged at revision: 32
Proposed branch: lp:~ogra/media-hub/do-not-start-on-desktop
Merge into: lp:media-hub
Diff against target: 27 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
debian/media-hub.conf (+1/-1)
To merge this branch: bzr merge lp:~ogra/media-hub/do-not-start-on-desktop
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Jim Hodapp (community) Approve
Review via email: mp+220218@code.launchpad.net

Commit message

only start on real touch sessions

Description of the change

make sure media-hub-server only starts in true ubuntu-touch sessions (not on the new unity8 desktop session for example)

To post a comment you must log in.
Revision history for this message
Jim Hodapp (jhodapp) wrote :

Looks good, thanks.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

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 2014-05-07 10:49:50 +0000
3+++ debian/changelog 2014-05-20 09:55:11 +0000
4@@ -1,3 +1,11 @@
5+media-hub (0.0.2+14.10.20140520-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * make sure media-hub-server only starts on real ubuntu-touch sessions (i.e.
8+ not in the new unity8 desktop session which lacks the codecs)
9+ (LP: 1321204)
10+
11+ -- Oliver Grawert <ogra@ubuntu.com> Tue, 20 May 2014 11:51:57 +0200
12+
13 media-hub (0.0.2+14.10.20140507-0ubuntu1) utopic; urgency=medium
14
15 [ Ricardo Mendoza ]
16
17=== modified file 'debian/media-hub.conf'
18--- debian/media-hub.conf 2014-04-30 01:12:43 +0000
19+++ debian/media-hub.conf 2014-05-20 09:55:11 +0000
20@@ -1,6 +1,6 @@
21 description "Starts the media-hub service"
22
23-start on started dbus
24+start on started dbus and xsession SESSION=ubuntu-touch
25 stop on runlevel [06]
26
27 respawn

Subscribers

People subscribed via source and target branches