This file is indexed.

/usr/share/gdm/themes/HumanME/HumanME.xml is in sabily-gdm-themes 1.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>

  <!-- background -->
  <item type="pixmap">
    <normal file="background.png"/>
    <pos y="0" x="0" width="100%" height="100%"/>
  </item>

  <!-- sabily logo -->
  <item type="pixmap">
    <normal file="sabily.png" alpha="1.0"/>
    <pos x="50%" y="50%" width="scale" height="100%" anchor="c"/>
  </item>

  <!-- bottom bar -->
  <item type="pixmap">
     <normal file="bottom_bar.svg"/>
    <pos y="100%" x="0" width="100%" height="100" anchor="sw"/>
  </item>
  <item type="rect">
    <pos y="100%" x="0" width="100%" height="42" anchor="sw"/>
    <box xpadding="10" spacing="10" orientation="horizontal">
      <!-- reboot -->
      <item type="rect" id="options_button" button="true">
        <pos y="50%" width="box" height="box" anchor="w"/>
        <box xpadding="0" spacing="2" orientation="horizontal">
          <item type="pixmap">
            <normal file="icon-session.png"/>
            <prelight file="icon-session-prelight.png"/>
            <active file="icon-session-active.png"/>
          </item>
          <item type="label">
            <normal font="Sans 11" color="#ffffff"/>
            <prelight font="Sans 11" color="#14B202"/>
            <active font="Sans 11" color="#A3DB9C"/>
            <pos y="50%" anchor="w"/>
            <stock type="options"/>
          </item>
        </box>
      </item>
      <!-- halt -->
      <item type="rect" id="halt_button" button="true">
      </item>
      <!-- quit / disconnect -->
      <item type="rect" id="disconnect_button" button="true">
      </item>
    </box>
  </item>
  
  <!-- hostname and clock -->
  <item type="rect">
    <pos x="100%" y="100%" width="box" height="42" anchor="se"/>
    <box xpadding="10" spacing="10" orientation="horizontal">
      <item type="label">
        <pos x="100%" y="50%" anchor="e"/>
        <normal font="Sans Bold 11" color="#ffffff"/>
        <text>%h //</text>
      </item>
      <item type="label" id="clock">
        <pos x="100%" y="50%" anchor="e"/>
        <normal font="Sans 11" color="#ffffff"/>
        <text>%c</text>
      </item>
    </box>
  </item>
  
  
  <!-- password box -->
  <item type="rect">
    <pos x="50%" y="60%" width="box" height="box" anchor="c"/>
    <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
      <item type="pixmap">
        <pos x="0" y="0" width="box" height="box"/>
	<normal file="boundingbox.svg"/>
        <box xpadding="35" ypadding="15" spacing="10" orientation="vertical">
          <item type="label" id="pam-prompt">
            <pos x="0"/>
            <normal font="Sans Bold 10" color="#E6FFE3"/>
            <stock type="username-label"/>
          </item>
          <item type="pixmap">
            <normal file="userentry.svg"/>
            <pos width="160" height="24"/>
            <fixed>
              <item type="entry" id="user-pw-entry">
		<normal color="#000000" font="Sans 12"/>
                <pos y="2" x="2" width="-4" height="-4" anchor="nw"/>
              </item>
            </fixed>
          </item>
          <!-- timer warning -->
          <item type="label" id="timed-label">
            <show type="timed"/>
            <normal font="Sans Bold 11" color="#17CC02"/>
            <stock type="timed-label"/>
          </item>
        </box>
      </item>
      <item type="rect">
        <box xpadding="10" ypadding="8" spacing="10" orientation="horizontal" homogeneous="true">
          <!-- language -->
          <item type="rect" id="language_button" button="true">
          </item>
          <!-- session -->
          <item type="rect" id="session_button" button="true">
          </item>
        </box>
      </item>
    </box>
  </item>


  <!-- caps lock warning -->
  <item type="label" id="caps-lock-warning">
    <pos x="50%" y="50%" anchor="c"/>
    <normal font="Sans Bold 11" color="#DCD929"/>
    <stock type="caps-lock-warning"/>
  </item>


  <!-- pam error -->
  <item type="label" id="pam-error">
    <pos x="50%" y="53%" anchor="c" />
    <normal font="Sans Bold 11" color="#DCD929"/>
    <text></text>
  </item>

<!-- pam message (hidden, but required) -->
<item type="label" id="pam-message">
  <pos x="50%" anchor="c" />
  <normal alpha="0.00"/>
  <text></text>
</item>

</greeter>