This file is indexed.

/usr/share/mixxx/skins/Deere/vumeter.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
<!DOCTYPE template>
<!--
  Description:
    A VU meter.
  Variables:
    group: The group for the controls.
    control: The control to connect to.

-->
<Template>
  <VuMeter>
    <TooltipId><Variable name="TooltipId"/></TooltipId>
    <MinimumSize>50,5</MinimumSize>
    <MaximumSize>200,5</MaximumSize>
    <PathVu>vumeter.svg</PathVu>
    <Horizontal>true</Horizontal>
    <PeakHoldSize>5</PeakHoldSize>
    <PeakHoldTime>600</PeakHoldTime>
    <PeakFallTime>100</PeakFallTime>
    <PeakFallStep>1</PeakFallStep>
    <Connection>
      <ConfigKey><Variable name="group"/>,<Variable name="control"/></ConfigKey>
    </Connection>
  </VuMeter>
</Template>