diff options
author | Ted Gould <ted@gould.cx> | 2014-03-19 16:00:43 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-03-19 16:00:43 -0500 |
commit | bef0abe544ecbb9e020b7d9f99255acefa5073ed (patch) | |
tree | 499aa671654b0e4d7cccb1c4c439737edc78b311 | |
parent | aa729767217df6e3058b439552ba166cef6c6053 (diff) | |
download | ayatana-indicator-sound-bef0abe544ecbb9e020b7d9f99255acefa5073ed.tar.gz ayatana-indicator-sound-bef0abe544ecbb9e020b7d9f99255acefa5073ed.tar.bz2 ayatana-indicator-sound-bef0abe544ecbb9e020b7d9f99255acefa5073ed.zip |
Adding a setting for greeter exporting
-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> |