This file is indexed.

/usr/share/kadu/plugins/configuration/hints-advanced.ui is in kadu-common 0.12.3-3.

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
<?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
	<section name="Notifications">
		<tab name="Hints">
			<group-box name="Layout">
				<combo-box caption="New hints go" config-section="Hints" config-item="NewHintUnder" id="hints/newHintUnder">
					<item value="0" caption="Auto" />
					<item value="1" caption="On Top" />
					<item value="2" caption="On Bottom" />
				</combo-box>
				<check-box caption="Own hints position" config-section="Hints" config-item="UseUserPosition" id="hints/ownPosition" />
				<spin-box caption="X" config-section="Hints" config-item="HintsPositionX" min-value="-10240" max-value="10240" id="hints/ownPositionX" suffix=" px" />
				<spin-box caption="Y" config-section="Hints" config-item="HintsPositionY" min-value="-10240" max-value="10240" id="hints/ownPositionY" suffix=" px" />
				<combo-box caption="Hint's corner" config-section="Hints" config-item="Corner" id="hints/ownPositionCorner">
					<item value="0" caption="Top Left" />
					<item value="1" caption="Top Right" />
					<item value="2" caption="Bottom Left" />
					<item value="3" caption="Bottom Right" />
				</combo-box>
				<spin-box caption="Minimum width" config-section="Hints" config-item="MinimumWidth" min-value="285" max-value="10240" id="hints/minimumWidth" suffix=" px" />
				<spin-box caption="Maximum width" config-section="Hints" config-item="MaximumWidth" min-value="285" max-value="10240" id="hints/maximumWidth" suffix=" px" />
				<action-button caption="Hints position preview" id="hints/preview" />
			</group-box>
			<group-box name="Mouse Buttons">
				<combo-box caption="Left button" config-section="Hints" config-item="LeftButton">
					<item value="0" caption="Nothing" />
					<item value="1" caption="Open Chat" />
					<item value="2" caption="Delete Hint" />
					<item value="3" caption="Delete All Hints" />
				</combo-box>
				<combo-box caption="Middle button" config-section="Hints" config-item="MiddleButton">
					<item value="0" caption="Nothing" />
					<item value="1" caption="Open Chat" />
					<item value="2" caption="Delete Hint" />
					<item value="3" caption="Delete All Hints" />
				</combo-box>
				<combo-box caption="Right button" config-section="Hints" config-item="RightButton">
					<item value="0" caption="Nothing" />
					<item value="1" caption="Open Chat" />
					<item value="2" caption="Delete Hint" />
					<item value="3" caption="Delete All Hints" />
				</combo-box>
				<check-box caption="'Open chat' works on all events" config-section="Hints" config-item="OpenChatOnEveryNotification" />
			</group-box>
		</tab>
	</section>
</configuration-ui>