From 13525d7b0451f0a9ca7b73e83e2f374fbfb7c1bc Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 22 Oct 2017 23:07:30 +0000 Subject: Fork from Ubuntu's indicator-sound. --- data/org.ayatana.indicator.sound.gschema.xml | 110 +++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 data/org.ayatana.indicator.sound.gschema.xml (limited to 'data/org.ayatana.indicator.sound.gschema.xml') diff --git a/data/org.ayatana.indicator.sound.gschema.xml b/data/org.ayatana.indicator.sound.gschema.xml new file mode 100644 index 0000000..5255358 --- /dev/null +++ b/data/org.ayatana.indicator.sound.gschema.xml @@ -0,0 +1,110 @@ + + + + A list of applications blacklisted from the sound menu + [] + + 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 + do not want to be included in the sound menu. + + + + A list of applications which at some point have registered with the sound menu + [] + + 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 + have at some point appeared in the menU. This allows the menu remember and display offlined applications. + + + + A list of applications that will have player controls visible all the time + [ 'rhythmbox' ] + + A list of applications that will have player controls visible all the time + + + + false + Initial setting for global mute (mute all) on the menu + + On start up volume should not be muted. + + + + false + Whether the volume slider allows setting the volume above 100% + + + true + Whether or not to show the sound indicator in the menu bar. + + Whether or not to show the sound indicator in the menu bar. + + + + + + + true + Whether or not to show high volume warnings. + + If enabled on a device, a confirmation dialog will be presented to the user if + (a) something is plugged into the headphone jack (ie, no warnings for speaker volumes) AND + (b) media is playing (ie, no warnings for ringtone volumes) AND + (c) the user attempts to set the volume higher than warning-volume-decibels AND + (d) the user has not indicated approval in the last warning-volume-approval-ttl seconds. + + + + 72000 + How many seconds a user's warning-volume approval should be remembered. + + How long to remember a user's approval of the confirmation dialog discussed in the + description of 'warning-volume-enabled'. + + The default value (72,000 seconds) corresponds to the 20 hours suggested by + EU standard EN 60950-1/Al2: “The acknowledgement does not need to be repeated + more than once every 20 h of cumulative listening time.” + + + + -8.0 + Volume level that triggers a high volume warning. + + Volume level that triggers a high volume warning. + See warning-volume-enabled for details. + + + + + 0 + Normal output volume. + + The maximum volume when com.ubuntu.sound's 'allow-amplified-volume' setting is disabled. + + To conform with EU standard EN 60950-1/Al2, this value should never be + set to a dB that causes headphone sound output to exceed 100 dBA, nor + electric output to exceed 150 mV. + + The default value (0) corresponds to PulseAudio's PA_VOLUME_NORM. + + + + + 11 + Output volume to use when com.ubuntu.sound's 'allow-amplified-volume' setting is enabled. + + The maximum volume when com.ubuntu.sound's 'allow-amplified-volume' setting is enabled. + + To conform with EU standard EN 60950-1/Al2, this value should never be + set to a dB that causes headphone sound output to exceed 100 dBA, nor + electric output to exceed 150 mV. + + The default value (11) corresponds to PulseAudio's PA_VOLUME_UI_MAX. + + + + + -- cgit v1.2.3