Qual é o significado da configuração 'greeter-export' no menu de som?

0

Se você inspecionar com.canonical.indicator.sound com dconf , verá que há duas configurações

  • global-mute
  • greeter-export

Eles estão documentados em algum lugar? Qual é o seu significado preciso?

    
por Bordaigorl 04.09.2014 / 13:07

1 resposta

0

De acordo com este arquivo de esquema da página do 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>

Eu sou bastante fonte da Canonical ter as fontes postadas em algum lugar on-line, mas as fontes do Linux Mint são suficientes para nossos propósitos.

    
por muru 04.09.2014 / 13:15