This file is indexed.

/usr/share/mixxx/skins/Deere/knob.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
<!DOCTYPE template>
<!--
  Description:
    A standard knob.
  Variables:
    control: The control to connect to.
    color: The color of the knobs marker.
-->
<Template>
  <KnobComposed>
    <TooltipId><Variable name="TooltipId"/></TooltipId>
    <Size>40f,34f</Size>
    <Knob>knob_<Variable name="color"/>.svg</Knob>
    <BackPath>knob_bg.svg</BackPath>
    <MinAngle>-135</MinAngle>
    <MaxAngle>135</MaxAngle>
    <KnobCenterYOffset>1.602</KnobCenterYOffset>
    <Connection>
      <ConfigKey><Variable name="group"/>,<Variable name="control"/></ConfigKey>
    </Connection>
  </KnobComposed>
</Template>