aboutsummaryrefslogtreecommitdiff
path: root/data/com.canonical.indicator.sound.gschema.xml
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-07-12 20:07:41 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-07-12 20:07:41 +0200
commitf9fad5d468279e2d315a7759b37eec17bdd7b327 (patch)
tree6b25e32aea02468261a63a8cf1d24ad9c170c40e /data/com.canonical.indicator.sound.gschema.xml
parentb68112634c6721221dc7b82e04f798378e26bb9e (diff)
parent612866753e2b554abb0b448ae6a8c8ce1c2f4d87 (diff)
downloadayatana-indicator-sound-f9fad5d468279e2d315a7759b37eec17bdd7b327.tar.gz
ayatana-indicator-sound-f9fad5d468279e2d315a7759b37eec17bdd7b327.tar.bz2
ayatana-indicator-sound-f9fad5d468279e2d315a7759b37eec17bdd7b327.zip
* New upstream release.
- Allow setting preferred media players through a settings key. - Fix sound indicator not working after Amarok close. - Explicit handling of Ardour - Fix deprecated GTK+ API calls * debian/patches/lp_992262.patch: * debian/patches/lp_902715.patch: - dropped, the fix is in the new version
Diffstat (limited to 'data/com.canonical.indicator.sound.gschema.xml')
-rw-r--r--data/com.canonical.indicator.sound.gschema.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml
index a3ec770..86de36a 100644
--- a/data/com.canonical.indicator.sound.gschema.xml
+++ b/data/com.canonical.indicator.sound.gschema.xml
@@ -18,6 +18,13 @@
have at some point appeared in the menU. This allows the menu remember and display offlined applications.
</description>
</key>
+ <key name="preferred-media-players" type="as">
+ <summary>A list of applications that will have player controls visible all the time</summary>
+ <default>[ 'rhythmbox' ]</default>
+ <description>
+ A list of applications that will have player controls visible all the time
+ </description>
+ </key>
<key name="global-mute" type="b">
<default>false</default>
<summary>Initial setting for global mute (mute all) on the menu </summary>