This file is indexed.

/usr/share/mixxx/skins/Deere/auxiliary.xml is in mixxx-data 2.0.0~dfsg-7.

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
<!DOCTYPE template>
<!--
  Description:
    The auxiliary channel controls.
  Variables:
    i: The auxiliary channel number (1-indexed)
-->

<Template>
  <WidgetGroup>
    <ObjectName>AuxiliaryContainer</ObjectName>
    <Layout>horizontal</Layout>
    <SizePolicy>min,min</SizePolicy>
    <Children>
      <Template src="skin:vumeter.xml">
        <SetVariable name="group">[Auxiliary<Variable name="i"/>]</SetVariable>
        <SetVariable name="TooltipId">channel_VuMeter</SetVariable>
        <SetVariable name="control">VuMeter</SetVariable>
      </Template>

      <Template src="skin:knob_with_button.xml">
        <SetVariable name="TooltipId">pregain</SetVariable>
        <SetVariable name="group">[Auxiliary<Variable name="i"/>]</SetVariable>
        <SetVariable name="control">pregain</SetVariable>
        <SetVariable name="color">red</SetVariable>
        <SetVariable name="button_TooltipId">mute</SetVariable>
        <SetVariable name="button_control">mute</SetVariable>
        <SetVariable name="label">Gain</SetVariable>
      </Template>
    </Children>
    <Connection>
      <ConfigKey>[Auxiliary<Variable name="i"/>],enabled</ConfigKey>
      <BindProperty>visible</BindProperty>
    </Connection>
  </WidgetGroup>
</Template>