This file is indexed.

/usr/share/kxmlgui5/org.kde.gwenview/org.kde.gwenviewui.rc is in gwenview 4:16.08.3-3.

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
102
103
104
105
106
107
108
109
<?xml version="1.0"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="gwenview" version="55">

<MenuBar>
    <Menu name="file" >
        <Action name="file_save"/>
        <Action name="file_save_as"/>
        <Separator/>
        <Action name="reload"/>
        <Action name="file_print"/>
        <Separator/>
        <ActionList name="file_action_list"/>
        <Separator/>
        <Action name="add_folder_to_places"/>
        <Separator/>
        <Action name="quit"/>
    </Menu>
    <Menu name="view" >
        <Action name="browse" />
        <Action name="view" />
        <Separator/>
        <Action name="fullscreen" />
        <Separator/>
        <Action name="toggle_slideshow" />
        <Separator/>
        <Action name="view_actual_size"/>
        <Action name="view_zoom_to_fit"/>
        <Action name="view_zoom_in"/>
        <Action name="view_zoom_out"/>
        <Separator/>
        <Action name="sort_order"/>
        <Action name="thumbnail_details"/>
        <Separator/>
        <Action name="toggle_sidebar" />
    </Menu>
    <Menu name="edit" >
        <Action name="edit_undo" />
        <Action name="edit_redo" />
        <Separator/>
        <Action name="edit_cut"/>
        <Action name="edit_copy"/>
        <Action name="edit_paste"/>
        <Separator/>
        <Action name="edit_tags" />
        <Menu name="rating">
            <text>&amp;Rating</text>
            <Action name="rate_0" />
            <Action name="rate_1" />
            <Action name="rate_2" />
            <Action name="rate_3" />
            <Action name="rate_4" />
            <Action name="rate_5" />
        </Menu>
        <Separator/>
        <Action name="rotate_left" />
        <Action name="rotate_right" />
        <Action name="mirror" />
        <Action name="flip" />
        <Separator/>
        <Action name="resize" />
        <Action name="crop" />
        <Action name="red_eye_reduction" />
    </Menu>
    <Menu name="go" >
        <Action name="go_first"/>
        <Action name="go_previous"/>
        <Action name="go_next"/>
        <Action name="go_last"/>
        <Separator/>
        <Action name="go_up"/>
        <Separator/>
        <Action name="go_start_page"/>
    </Menu>
    <Menu name="plugins">
        <text>&amp;Plugins</text>
    </Menu>
    <Menu name="settings" noMerge="1">
        <text>&amp;Settings</text>
        <!--
        Disable merging because we do not want the "fullscreen" action to appear
        here, since it is already in the "view" menu.
        -->
        <Action name="options_show_menubar"/>
        <Action name="options_configure_keybinding"/>
        <Action name="options_configure_toolbars"/>
        <Action name="options_configure"/>
    </Menu>
</MenuBar>

<ToolBar name="mainToolBar" noMerge="1">
    <text>Main Toolbar</text>
    <Action name="go_start_page" />
    <Separator/>
    <Action name="browse" />
    <Action name="view" />
    <Separator/>
    <Action name="fullscreen" />
    <Separator/>
    <Action name="go_previous" />
    <Action name="go_next" />
    <Separator/>
    <Action name="rotate_left" />
    <Action name="rotate_right" />
    <Separator/>
    <Action name="kipi_export" />
</ToolBar>

</kpartgui>