diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-07-19 10:05:31 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-07-19 10:05:31 +0200 |
commit | 2dee08eb7b6ffeac012fdac8ae23fe15c96319f9 (patch) | |
tree | ec4a26fc4abd1bf7971db71ff8c4bd2497e2f2a4 /data/com.canonical.indicator.sound.gschema.xml | |
parent | 5b88f582d23fb2b4af0335b99f315a5803ccdca0 (diff) | |
download | ayatana-indicator-sound-2dee08eb7b6ffeac012fdac8ae23fe15c96319f9.tar.gz ayatana-indicator-sound-2dee08eb7b6ffeac012fdac8ae23fe15c96319f9.tar.bz2 ayatana-indicator-sound-2dee08eb7b6ffeac012fdac8ae23fe15c96319f9.zip |
Remove Rhythmbox from the default of the 'interested-media-players' setting
The sound menu should only contain players that have been started before.
Diffstat (limited to 'data/com.canonical.indicator.sound.gschema.xml')
-rw-r--r-- | data/com.canonical.indicator.sound.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml index 86de36a..102a1db 100644 --- a/data/com.canonical.indicator.sound.gschema.xml +++ b/data/com.canonical.indicator.sound.gschema.xml @@ -11,7 +11,7 @@ </key> <key name="interested-media-players" type="as"> <summary>A list of applications which at some point have registered with the sound menu</summary> - <default>[ 'rhythmbox' ]</default> + <default>[]</default> <description> Each media player which abides by the MPRIS2 spec will automatically appear in the menu. This array should contain the desktop file names (minus .desktop suffix) of applications which |