This file is indexed.

/usr/share/kde4/apps/parley/practiceui.rc is in parley-data 4:4.8.4-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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="practice"  version="3">

 <MenuBar>
   <Menu name="file" >
   <text>&amp;File</text>
   <Action name="practice_stop" />
  </Menu>

 <Menu name="view" >
   <text>&amp;View</text>
   <Action name="fullscreen" />
  </Menu>
 </MenuBar>

 <ToolBar noMerge="1" name="practiceToolBar" >
  <text>Practice Toolbar</text>
  <Action name="fullscreen" />
  <Action name="practice_stop" />
 </ToolBar>
</gui>