This file is indexed.

/usr/share/kde4/apps/ktexteditor_klf/klfkatepluginui.rc is in klatexformula 3.2.7-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
<!DOCTYPE kpartgui>
<gui name="ktexteditor_klf" library="ktexteditor_klf" version="3">
<MenuBar>
 <Menu name="tools"><text>&amp;Tools</text>

    <Separator group="tools_operations" />
    <Menu name="tools_klf" group="tools_operations">
      <text>&amp;KLatexFormula Tools</text>
      <Action name="klf_preview_selection"/>
      <Action name="klf_invoke_klf"/>
    </Menu>

 </Menu>
</MenuBar>
<Menu name="ktexteditor_popup">
  <Separator group="tools_operations" />
  <Menu name="cm_tools_klf" group="popup_operations">
    <text>&amp;KLatexFormula Tools</text>
    <Action name="klf_preview_selection"/>
    <Action name="klf_invoke_klf"/>
  </Menu>
</Menu>
</gui>