This file is indexed.

/usr/share/kde4/apps/oktetapart/oktetapartreadonlyui.rc is in okteta 4:4.8.2-0ubuntu3.

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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="oktetapartreadonly" version="1">

<MenuBar>
  <Menu name="file">
    <Action name="file_save_as" group="save_merge" />
    <Action name="export" group="save_merge" />
    <Action name="file_print" group="print_merge" />
  </Menu>
  <Menu name="edit">
    <Action name="edit_copy" group="edit_paste_merge" />
    <Action name="copy_as" group="edit_paste_merge" />
    <Separator group="edit_paste_merge" />
    <Action name="edit_select_all" group="edit_select_merge" />
    <Action name="edit_deselect" group="edit_select_merge" />
    <Action name="set_verticalSelect" group="edit_select_merge" />
    <Action name="edit_select" group="edit_select_merge" />
    <Separator group="edit_select_merge" />
    <Action name="edit_find" group="edit_find_merge" />
    <Action name="edit_find_next" group="edit_find_merge" />
    <Action name="edit_find_prev" group="edit_find_merge" />
    <Action name="edit_replace" group="edit_find_merge" />
    <Separator group="edit_find_merge" />
    <Action name="goto_offset" group="edit_find_merge" />
  </Menu>
  <Menu name="view">
    <Action name="view_zoom_in" group="view_operations" />
    <Action name="view_zoom_out" group="view_operations" />
    <Separator group="view_operations" />
    <Action name="view_showsnonprinting" group="view_operations" />
    <Action name="view_lineoffset" group="view_operations" />
    <Action name="togglecolumns" group="view_operations" />
    <Separator group="view_operations" />
    <Action name="view_valuecoding" group="view_operations" />
    <Action name="view_charencoding" group="view_operations" />
    <Separator group="view_operations" />
    <Action name="view_bytesperline" group="view_operations" />
    <Action name="view_bytespergroup" group="view_operations" />
    <Action name="resizestyle" group="view_operations" />
    <Action name="viewmode" group="view_operations" />
  </Menu>
</MenuBar>

<ToolBar name="mainToolBar"><text>Main Toolbar</text>
  <Action name="view_zoom_in" />
  <Action name="view_zoom_out" />
</ToolBar>

</kpartgui>