This file is indexed.

/usr/share/kxmlgui5/kgpg/kgpgeditor.rc is in kgpg 4:17.12.3-0ubuntu1.

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
<!DOCTYPE kpartgui>
<kpartgui name="kgpg" version="33">
<MenuBar>
    <Menu name="file">
        <Action name="file_new_window"/>
        <Action name="file_encrypt"/>
        <Action name="file_decrypt"/>
        <Separator/>
        <Action name="key_manage"/>
    </Menu>

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

    <Menu name="signature">
        <text>Si&amp;gnature</text>
        <Action name="sign_generate"/>
        <Action name="sign_verify"/>
        <Action name="sign_check"/>
    </Menu>
</MenuBar>
<ToolBar name="gpgToolBar">
  <Action name="text_sign_verify"/>
  <Action name="text_encrypt"/>
  <Action name="text_decrypt"/>
 </ToolBar>
</kpartgui>