This file is indexed.

/usr/share/kxmlgui5/ksysguard/ksysguardui.rc is in ksysguard-data 4:5.8.6-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
<!DOCTYPE kpartgui>
<kpartgui name="ksysguard" version="5">
<MenuBar>
  <Menu name="file"><text>&amp;File</text>
    <Action name="new_worksheet"/>
    <Action name="import_worksheet"/>
    <Action name="get_new_worksheet"/>
    <Action name="upload_worksheet"/>
    <Action name="export_worksheet"/>
    <Action name="remove_worksheet"/>
    <Separator/>
    <Action name="connect_host"/>
  </Menu>
  <Menu name="view"><text>&amp;View</text>
    <Action name="configure_sheet"/>
  </Menu>
  <Menu name="help"><Action name="switch_application_language"/></Menu>
  <Menu name="settings"><text>&amp;Settings</text>
  </Menu>
</MenuBar>
<ToolBar name="mainToolBar" noMerge="1" hidden="true"><text>Main Toolbar</text>
    <Action name="new_worksheet"/>
    <Action name="import_worksheet"/>
    <Action name="get_new_worksheet"/>
    <Action name="export_worksheet"/>
    <Separator/>
    <Action name="connect_host"/>
    <Separator/>
    <Action name="configure_sheet"/>
</ToolBar>
</kpartgui>