This file is indexed.

/usr/share/kde4/apps/kde-nm-connection-editor/kde-nm-connection-editorui.rc is in plasma-nm 0.9.3.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
<?xml version="1.0" encoding="UTF-8"?>
<gui name="kde-nm-connection-editor"
     version="3"
     xmlns="http://www.kde.org/standards/kxmlgui/1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
                         http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" >

  <MenuBar>
    <Menu name="file" >
      <Action name="import_vpn" />
      <Action name="export_vpn" />
    </Menu>

    <Menu name="connection">
    <text>Connection</text>
      <Action name="add_connection" />
      <Action name="edit_connection" />
      <Action name="delete_connection" />
    </Menu>
  </MenuBar>

  <ToolBar name="mainToolBar" >
    <text>Main Toolbar</text>
    <Action name="add_connection" />
    <Action name="edit_connection" />
    <Action name="delete_connection" />
  </ToolBar>
</gui>