This file is indexed.

/usr/share/kde4/apps/k3b/k3bui.rc is in k3b-data 2.0.2-8.

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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="k3b" version="15">
<MenuBar>
    <Menu name="project"><text>&amp;Project</text>
        <Action name="project_add_files" />
        <Action name="project_clear_project" />
    </Menu>

    <Menu name="tools"><text>&amp;Tools</text>
        <Action name="tools_copy_medium" />
        <Action name="tools_format_medium" />
        <Action name="tools_write_image" />
        <Separator />
        <Action name="tools_cdda_rip" />
        <Action name="tools_videocd_rip" />
        <Action name="tools_videodvd_rip" />
    </Menu>

    <Menu name="device"><text>&amp;Device</text>
    </Menu>

    <Menu name="settings">
        <Menu name="view_panels" append="show_merge"><text>Panels</text>
            <Action name="view_projects" />
            <Action name="view_dir_tree" />
            <Action name="view_contents" />
            <Separator />
            <Action name="view_lock_panels" />
            <Action name="view_document_header" />
        </Menu>
        <Action name="view_audio_player" append="show_merge" />
        <Action name="settings_k3bsetup" append="configure_merge" />
    </Menu>

    <Menu name="help"><text>&amp;Help</text>
        <Action name="help_check_system" />    
    </Menu>
</MenuBar>

<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
    <Action name="file_new" />
    <Action name="file_open" />
    <Action name="file_save" />
    <Separator />
    <Action name="tools_format_medium" />
    <Separator />
    <Action name="location_bar" />
</ToolBar>

<State name="state_project_active">
    <enable>
        <Action name="file_save" />
        <Action name="file_save_as" />
        <Action name="file_close" />
        <Action name="file_close_all" />
        <Action name="project_add_files" />        
        <Action name="project_clear_project" />
    </enable>
</State>
</kpartgui>