This file is indexed.

/usr/share/kxmlgui5/marble/marble_part.rc is in marble-data 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
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="marble_part" version="17">

<MenuBar>
  <Menu name="file" noMerge="1">
    <text>&amp;File</text>
    <Action name="file_open"/>
    <Action name="file_open_recent"/>
    <Action name="new_stuff"/>
    <Action name="createMap"/>
    <Action name="file_download_region"/>
    <Action name="exportMap"/>
    <Separator/>
    <Action name="file_print"/>
    <Action name="file_print_preview"/>
    <Separator/>
    <Action name="workOffline"/>
    <Action name="file_quit"/>
  </Menu>
  <Menu name="edit" noMerge="1">
    <text>&amp;Edit</text>
    <Action name="edit_copy"/>
    <Action name="edit_copy_coordinates"/>
    <Separator/>
    <Action name="external_editor"/>
    <Separator/>
    <Action name="record_movie" />
    <Action name="stop_recording" />
  </Menu>
  <Menu name="view" noMerge="1">
    <text>&amp;View</text>
    <Action name="show_crosshairs" group="show_merge"/>
    <Action name="view_redisplay"/>
    <Separator/>
    <Menu name="infoboxes" noMerge="1">
      <text>&amp;Info Boxes</text>
      <Action name="options_lock_floatitems"/>
      <Separator/>
      <ActionList name="infobox_actionlist" />
    </Menu>
    <Menu name="onlineservices" noMerge="1">
      <text>&amp;Online Services</text>
      <ActionList name="onlineservices_actionlist" />
    </Menu>
    <Separator/>
    <Action name="show_clouds"/>
    <ActionList name="themerender_actionlist"/>
    <Separator/>
    <Action name="control_sun"/>
    <Action name="control_time"/>
    <Separator/>
    <ActionList name="plugins_menuactionlist" />
  </Menu>
  <Menu name="settings" noMerge="1">
    <text>&amp;Settings</text>
    <Merge name="StandardToolBarMenuHandler" />
    <Separator/>
    <Menu name="panels" noMerge="1">
      <text>&amp;Panels</text>
      <ActionList name="panels_actionlist" />
    </Menu>
    <Action name="options_show_statusbar"/>
    <Separator/>
    <Menu name="viewSize" noMerge="1">
      <text>&amp;View Size</text>
      <ActionList name="viewSize_actionlist" />
    </Menu>
    <Action name="fullscreen"/>
    <Separator/>
    <Action name="options_configure" append="configure_merge"/>
  </Menu>
  <Menu name="bookmarks" noMerge="1">
      <text>&amp;Bookmarks</text>
      <Action name="add_bookmark"/>
      <Action name="show_bookmarks"/>
      <Action name="set_home"/>
      <Action name="manage_bookmarks"/>
      <Separator/>
      <ActionList name="folders"/>
  </Menu>
</MenuBar>

<ToolBar position="Top" noMerge="1" hidden="true" name="mainToolBar">
  <text>Main Toolbar</text>
  <Action name="file_open"/>
  <Action name="file_print"/>
  <Separator/>
  <Action name="edit_copy"/>
  <Separator/>
<!--
  <Action name="sun_shadow"/>
  <Action name="sun_zenith"/>
-->
</ToolBar>
<!--
<ToolBar position="Top" hidden="true" name="pluginToolBar">
  <text>Edit Toolbar</text>
  <ActionList name="plugins_actionlist" />
</ToolBar>
-->
</kpartgui>