This file is indexed.

/usr/share/kde4/apps/soundkonverter/soundkonverterui.rc is in soundkonverter 2.0.5-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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="soundKonverter" version="2">
    <MenuBar>
        <Menu name="file">
            <Action name="add_files" />
            <Action name="add_folder" />
            <Action name="add_audiocd" />
            <Action name="add_url" />
            <Action name="add_playlist" />
            <Separator />
            <Action name="load" />
            <Action name="save" />
        </Menu>
        <Menu name="conversion"><Text>Conversion</Text>
            <Action name="start" />
            <Action name="stop_menu" />
            <Separator />
            <Action name="logviewer" />
        </Menu>
        <Menu name="tools"><Text>Tools</Text>
            <Action name="replaygainscanner" />
        </Menu>
        <Menu name="help">
            <Action name="aboutplugins" />
        </Menu>
    </MenuBar>
    <ToolBar name="toolbar" hidden="true" >
        <Action name="add_files" />
        <Action name="add_audiocd" />
        <Separator />
        <Action name="start" />
        <Action name="stop_menu" />
        <Separator />
        <Action name="replaygainscanner" />
    </ToolBar>
</kpartgui>