This file is indexed.

/usr/share/galculator/glade/dispctrl_right_vertical.glade is in galculator 1.3.4-1ubuntu4.

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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--*- mode: xml -*-->
<glade-interface>
  <widget class="GtkWindow" id="dummy_window">
    <signal name="destroy" handler="gtk_main_quit"/>
    <child>
      <widget class="GtkTable" id="table_dispctrl">
        <property name="visible">True</property>
        <property name="n_rows">1</property>
        <property name="n_columns">1</property>
        <child>
          <widget class="GtkTable" id="inner_table">
            <property name="visible">True</property>
            <property name="n_rows">3</property>
            <property name="n_columns">1</property>
            <property name="column_spacing">6</property>
            <property name="row_spacing">6</property>
            <property name="homogeneous">True</property>
            <child>
              <widget class="GtkToggleButton" id="button_backspace">
                <property name="width_request">40</property>
                <property name="height_request">25</property>
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="tooltip" translatable="yes">Backspace</property>
                <property name="label" translatable="yes">&lt;-</property>
                <property name="use_underline">True</property>
                <property name="response_id">0</property>
                <signal name="clicked" handler="on_gfunc_button_clicked"/>
                <signal name="can_activate_accel" handler="on_button_can_activate_accel"/>
                <signal name="released" handler="on_togglebutton_released"/>
                <accelerator key="BackSpace" modifiers="" signal="clicked"/>
              </widget>
              <packing>
                <property name="x_options">GTK_FILL</property>
                <property name="y_options"></property>
              </packing>
            </child>
            <child>
              <widget class="GtkToggleButton" id="button_clr">
                <property name="width_request">40</property>
                <property name="height_request">25</property>
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="tooltip" translatable="yes">Clear display</property>
                <property name="label" translatable="yes">C</property>
                <property name="use_underline">True</property>
                <property name="response_id">0</property>
                <signal name="clicked" handler="on_gfunc_button_clicked"/>
                <signal name="can_activate_accel" handler="on_button_can_activate_accel"/>
                <signal name="released" handler="on_togglebutton_released"/>
                <accelerator key="c" modifiers="GDK_MOD1_MASK" signal="clicked"/>
                <accelerator key="Delete" modifiers="" signal="clicked"/>
              </widget>
              <packing>
                <property name="top_attach">1</property>
                <property name="bottom_attach">2</property>
                <property name="x_options">GTK_FILL</property>
                <property name="y_options"></property>
              </packing>
            </child>
            <child>
              <widget class="GtkToggleButton" id="button_allclr">
                <property name="width_request">40</property>
                <property name="height_request">25</property>
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="tooltip" translatable="yes">Reset calculator (clear all)</property>
                <property name="label" translatable="yes">AC</property>
                <property name="use_underline">True</property>
                <property name="response_id">0</property>
                <signal name="clicked" handler="on_gfunc_button_clicked"/>
                <signal name="can_activate_accel" handler="on_button_can_activate_accel"/>
                <signal name="released" handler="on_togglebutton_released"/>
                <accelerator key="Escape" modifiers="" signal="clicked"/>
                <accelerator key="Delete" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
              </widget>
              <packing>
                <property name="top_attach">2</property>
                <property name="bottom_attach">3</property>
                <property name="x_options">GTK_FILL</property>
                <property name="y_options"></property>
              </packing>
            </child>
          </widget>
          <packing>
            <property name="x_options">GTK_EXPAND</property>
            <property name="y_options">GTK_EXPAND</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>
</glade-interface>