diff options
author | Ted Gould <ted@gould.cx> | 2014-03-24 15:02:25 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-03-24 15:02:25 +0000 |
commit | 7a312f2f03a0bc0c52ce8a6f834849d70233cf61 (patch) | |
tree | b7e124f7b3297dc0ea03e08052ae63a7d0d0acc6 /data/com.canonical.indicator.sound.gschema.xml | |
parent | 0aae819193bfd6dba02207c4513ccb038d412d4e (diff) | |
parent | 7d47058ef00b8aab6e7b58e20bd6e5fbcecdfc34 (diff) | |
download | ayatana-indicator-sound-7a312f2f03a0bc0c52ce8a6f834849d70233cf61.tar.gz ayatana-indicator-sound-7a312f2f03a0bc0c52ce8a6f834849d70233cf61.tar.bz2 ayatana-indicator-sound-7a312f2f03a0bc0c52ce8a6f834849d70233cf61.zip |
Export currently running player to Accounts Service
Diffstat (limited to 'data/com.canonical.indicator.sound.gschema.xml')
-rw-r--r-- | data/com.canonical.indicator.sound.gschema.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml index 102a1db..c34dfd6 100644 --- a/data/com.canonical.indicator.sound.gschema.xml +++ b/data/com.canonical.indicator.sound.gschema.xml @@ -48,5 +48,14 @@ Whether or not to show the sound indicator in the menu bar. </description> </key> + <key name="greeter-export" type="b"> + <default>true</default> + <summary>Whether or not to export the currently playing song to the greeter.</summary> + <description> + If enabled the sound indicator will export the current player and + song to the greeter so that it can be shown if the user is selected + and the sound menu is shown. + </description> + </key> </schema> </schemalist> |