This file is indexed.

/usr/share/kde4/apps/kate/kateui.rc is in kate-data 4:4.8.4-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
 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kate" version="71">

<MenuBar>
  <Menu name="file" noMerge="1"><text>&amp;File</text>
    <Action name="file_new" />
    <DefineGroup name="new_merge" />
    <Separator />

    <Action name="file_open"/>
    <Action name="file_open_recent"/>
    <Action name="file_open_with"/>
    <DefineGroup name="open_merge" />
    <Separator />

    <DefineGroup name="save_merge" />
    <Action name="file_save_all" />
    <Separator />

    <DefineGroup name="revert_merge" />
    <Action name="file_reload_all" />
    <Action name="file_close_orphaned" />
    <DefineGroup name="print_merge" />
    <DefineGroup name="export_merge" />
    <Separator />

    <Action name="file_close"/>
    <Action name="file_close_other"/>
    <Action name="file_close_all"/>
    <Separator />

    <Action name="file_quit"/>
  </Menu>

  <Menu name="edit"><text>&amp;Edit</text>
    <DefineGroup name="edit_undo_merge" />
    <Separator group="edit_undo_merge" />
    <DefineGroup name="edit_paste_merge" />
    <Separator />
    <DefineGroup name="edit_select_merge" />
    <Separator />
    <DefineGroup name="edit_find_merge" />
    <Separator />
  </Menu>

  <Menu name="view"><text>&amp;View</text>
    <Action name="view_new_view" />
    <Separator />
    <DefineGroup name="switch_document" />
    <Separator />
    <Menu name="view-split"><text>Split View</text>
      <Action name="go_prev_split_view"/>
      <Action name="go_next_split_view"/>
      <Separator />
      <Action name="view_split_vert"/>
      <Action name="view_split_horiz"/>
      <Action name="view_close_current_space" />
      <Separator />
      <Action name="view_split_move_left" />
      <Action name="view_split_move_right" />
      <Action name="view_split_move_up" />
      <Action name="view_split_move_down" />
    </Menu>
    <Separator/>
    <Merge name="kate_mdi_view_actions"/>
    <Separator />
    <DefineGroup name="view_operations" />
  </Menu>

  <DefineGroup name="after_view"/>

  <Merge/>

  <DefineGroup name="before_tools"/>

  <Menu name="tools"><text>&amp;Tools</text>
    <Action name="tools_external" />
    <Separator />
    <DefineGroup name="tools_operations" />
    <DefineGroup name="tools_operations2" />
    <Action name="scripts"/>
  </Menu>

  <Menu name="sessions"><text>Sess&amp;ions</text>
    <Action name="sessions_new"/>
    <Action name="sessions_open"/>
    <Action name="sessions_list"/>
    <Separator />
    <Action name="sessions_save"/>
    <Action name="sessions_save_as"/>
    <Separator />
    <Action name="sessions_manage"/>
  </Menu>

  <Menu name="settings"><text>&amp;Settings</text>
    <Action name="settings_show_full_path" append="show_merge"/>
  </Menu>

  <Menu name="help"><text>&amp;Help</text>
    <Action name="help_about_editor" append="about_merge"/>
  </Menu>
</MenuBar>

<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
  <DefineGroup name="file_open" />
  <Action name="file_new" group="file_open" />
  <Action name="file_open" group="file_open" />
  <Separator />
  <DefineGroup name="switch_document" />
  <Separator />
  <DefineGroup name="file_operations" />
  <Separator />
  <DefineGroup name="print_merge" />
  <Separator />
  <Action name="file_close" />
  <Separator />
  <DefineGroup name="edit_operations" />
  <Separator />
  <DefineGroup name="find_operations" />
  <Separator />
  <DefineGroup name="zoom_operations" />
</ToolBar>

<Menu name="ktexteditor_popup" noMerge="1">
  <DefineGroup name="popup_operations" />
  <DefineGroup name="popup_operations2" />
</Menu>

<Menu name="viewspace_popup" noMerge="1">
  <Action name="view_split_vert"/>
  <Action name="view_split_horiz"/>
  <Separator />
  <Action name="view_close_current_space" />
  <Separator />
  <Action name="go_back"/>
  <Action name="go_forward"/>
  <Action name="doc_list"/>
  <Menu name="viewspace_popup_statusbar"><text>&amp;Status Bar Items</text>
    <Action name="show_cursor_pos"/>
    <Action name="show_char_count"/>
    <Action name="show_insert_mode"/>
    <Action name="show_select_mode"/>
    <Action name="show_encoding"/>
    <Action name="show_doc_name"/>
  </Menu>
</Menu>

</kpartgui>