/usr/share/gconf/schemas/jack_mixer.schemas is in jack-mixer 9-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | <gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/jack_mixer/default_meter_scale</key>
<applyto>/apps/jack_mixer/default_meter_scale</applyto>
<owner>jack_mixer</owner>
<type>string</type>
<default>iec_268</default>
<locale name="C">
<short>Default scale to use for peak meters</short>
<long>Default scale to use for peak meters. "iec_268" uses
scale close or maybe confirming to IEC 60268-18
standard. "linear_70dB" is linear scale with range from -70 to
0 dBFS.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/jack_mixer/default_slider_scale</key>
<applyto>/apps/jack_mixer/default_slider_scale</applyto>
<owner>jack_mixer</owner>
<type>string</type>
<default>linear_30dB</default>
<locale name="C">
<short>Default scale to use for volume siliders</short>
<long>Default scale to use for volume siliders. "linear_30dB"
is linear scale with range from -30 to +30 dBFS. "linear_70dB"
is linear scale with range from -70 to 0 dBFS.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/jack_mixer/vumeter_color_scheme</key>
<applyto>/apps/jack_mixer/vumeter_color_scheme</applyto>
<owner>jack_mixer</owner>
<type>string</type>
<default>gradient</default>
<locale name="C">
<short>Scheme used for the coloring of vumeters</short>
<long>Gradient (default) or solid.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/jack_mixer/vumeter_color</key>
<applyto>/apps/jack_mixer/vumeter_color</applyto>
<owner>jack_mixer</owner>
<type>string</type>
<default>#ccb300</default>
<locale name="C">
<short>Color for vumeters</short>
<long>Color to be used in vumeters when configured to display a solid
color.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/jack_mixer/use_custom_widgets</key>
<applyto>/apps/jack_mixer/use_custom_widgets</applyto>
<owner>jack_mixer</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Use custom widgets</short>
<long>Whether to use custom widgets for the slider and balance.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|