~bratsche/indicator-sound/icon-placement

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/indicator-sound/volume_mute</key>
      <applyto>/apps/indicator-sound/volume_mute</applyto>
      <owner>indicator-sound</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
	<short>Volume is not muted by default</short>
	<long>On start up volume should not be muted.</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>