This file is indexed.

/usr/share/doc/libglade2-dev/examples/bonobo.glade is in libglade2-dev 1:2.6.4-2.

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
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd" >

<glade-interface>
  <requires lib="bonobo"/>

  <widget class="GtkWindow" id="window1">
    <property name="title">Testing</property>
    <property name="border_width">10</property>
    <property name="visible">yes</property>

    <signal name="destroy" handler="gtk_main_quit" />

    <child>
      <widget class="BonoboWidget" id="control1">
        <property name="moniker">OAFIID:Bonobo_Sample_Entry</property>
        <property name="visible">yes</property>
      </widget>
    </child>
  </widget>
</glade-interface>