This file is indexed.

/usr/share/mixxx/skins/Deere/beatloop.xml is in mixxx-data 2.0.0~dfsg-4.

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
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
<!DOCTYPE template>
<!--
  Description:
    A grid of beatloop controls with a loop double and halve on the left and right.
  Variables:
    group: The group for the controls.
-->
<Template>
  <WidgetGroup>
    <ObjectName>BeatLoopContainer</ObjectName>
    <Layout>horizontal</Layout>

    <MinimumSize>-1,-1</MinimumSize>
    <SizePolicy>min,max</SizePolicy>

    <Children>
      <!-- Grow to be as tall as the outer WidgetGroup -->
      <Template src="skin:left_1state_button.xml">
        <SetVariable name="TooltipId">loop_halve</SetVariable>
        <SetVariable name="ObjectName">LoopHalveButton</SetVariable>
        <SetVariable name="MinimumSize"><Variable name="VerticalStretchButtonMinimumSize"/></SetVariable>
        <SetVariable name="MaximumSize"><Variable name="VerticalStretchButtonMaximumSize"/></SetVariable>
        <SetVariable name="SizePolicy"><Variable name="VerticalStretchButtonSizePolicy"/></SetVariable>
        <SetVariable name="state_0_text"></SetVariable>
        <SetVariable name="state_0_pressed">icon/ic_chevron_left_48px.svg</SetVariable>
        <SetVariable name="state_0_unpressed">icon/ic_chevron_left_48px.svg</SetVariable>
        <SetVariable name="left_connection_control"><Variable name="group"/>,loop_halve</SetVariable>
      </Template>

      <WidgetGroup>
        <Layout>vertical</Layout>
        <SizePolicy>min,min</SizePolicy>
        <Children>
          <WidgetGroup>
            <ObjectName>BeatLoopUpperRow</ObjectName>
            <Layout>horizontal</Layout>
            <SizePolicy>min,min</SizePolicy>
            <Children>
              <Template src="skin:beatloop_button.xml">
                <SetVariable name="control_length">0.125</SetVariable>
                <SetVariable name="text_length">1/8</SetVariable>
              </Template>

              <Template src="skin:beatloop_button.xml">
                <SetVariable name="control_length">0.25</SetVariable>
                <SetVariable name="text_length">1/4</SetVariable>
              </Template>

              <Template src="skin:beatloop_button.xml">
                <SetVariable name="control_length">0.5</SetVariable>
                <SetVariable name="text_length">1/2</SetVariable>
              </Template>

              <Template src="skin:beatloop_button.xml">
                <SetVariable name="control_length">1</SetVariable>
                <SetVariable name="text_length">1</SetVariable>
              </Template>
            </Children>
          </WidgetGroup>

          <WidgetGroup>
            <ObjectName>BeatLoopLowerRow</ObjectName>
            <Layout>horizontal</Layout>
            <SizePolicy>min,min</SizePolicy>
            <Children>
              <Template src="skin:beatloop_button.xml">
                <SetVariable name="control_length">2</SetVariable>
                <SetVariable name="text_length">2</SetVariable>
              </Template>

              <Template src="skin:beatloop_button.xml">
                <SetVariable name="control_length">4</SetVariable>
                <SetVariable name="text_length">4</SetVariable>
              </Template>

              <Template src="skin:beatloop_button.xml">
                <SetVariable name="control_length">8</SetVariable>
                <SetVariable name="text_length">8</SetVariable>
              </Template>

              <Template src="skin:beatloop_button.xml">
                <SetVariable name="control_length">16</SetVariable>
                <SetVariable name="text_length">16</SetVariable>
              </Template>
            </Children>
          </WidgetGroup>
        </Children>
      </WidgetGroup>

      <!-- Grow to be as tall as the outer WidgetGroup -->
      <Template src="skin:left_1state_button.xml">
        <SetVariable name="TooltipId">loop_double</SetVariable>
        <SetVariable name="ObjectName">LoopDoubleButton</SetVariable>
        <SetVariable name="MinimumSize"><Variable name="VerticalStretchButtonMinimumSize"/></SetVariable>
        <SetVariable name="MaximumSize"><Variable name="VerticalStretchButtonMaximumSize"/></SetVariable>
        <SetVariable name="SizePolicy"><Variable name="VerticalStretchButtonSizePolicy"/></SetVariable>
        <SetVariable name="state_0_text"></SetVariable>
        <SetVariable name="state_0_pressed">icon/ic_chevron_right_48px.svg</SetVariable>
        <SetVariable name="state_0_unpressed">icon/ic_chevron_right_48px.svg</SetVariable>
        <SetVariable name="left_connection_control"><Variable name="group"/>,loop_double</SetVariable>
      </Template>
    </Children>
  </WidgetGroup>
</Template>