This file is indexed.

/usr/share/caffeine-indicator/glade/GUI.glade is in caffeine 2.9.4-1.

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
<interface>
  <requires lib="gtk+" version="2.16" />
  <object class="GtkAboutDialog" id="aboutdialog">
    <property name="can_focus">False</property>
    <property name="border_width">5</property>
    <property name="default_width">200</property>
    <property name="default_height">200</property>
    <property name="destroy_with_parent">True</property>
    <property name="type_hint">normal</property>
    <property name="program_name">Caffeine Indicator</property>
    <property name="copyright">Copyright &#169; 2009&#8211;2014 Brad Smith, Tommy Brunn, Isaiah Heyer &amp; Reuben Thomas</property>
    <property name="comments" translatable="yes">Manually control the desktop&#8217;s idle state</property>
    <property name="website">http://launchpad.net/caffeine</property>
    <property name="license">This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</property>
    <property name="authors">Brad Smith http://launchpad.net/~bnsmith
Tommy Brunn http://launchpad.net/~reklamnevon
Isaiah Heyer http://launchpad.net/~freshapplepy
Reuben Thomas http://launchpad.net/~rrt</property>
    <property name="translator_credits">Joan Rodr&#237;guez
Ahmed Mohammed
thunk
Adnane Belmadiaf
Marcos Lans
Ursache Dogariu Daniel
Richard Soml&#243;i
Magnun Leno
Pekka Niemi
Bruce Doan
Woland
Tommy Brunn
Jiri Gr&#246;nroos
Dragula 
Claudia Cotun&#259;
Adam M.
zeugma
Claudio Gontijo
Dariusz Jakoniuk
Vagner K. Dos Santos
    </property>
    <property name="logo_icon_name">caffeine</property>
    <property name="wrap_license">True</property>
    <property name="license_type">gpl-3-0</property>
    <child internal-child="vbox">
      <object class="GtkBox" id="dialog-vbox1">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <child internal-child="action_area">
          <object class="GtkButtonBox" id="dialog-action_area1">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="fill">True</property>
            <property name="pack_type">end</property>
            <property name="position">0</property>
          </packing>
        </child>
        <child>
          <placeholder />
        </child>
      </object>
    </child>
  </object>
  <object class="GtkAdjustment" id="hours_adj">
    <property name="upper">168</property>
    <property name="step_increment">1</property>
    <property name="page_increment">10</property>
  </object>
  <object class="GtkListStore" id="liststore1">
    <columns>
      
      <column type="GdkPixbuf" />
      
      <column type="gchararray" />
    </columns>
  </object>
  <object class="GtkListStore" id="liststore2" />
  <object class="GtkAdjustment" id="minutes_adj">
    <property name="upper">59</property>
    <property name="step_increment">1</property>
    <property name="page_increment">10</property>
  </object>
  <object class="GtkMenu" id="popup_menu">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <child>
      <object class="GtkMenuItem" id="activate_menuitem">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="use_action_appearance">False</property>
        <property name="label" translatable="yes">Activate</property>
        <property name="use_underline">True</property>
        <signal handler="on_activate_menuitem_activate" name="activate" swapped="no" />
      </object>
    </child>
    <child>
      <object class="GtkSeparatorMenuItem" id="menuitem2">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
      </object>
    </child>
    <child>
      <object class="GtkImageMenuItem" id="about_menuitem">
        <property name="label">gtk-about</property>
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="use_action_appearance">False</property>
        <property name="use_underline">True</property>
        <property name="use_stock">True</property>
        <signal handler="on_about_menuitem_activate" name="activate" swapped="no" />
      </object>
    </child>
    <child>
      <object class="GtkImageMenuItem" id="quit_menuitem">
        <property name="label">gtk-quit</property>
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="use_action_appearance">False</property>
        <property name="use_underline">True</property>
        <property name="use_stock">True</property>
        <signal handler="on_quit_menuitem_activate" name="activate" swapped="no" />
      </object>
    </child>
  </object>
  <object class="GtkStatusIcon" id="statusicon" />
</interface>