<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE schemalist PUBLIC "gschema" "https://gitlab.gnome.org/GNOME/glib/raw/master/gio/gschema.dtd"> <schemalist > <schema id="org.gnome.shell.extensions.sound-output-device-chooser" path="/org/gnome/shell/extensions/sound-output-device-chooser/"> <key name="hide-on-single-device" type="b"> <default>false</default> <summary>Preference to show the chooser when only one device is available</summary> <description>Value set to false hides the device chooser when only one device is available</description> </key> <key name="show-profiles" type="b"> <default>true</default> <summary>Preference to show the available profiles for all devices</summary> <description>Value set to true displays the individual available profiles for each device</description> </key> <key name="expand-volume-menu" type="b"> <default>true</default> <summary>Preference to expand volume menu to fit the name of the sound devices</summary> <description>Value set to true expands the volume menu to fit the names of sound devices displayed in the selector</description> </key> <key name="use-monochrome" type="b"> <default>true</default> <summary>Preference to use monochrome icons instead of default icons</summary> <description>Value set to true uses monochrome icons</description> </key> <key name="show-input-slider" type="b"> <default>true</default> <summary>Preference to show input slider always</summary> <description>Value set to true displays the slider control for input device volume</description> </key> <key name="show-input-devices" type="b"> <default>true</default> <summary>Preference to show input device chooser</summary> <description>Value set to true displays the device chooser for input devices</description> </key> <key name="show-output-devices" type="b"> <default>true</default> <summary>Preference to show output device chooser</summary> <description>Value set to true displays the device chooser for output devices</description> </key> <key name="ports-settings" type="s"> <default>"[]"</default> <summary>Preference to hide/show different ports always</summary> <description></description> </key> <key name="icon-theme" type="s"> <default>"monochrome"</default> <summary>Preference indicating the type of icons used by the extension</summary> <description>Value can be "colored", "monochrome", "none", etc.</description> </key> <key name="hide-menu-icons" type="b"> <default>false</default> <summary>Preference indicating whether the icons are hidden in the drop-down menu (but are visible in the expanded list).</summary> <description></description> </key> <key name="enable-log" type="b"> <default>false</default> <summary>Preference indicating log messages should be written to console</summary> <description></description> </key> <key name="new-profile-indentification" type="b"> <default>true</default> <summary>Preference to enable new logic to identify port profiles</summary> <description></description> </key> </schema> </schemalist>