This file is indexed.

/usr/share/mysql-workbench/wb.glade is in mysql-workbench-data 6.3.6+dfsg-0ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 2.12 -->
  <!-- interface-naming-policy toplevel-contextual -->
  <object class="GtkWindow" id="wb_main_window">
    <property name="name">wb_main_window</property>
    <property name="name">wb_main_window</property>
    <property name="width_request">800</property>
    <property name="height_request">500</property>
    <property name="window_position">center</property>
    <property name="default_width">1024</property>
    <property name="default_height">680</property>
    <child>
      <object class="GtkVBox" id="top_vbox">
        <property name="name">top_vbox</property>
        <property name="visible">True</property>
        <child>
          <object class="GtkHBox" id="content">
            <property name="name">content</property>
            <property name="visible">True</property>
            <child>
              <object class="GtkNotebook" id="model_tabs">
                <property name="name">model_tabs</property>
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="scrollable">True</property>
              </object>
              <packing>
                <property name="position">0</property>
              </packing>
            </child>
          </object>
          <packing>
            <property name="position">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkStatusbar" id="statusbar1">
            <property name="name">statusbar1</property>
            <property name="visible">True</property>
          </object>
          <packing>
            <property name="expand">False</property>
            <property name="position">1</property>
          </packing>
        </child>
      </object>
    </child>
  </object>
</interface>