This file is indexed.

/usr/share/kadu/plugins/configuration/sound.ui is in kadu-common 4.1-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
<?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
	<section name="Notifications">
		<tab name="Sound">
			<group-box name="General">
				<check-box caption="Enable sound notifications" config-section="Sounds" config-item="PlaySound" id="sound/use" />
				<action-button caption="Test sound playing" id="sound/testPlay" parent-widget="sound/use" />
				<combo-box caption="Sound theme" config-section="Sounds" config-item="SoundTheme" id="sound/themes" parent-widget="sound/use" />
				<path-list-edit caption="Sound paths" config-section="Sounds" config-item="SoundPaths" id="soundPaths" parent-widget="sound/use" />
			</group-box>
		</tab>
	</section>
</configuration-ui>