This file is indexed.

/usr/share/kde4/apps/fsview/fsview_part.rc is in konq-plugins 4:4.14.2-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
29
30
31
32
33
34
35
36
37
<!DOCTYPE gui>
<gui name="FSViewPart" library="fsviewpart" version = "1">
<MenuBar>
 <Menu name="edit"><text>&amp;Edit</text>
  <Action name="new_menu"/>
  <Separator/>
  <Action name="rename"/>
  <Action name="move_to_trash" />
  <Action name="delete"/>
  <Action name="editMimeType"/>
  <Action name="properties"/>
 </Menu>
 <Menu name="view"><Text>&amp;View</Text>
  <Separator/>
  <Action name="treemap_visdir"/>
  <Action name="treemap_colordir"/>
  <Action name="treemap_areadir"/>
  <Action name="treemap_depthdir"/>
 </Menu>
 <Menu name="help"><text>&amp;Help</text>
  <Action name="help_fsview"/>
 </Menu>
</MenuBar>
<State name="has_selection" >
  <enable>
   <Action name="move_to_trash" />
   <Action name="delete" />
  </enable>
 </State>
 <State name="has_no_selection" >
  <disable>
   <Action name="rename" />
   <Action name="move_to_trash" />
   <Action name="delete" />
  </disable>
</State>
</gui>