This file is indexed.

/usr/share/kadu/plugins/configuration/tabs.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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
	<section name="Chat">
		<tab name="Tabs">
			<group-box name="General">
				<check-box caption="Enable tabs in chat window" config-section="Chat" config-item="DefaultTabs" id="tabs/DefaultTabs"
					tool-tip="With this option, each chat will be opened in a separate tab in single window" />
				<check-box caption="Closing window closes current tab only" config-section="Tabs" config-item="OldStyleClosing"
					tool-tip="When enabled, closing chat window will cause closing only current tab, instead of all tabs and the window itself" />
				<combo-box caption="Tab bar position" config-section="Chat" config-item="TabsBelowChats"
					tool-tip="Choose where you want the tab bar to be placed in chat window" >
					<item value="false" caption="Top" />
					<item value="true" caption="Bottom" />
				</combo-box>
			</group-box>
			<group-box name="Look">
				<check-box caption="Show 'Open chat' button" config-section="Tabs" config-item="OpenChatButton" />
				<check-box caption="Show common 'Close Tab' button on tab bar" config-section="Tabs" config-item="CloseButton" />
				<check-box caption="Show 'Close' button on each tab" config-section="Tabs" config-item="CloseButtonOnTab" />
			</group-box>
		</tab>
	</section>
	<section name="Behavior">
		<tab name="Shortcuts">
			<group-box name="Tabs">
				<hot-key-edit caption="Move tab left" config-section="ShortCuts" config-item="MoveTabLeft" />
				<hot-key-edit caption="Move tab right" config-section="ShortCuts" config-item="MoveTabRight" />
				<hot-key-edit caption="Switch to previous tab" config-section="ShortCuts" config-item="SwitchTabLeft" />
				<hot-key-edit caption="Switch to next tab" config-section="ShortCuts" config-item="SwitchTabRight" />
				<hot-key-edit caption="Reopen closed tab" config-section="ShortCuts" config-item="ReopenClosedTab" />
			</group-box>
		</tab>
	</section>
</configuration-ui>