This file is indexed.

/usr/share/kadu/plugins/configuration/tabs.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
<?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>
	<section name="Chat">
		<tab name="Tabs">
			<group-box name="General">
				<check-box caption="Use tabs by default" config-section="Chat" config-item="DefaultTabs" id="tabs/DefaultTabs" />
				<spin-box caption="Minimum number of tabs" config-section="Chat" config-item="MinTabs" min-value="1" max-value="255" step="1" id="tabs/MinTabs"/>
				<check-box caption="Tabs at the bottom of the window" config-section="Chat" config-item="TabsBelowChats" />
				<check-box caption="Conferences in tabs" config-section="Chat" config-item="ConferencesInTabs" />
				<check-box caption="Closing tabs using button from titlebar" config-section="Tabs" config-item="OldStyleClosing" tool-tip="&lt;nobr&gt;&lt;b&gt;Warning: This option has know bug!&lt;/b&gt;&lt;/nobr&gt;&lt;br&gt;If there is open more than one tab then exiting from KDE will be stopped by this module." />
			</group-box>
			<group-box name="Look">
				<check-box caption="Show &quot;New Tab&quot; button" config-section="Tabs" config-item="OpenChatButton" />
				<check-box caption="Show common &quot;Close Current Tab&quot; button in the corner" 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="Shortcuts">
		<tab name="Chat Window">
			<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" />
			</group-box>
		</tab>
	</section>
</configuration-ui>