This file is indexed.

/usr/share/kde4/apps/kraft/kraftui.rc is in kraft 0.59-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
<!DOCTYPE kpartgui>
<kpartgui name="kraft" version="0.2">
<MenuBar>
  <Menu name="document"><text>&amp;Document</text>
     <Action name="document_open"/>
     <Action name="document_view"/>
     <Action name="document_new"/>
     <Action name="document_copy"/>
     <Action name="document_follow"/>
     <Separator/>
     <Action name="document_print"/>
     <Action name="archived_open"/>
     <Action name="document_mail"/>
  </Menu>
  <Menu name="settings"><text>Settings</text>
     <Action name="edit_tag_templates"/>
     <Action name="reconfigure_db"/>
  </Menu>
</MenuBar>
<ToolBar  name="documentToolBar" fullWidth="true">
    <Text>Document Actions</Text>
    <Action name="document_new"/>
    <Action name="document_open"/>
    <Action name="document_view"/>
    <Action name="document_print"/>
</ToolBar>

</kpartgui>