Merge lp:~larsu/indicator-sound/lp-1202933 into lp:indicator-sound/13.10

Proposed by Lars Karlitski
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 356
Merged at revision: 356
Proposed branch: lp:~larsu/indicator-sound/lp-1202933
Merge into: lp:indicator-sound/13.10
Diff against target: 12 lines (+1/-1)
1 file modified
data/com.canonical.indicator.sound.gschema.xml (+1/-1)
To merge this branch: bzr merge lp:~larsu/indicator-sound/lp-1202933
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Sebastien Bacher Approve
Review via email: mp+175751@code.launchpad.net

Description of the change

Remove Rhythmbox from the default of the 'interested-media-players' setting

The sound menu should only contain players that have been started before.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

looks good to me!

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/com.canonical.indicator.sound.gschema.xml'
2--- data/com.canonical.indicator.sound.gschema.xml 2012-06-21 16:45:16 +0000
3+++ data/com.canonical.indicator.sound.gschema.xml 2013-07-19 08:10:39 +0000
4@@ -11,7 +11,7 @@
5 </key>
6 <key name="interested-media-players" type="as">
7 <summary>A list of applications which at some point have registered with the sound menu</summary>
8- <default>[ 'rhythmbox' ]</default>
9+ <default>[]</default>
10 <description>
11 Each media player which abides by the MPRIS2 spec will automatically appear in the menu.
12 This array should contain the desktop file names (minus .desktop suffix) of applications which

Subscribers

People subscribed via source and target branches