This file is indexed.

/usr/share/kde4/apps/kbibtex/kbibtexui.rc is in kbibtex 0.4-4+b2.

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 SYSTEM "kpartgui.dtd">
<kpartgui name="KBibTeX" version="1">
<MenuBar>
  <Menu name="file" noMerge="1"><text>&amp;File</text>

    <Action name="file_new" />
    <Action name="file_open" />
    <Action name="file_open_recent" />
    <Action name="file_close" />
    <DefineGroup name="save_merge" append="save_merge" />
    <Separator/>

    <Action name="file_quit"/>
  </Menu>
  <Menu name="settings">
    <Action name="settings_shown_panels" append="show_merge" />
  </Menu>
  <Merge />
</MenuBar>
<ToolBar noMerge="1" name="mainToolBar">
    <Action name="file_new" />
    <Action name="file_open" />
    <Action name="file_close" />
    <Separator/>
    <Merge/>
</ToolBar>
<!-- TODO -->
</kpartgui>