This file is indexed.

/usr/share/kde4/apps/klinkstatuspart/klinkstatus_part.rc is in klinkstatus 4:4.14.1-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
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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="klinkstatus_part" version="2">
    <MenuBar>
        
        <Menu name="file"><text>&amp;File</text>
            <Action name="new_link_check"/>
            <Action name="open_link"/>
            <Action name="close_tab"/>
            <Separator/>
            <Menu name="file_export_html"><text>Export to HTML</text>
                <Action name="file_export_html_all"/>
                <Action name="file_export_html_broken"/>
                <Separator/>
                <Action name="file_ghns"/>
            </Menu>
            <Action name="file_create_site_map"/>
            <Separator/>
        </Menu>
        
        <Menu name="settings"><text>&amp;Settings</text>
            <Action name="configure_klinkstatus"/>
        </Menu>
        
        <Menu name="view"><text>&amp;View</text>
            <Action name="hide_search_bar"/>
            <Action name="reset_search_bar"/>
            <Separator/>
            <Action name="follow_last_link_checked"/>
            <Action name="disable_update_results_table"/>
        </Menu>
        
        <Menu name="search"><text>S&amp;earch</text>
            <Action name="start_search"/>
            <Action name="pause_search"/>
            <Action name="stop_search"/>
            <Separator/>
            <Action name="search_in_background"/>
            <Separator/>
            <Menu name="recheck"><text>Recheck</text>
                <Action name="recheck_broken_items"/>
                <Action name="recheck_visible_items"/>
            </Menu>
            <Separator/>
            <Action name="find_unreferred_documents"/>
        </Menu>

<!--        <Menu name="validate"><text>&amp;Validate</text>
            <Action name="html_fix_all"/>
            <Separator/>
            <Action name="html_fix"/>
            <Separator/>
            <Menu name="manual_validation"><text>Manual Fix</text>
                <Action name="guided_editing"/>
                <Action name="compare_and_apply"/>
            </Menu>
            <Action name="edit_document"/>
        </Menu>-->

        <Menu name="window"><text>&amp;Window</text>
            <Action name="linkcheck_view"/>
            <Action name="unreferred_docs_view"/>
            <Separator/>
            <Menu name="navigation"><text>Navigation</text>
                <Action name="goto_previous_view"/>
                <Action name="goto_next_view"/>
                <Separator/>
                <Action name="goto_previous_session"/>
                <Action name="goto_next_session"/>
            </Menu>
            <Separator/>
            <Action name="goto_check_links"/>
            <Action name="goto_unreferred_documents"/>
        </Menu>

        <Menu name="help"><text>&amp;Help</text>
            <Separator/>
            <Action name="about_klinkstatus"/>
            <Action name="report_bug"/>
        </Menu>
    </MenuBar>
    
    <ToolBar name="linksToolBar">
        <text context="@title:menu">Main Toolbar</text>
        <Action name="start_search"/>
        <Action name="pause_search"/>
        <Action name="stop_search"/>
        <Separator/>
        <Action name="search_in_background"/>
        <Action name="follow_last_link_checked"/>
        <Separator/>
        <Action name="hide_search_bar"/>
        <Action name="reset_search_bar"/>
        <Separator/>
        <Action name="next_view_list"/>
    </ToolBar>
</kpartgui>