This file is indexed.

/usr/share/gwaei/searchwindow-menumodel-button.ui is in gwaei 3.6.2-2build2.

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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <menu id="menu">
    <section>
      <item>
        <attribute name="label" translatable="yes">New _Tab</attribute>
        <attribute name="action">win.new-tab</attribute>
        <attribute name="accel">&lt;Primary&gt;t</attribute>
      </item>
    </section>

    <section>
      <item>
        <attribute name="label" translatable="yes">_Save</attribute>
        <attribute name="action">win.save</attribute>
        <attribute name="accel">&lt;Primary&gt;s</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Save _As</attribute>
        <attribute name="action">win.save-as</attribute>
      </item>
    </section>

    <section>
      <item>
        <attribute name="label" translatable="yes">_Print</attribute>
        <attribute name="action">win.print</attribute>
        <attribute name="accel">&lt;Primary&gt;p</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Print P_review</attribute>
        <attribute name="action">win.print-preview</attribute>
      </item>
    </section>

    <section>
      <submenu>
        <attribute name="label" translatable="yes">_View</attribute>
        <section>
          <item>
            <attribute name="label" translatable="yes">Show _Menubar</attribute>
            <attribute name="action">win.toggle-menubar-show</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">Show _Toolbar</attribute>
            <attribute name="action">win.toggle-toolbar-show</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">Always Show T_ab Bar</attribute>
            <attribute name="action">win.toggle-tabbar-show</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">Show _Statusbar</attribute>
            <attribute name="action">win.toggle-statusbar-show</attribute>
          </item>
        </section>
      </submenu>
    </section>

    <section>
      <item>
        <attribute name="label" translatable="yes">_Zoom Normal</attribute>
        <attribute name="action">win.zoom-100</attribute>
        <attribute name="accel">&lt;Primary&gt;0</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Zoom _In</attribute>
        <attribute name="action">win.zoom-in</attribute>
        <attribute name="accel">&lt;Primary&gt;plus</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Zoom _Out</attribute>
        <attribute name="action">win.zoom-out</attribute>
        <attribute name="accel">&lt;Primary&gt;minus</attribute>
      </item>
    </section>

    <section>
      <item>
        <attribute name="label" translatable="yes">Show _Kanjipad</attribute>
        <attribute name="action">win.toggle-kanjipad-show</attribute>
        <attribute name="accel">&lt;Primary&gt;k</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Show _Radical Table</attribute>
        <attribute name="action">win.toggle-radicals-show</attribute>
        <attribute name="accel">&lt;Primary&gt;r</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Show _Vocabulary</attribute>
        <attribute name="action">app.show-vocabulary</attribute>
        <attribute name="accel">&lt;Primary&gt;m</attribute>
      </item>
    </section>

    <submenu>
      <attribute name="label" translatable="yes">_History</attribute>
      <section>
        <item>
            <attribute name="label">history-list-link</attribute>
        </item>
      </section>
    </submenu>

    <section>
      <item>
        <attribute name="label" translatable="yes">_Preferences</attribute>
        <attribute name="action">app.show-preferences</attribute>
        <attribute name="accel">&lt;Primary&gt;comma</attribute>
      </item>
    </section>

    <section>
      <item>
        <attribute name="label" translatable="yes">_Close</attribute>
        <attribute name="action">win.close</attribute>
        <attribute name="accel">&lt;Primary&gt;w</attribute>
      </item>
    </section>
  </menu>
</interface>