This file is indexed.

/usr/share/mixxx/skins/Deere/skin.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
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
<!DOCTYPE skin>
<skin>
  <manifest>
    <title>Deere</title>
    <author>RJ Ryan, S.Brandt</author>
    <version>1.12.0.01</version>
    <description>A flexible skin.</description>
    <language>en</language>
    <license>Creative Commons Attribution, Share-Alike 3.0 Unported</license>
    <attributes>
      <attribute config_key="[Master],num_decks">4</attribute>
      <attribute config_key="[Master],num_samplers">16</attribute>
      <attribute config_key="[Master],num_preview_decks">1</attribute>
      <!--Optionally, make elements visible on skin load-->
      <attribute persist="true" config_key="[Spinny1],show_spinny">1</attribute>
      <attribute persist="true" config_key="[Spinny2],show_spinny">1</attribute>
      <attribute persist="true" config_key="[Spinny3],show_spinny">1</attribute>
      <attribute persist="true" config_key="[Spinny4],show_spinny">1</attribute>
      <attribute persist="true" config_key="[Samplers],show_samplers">0</attribute>
      <attribute persist="true" config_key="[Microphone],show_microphone">0</attribute>
      <attribute persist="true" config_key="[Vinylcontrol],show_vinylcontrol">0</attribute>
      <attribute persist="true" config_key="[PreviewDeck],show_previewdeck">0</attribute>
      <attribute config_key="[Library],show_library">1</attribute>
      <attribute persist="true" config_key="[Library],show_coverart">0</attribute>
    </attributes>
  </manifest>

  <ObjectName>Mixxx</ObjectName>
  <Style src="skin:style.qss"/>

  <MinimumSize>1024,700</MinimumSize>
  <SizePolicy>me,me</SizePolicy>
  <Layout>horizontal</Layout>

  <Children>
    <SetVariable name="SmallSquareButtonMinimumSize">15,15</SetVariable>
    <SetVariable name="SmallSquareButtonMaximumSize">15,15</SetVariable>
    <SetVariable name="SmallSquareButtonSizePolicy">f,f</SetVariable>

    <SetVariable name="SmallWideButtonMinimumSize">30,15</SetVariable>
    <SetVariable name="SmallWideButtonMaximumSize">30,15</SetVariable>
    <SetVariable name="SmallWideButtonSizePolicy">me,me</SetVariable>

    <SetVariable name="SmallHorizontalStretchButtonMinimumSize">-1,15</SetVariable>
    <SetVariable name="SmallHorizontalStretchButtonMaximumSize">-1,15</SetVariable>
    <SetVariable name="SmallHorizontalStretchButtonSizePolicy">me,f</SetVariable>

    <SetVariable name="SmallVerticalStretchButtonMinimumSize">15,-1</SetVariable>
    <SetVariable name="SmallVerticalStretchButtonMaximumSize">15,-1</SetVariable>
    <SetVariable name="SmallVerticalStretchButtonSizePolicy">f,me</SetVariable>

    <SetVariable name="SmallHorizontalStretchLinkButtonMinimumSize">-1,4</SetVariable>
    <SetVariable name="SmallHorizontalStretchLinkButtonMaximumSize">-1,4</SetVariable>
    <SetVariable name="SmallHorizontalStretchLinkButtonSizePolicy">me,f</SetVariable>

    <SetVariable name="SquareButtonMinimumSize">20,20</SetVariable>
    <SetVariable name="SquareButtonMaximumSize">20,20</SetVariable>
    <SetVariable name="SquareButtonSizePolicy">f,f</SetVariable>

    <SetVariable name="WideButtonMinimumSize">40,20</SetVariable>
    <SetVariable name="WideButtonMaximumSize">40,20</SetVariable>
    <SetVariable name="WideButtonSizePolicy">f,f</SetVariable>

    <SetVariable name="HorizontalStretchButtonMinimumSize">-1,20</SetVariable>
    <SetVariable name="HorizontalStretchButtonMaximumSize">-1,20</SetVariable>
    <SetVariable name="HorizontalStretchButtonSizePolicy">me,f</SetVariable>

    <SetVariable name="VerticalStretchButtonMinimumSize">20,-1</SetVariable>
    <SetVariable name="VerticalStretchButtonMaximumSize">20,-1</SetVariable>
    <SetVariable name="VerticalStretchButtonSizePolicy">f,me</SetVariable>

    <WidgetGroup>
      <SizePolicy>me,me</SizePolicy>
      <Layout>vertical</Layout>
      <Children>
        <Template src="skin:tool_bar.xml"/>
        <Template src="skin:main_decks.xml"/>
        <Template src="skin:sample_decks.xml"/>
        <Template src="skin:effect_rack.xml"/>
        <Template src="skin:microphone_rack.xml"/>
        <Template src="skin:library.xml"/>
      </Children>
    </WidgetGroup>
    <Template src="skin:skin_settings.xml"/>
  </Children>
</skin>