This file is indexed.

/usr/share/kde4/apps/oktetapart/oktetapartbrowserui.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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="oktetapartbrowser" version="1">

<MenuBar>
  <Menu name="file">
    <Action name="export" /><!--TODO: non-standard, needs group to add to-->
  </Menu>
  <Menu name="edit">
    <Action name="copy_as" /><!--TODO: non-standard, needs group to add to-->
    <Separator/>
    <Action name="edit_select_all"/>
    <Action name="edit_deselect"/>
    <Action name="edit_select" /><!--TODO: non-standard, needs group to add to-->
    <Separator/>
    <Action name="edit_find"/>
    <Action name="edit_find_next"/>
    <Action name="edit_find_prev"/>
    <Separator/>
    <Action name="goto_offset" /><!--TODO: non-standard, needs group to add to-->
  </Menu>
  <Menu name="view">
    <Separator/>
    <Action name="view_zoom_in"/>
    <Action name="view_zoom_out"/>
    <Separator/>
    <Action name="view_showsnonprinting" />
    <Action name="view_lineoffset" />
    <Action name="togglecolumns" />
    <Separator/>
    <Action name="view_valuecoding" />
    <Action name="view_charencoding" />
    <Separator/>
    <Action name="view_bytesperline" />
    <Action name="view_bytespergroup" />
    <Action name="resizestyle" />
    <Action name="viewmode" />
  </Menu>
</MenuBar>

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

</kpartgui>