This file is indexed.

/usr/share/system-config-printer/ui/statusicon_popupmenu.ui is in system-config-printer-gnome 1.4.3+20140219-0ubuntu2.

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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="2.16"/>
  <!-- interface-naming-policy toplevel-contextual -->
  <object class="GtkMenu" id="statusicon_popupmenu">
    <child>
      <object class="GtkMenuItem" id="icon_hide">
        <property name="visible">True</property>
        <property name="label" translatable="yes">_Hide</property>
        <property name="use_underline">True</property>
        <signal name="activate" handler="on_icon_hide_activate" swapped="no"/>
      </object>
    </child>
    <child>
      <object class="GtkImageMenuItem" id="configure_printers">
        <property name="label" translatable="yes">_Configure Printers</property>
        <property name="visible">True</property>
        <property name="use_underline">True</property>
        <signal name="activate" handler="on_icon_configure_printers_activate" swapped="no"/>
      </object>
    </child>
    <child>
      <object class="GtkSeparatorMenuItem" id="separator1">
        <property name="visible">True</property>
      </object>
    </child>
    <child>
      <object class="GtkImageMenuItem" id="quit1">
        <property name="label">gtk-quit</property>
        <property name="visible">True</property>
        <property name="use_underline">True</property>
        <property name="use_stock">True</property>
        <signal name="activate" handler="on_icon_quit_activate" swapped="no"/>
      </object>
    </child>
  </object>
</interface>