Что означает настройка `greeter-export` в звуковом меню?

Если вы проверяете com.canonical.indicator.sound с dconf Вы можете видеть, что есть две настройки

  • global-mute
  • greeter-export

Они где-нибудь задокументированы? Каково их точное значение?

1 ответ

Решение

Согласно этому файлу схемы со страницы Linux Mint GitHub:

<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>
<key name="global-mute" type="b">
  <default>false</default>
  <summary>Initial setting for global mute (mute all) on the menu </summary>
  <description>
    On start up volume should not be muted.
  </description>
</key>

У меня довольно хороший источник. У Canonical есть источники, размещенные где-то в Интернете, но источников Linux Mint вполне достаточно для наших целей.

Другие вопросы по тегам