This file is indexed.

/usr/share/dfeet/mainwindow.ui is in d-feet 0.1.14-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
<?xml version="1.0" standalone="no"?>

<interface>
  <object class="GtkWindow" id="appwindow1">
    <property name="default_height">480</property>
    <property name="default_width">640</property>
    <property name="height_request">200</property>
    <property name="title" context="yes" translatable="yes">D-Feet D-Bus debugger</property>
    <property name="visible">False</property>
    <property name="width_request">300</property>
    <child>
      <object class="GtkVBox" id="vbox1">
        <property name="visible">True</property>
        <child>
          <object class="GtkMenuBar" id="menubar1" constructor="default-uiman" />
          <packing>
            <property name="expand">False</property>
          </packing>
        </child>
        <child>
          <object constructor="default-uiman" class="GtkToolbar" id="toolbar1">
            <property name="toolbar_style">both-horiz</property>
            <property name="visible">True</property>
          </object>
          <packing>
            <property name="expand">False</property>
          </packing>
        </child>
    <child>
      <object class="GtkVBox" id="main_vbox">
        <property name="visible">True</property>
        <child>
          <object class="GtkFrame" id="frame1">
            <property name="visible">True</property>
                <child>
                  <object class="GtkNotebook" id="display_notebook">
                    <property name="enable_popup">True</property>
                    <property name="is_focus">True</property>
                    <property name="scrollable">True</property>
                    <property name="visible">True</property>
                    <child>
                      <placeholder/>
                    </child>
                  </object>
                </child>
          </object>
          <packing>
              <property name="expand">True</property>
            </packing>
        </child>
        <child>
          <object class="GtkFrame" id="frame2">
            <property name="visible">True</property>
            <child>
              <object class="GtkNotebook" id="console_notebook">
                <property name="enable_popup">True</property>
                <property name="is_focus">True</property>
                <property name="scrollable">True</property>
                <property name="visible">True</property>
                <child>
                  <placeholder/>
                </child>
              </object>
            </child>
          </object>
          <packing>
            <property name="expand">False</property>
          </packing>
        </child>
        <child>
          <object class="GtkStatusbar" id="statusbar1">
            <property name="visible">True</property>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="pack_type">end</property>
          </packing>
        </child>
      </object>
    </child>
      </object>
    </child>
  </object>
</interface>