This file is indexed.

/usr/share/kadu/plugins/configuration/docking-notify.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
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
	<section name="Notifications">
		<tab name="Notification">
			<group-box name="Tray Icon Balloon">
				<spin-box caption="Timeout" config-section="Qt4DockingNotify" config-item="_timeout" min-value="1" max-value="100" suffix="%n second(s)" />
				<combo-box caption="Notification icon" config-section="Qt4DockingNotify" config-item="_icon" save-index="true">
					<item value="0" caption="No Icon" />
					<item value="1" caption="Information" />
					<item value="2" caption="Warning" />
					<item value="3" caption="Critical" />
				</combo-box>
				<line-edit caption="Title" config-section="Qt4DockingNotify" config-item="_title" id="Title" />
				<line-edit caption="Syntax" config-section="Qt4DockingNotify" config-item="_syntax" id="Syntax"/>
			</group-box>
		</tab>
	</section>
</configuration-ui>