This file is indexed.

/usr/share/kadu/configuration/dialog.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
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<?xml version="1.0" encoding="UTF-8"?>
<configuration-ui>

	<section name="General" icon="x-office-address-book">
		<tab name="General">
			<group-box name="Personal">
				<line-edit caption="Nickname" config-section="General" config-item="Nick" />
				<label caption="Enter a nickname for your account." />
				<combo-box caption="Language" config-section="General" config-item="Language" id="languages" tool-tip="Choose your language" />
				<label caption="Kadu needs to be restarted before changes to the language settings will take effect." />
			</group-box>
			<group-box name="Startup">
				<check-box caption="Launch Kadu at startup" config-section="General" config-item="RunOnStartup"
					tool-tip="Automatically open Kadu at startup" id="startup" />
				<check-box caption="Inform about new versions of Kadu" config-section="General" config-item="CheckUpdates"
					tool-tip="Check for updates when Kadu is opened" />
				<check-box caption="Hide main window icon from taskbar" config-section="General" config-item="HideMainWindowFromTaskbar"
					tool-tip="Kadu main window will not be visible in window list on your taskbar" id="hideMainWindowFromTaskbar" />
			</group-box>
		</tab>

		<tab name="Applications">
			<group-box name="Web and E-Mail">
				<label caption="Kadu will use default applications to open links from chat messages and buddy descriptions." />
				<check-box caption="Use System Web Browser" config-section="Chat" config-item="UseDefaultWebBrowser" id="useDefaultBrowser" />
				<line-edit caption="Custom browser" config-section="Chat" config-item="WebBrowser" id="browserPath" parent-widget="useDefaultBrowser" state-dependency="reversed"
					tool-tip="Write specific path to your browser" />
				<check-box caption="Use System E-Mail Client" config-section="Chat" config-item="UseDefaultEMailClient" id="useDefaultEMail" />
				<line-edit caption="Custom e-mail client" config-section="Chat" config-item="MailClient" id="mailPath" parent-widget="useDefaultEMail" state-dependency="reversed"
					tool-tip="Write specific path to your email client" />
			</group-box>
		</tab>

		<tab name="Advanced">
			<group-box name="Connection">
				<proxy-combo-box caption="Default proxy" config-section="Network" config-item="DefaultProxy" />
			</group-box>
			<group-box name="Parser">
				<check-box caption="Allow executing commands by parser" config-section="General" config-item="AllowExecutingFromParser" />
				<check-box caption="Allow using variables in status" config-section="General" config-item="ParseStatus" id="parseStatus" />
			</group-box>
			<group-box name="Misc">
				<combo-box caption="Select window activation method" config-section="General" config-item="WindowActivationMethod" id="windowActivationMethod" >
					<item value="0" caption="Move the Window to the Active Desktop" />
					<item value="1" caption="Switch Desktop Making the Window Visible" />
				</combo-box>
				<line-edit caption="Debugging mask" config-section="General" config-item="DEBUG_MASK" id="debug" />
			</group-box>
		</tab>
	</section>

	<section name="Look" icon="preferences-desktop-theme">
		<tab name="Icons">
			<group-box name="Icons">
				<list-box caption="Icon theme" config-section="Look" config-item="IconTheme" id="iconThemes"
					tool-tip="Choose icon theme" />
				<action-button caption="Install new icons..." id="installIconTheme" />
			</group-box>
		</tab>
		<tab name="Chat">
			<group-box name="Style">
				<check-box caption="Enable transparency in chat window" config-section="Chat" config-item="UseTransparency" id="useTransparency" />
			</group-box>
		</tab>
		<tab name="Buddies list">
			<group-box name="General">
				<check-box caption="Show buddies' photos" config-section="Look" config-item="ShowAvatars" id="showAvatars" />
				<check-box caption="Add border to buddies' photos" config-section="Look" config-item="AvatarBorder" id="avatarBorder" parent-widget="showAvatars" />
				<check-box caption="Grey out offline buddies' photos" config-section="Look" config-item="AvatarGreyOut" id="avatarGreyOut" parent-widget="showAvatars"
					tool-tip="Buddies who are offline will have their photos greyed out" />
				<check-box caption="Show buddies' descriptions" config-section="Look" config-item="ShowDesc" id="showDescription"
					tool-tip="Displays descriptions in the buddy list" />
				<check-box caption="Split long descriptions into multiple lines" config-section="Look" config-item="ShowMultilineDesc" id="multilineDescription"
					tool-tip="Dislpays multiline descriptions in the buddy list" parent-widget="showDescription" />
				<check-box caption="Always show identity" config-section="Look" config-item="TalkableListAlwaysShowIdentityName" />
			</group-box>
			<group-box name="Transparency" id="userboxTransparencyGroup">
				<check-box caption="Enable transparency in buddy list" config-section="Look" config-item="UserboxTransparency" id="userboxTransparency" />
				<slider caption="Transparency level" config-section="Look" config-item="UserboxAlpha" min-value="0" max-value="255" page-step="10"
					id="userboxAlpha" parent-widget="userboxTransparency" />
				<label caption="0" />
				<check-box caption="Turn on blur" config-section="Look" config-item="UserboxBlur" id="userboxBlur" parent-widget="userboxTransparency" />
			</group-box>
			<group-box name="Background">
				<check-box caption="Use background image" config-section="Look" config-item="UseUserboxBackground" id="useUserboxBackground" />
				<select-file caption="Background file" config-section="Look" config-item="UserboxBackground" type="image"
					tool-tip="Define background file for the buddy list" id="userboxBackground" parent-widget="useUserboxBackground" />
				<combo-box caption="Display style" config-section="Look" config-item="UserboxBackgroundDisplayStyle"
					tool-tip="Choose buddy list background style" id="userboxBackgroundDisplayStyle" parent-widget="useUserboxBackground" >
					<item value="Tiled" caption="Tiled" />
					<item value="TiledAndCentered" caption="Tiled and Centered" />
					<item value="Centered" caption="Centered" />
					<item value="Stretched" caption="Stretched" />
				</combo-box>
			</group-box>
		</tab>
		<tab name="Colors">
			<group-box name="Chat Window">
				<color-button caption="My message font color" config-section="Look" config-item="ChatMyFontColor" />
				<color-button caption="Buddy's message font color" config-section="Look" config-item="ChatUsrFontColor" />
				<color-button caption="My nick color" config-section="Look" config-item="ChatMyNickColor" />
				<color-button caption="Buddy's nick color" config-section="Look" config-item="ChatUsrNickColor" />
				<color-button caption="My messages' background" config-section="Look" config-item="ChatMyBgColor" />
				<color-button caption="Buddy's messages' background" config-section="Look" config-item="ChatUsrBgColor" />
				<check-box caption="Use custom chat background color" config-section="Look" config-item="ChatBgFilled" id="chatBgFilled" />
				<color-button caption="Chat background" config-section="Look" config-item="ChatBgColor" id="chatBgColor" parent-widget="chatBgFilled" />
				<check-box caption="Use custom text edit colors" config-section="Look" config-item="ChatTextCustomColors" id="chatTextCustomColors" />
				<color-button caption="Text edit background" config-section="Look" config-item="ChatTextBgColor" id="chatTextBgColor" parent-widget="chatTextCustomColors" />
				<color-button caption="Text edit font" config-section="Look" config-item="ChatTextFontColor" id="chatTextFontColor" parent-widget="chatTextCustomColors" />
			</group-box>
			<group-box name="Buddy List">
				<color-button caption="Font" config-section="Look" config-item="UserboxFgColor" />
				<color-button caption="Descriptions font" config-section="Look" config-item="DescriptionColor" />
			</group-box>
			<group-box name="Information Panel">
				<color-button caption="Font" config-section="Look" config-item="InfoPanelFgColor" />
				<check-box caption="Use custom background color" config-section="Look" config-item="InfoPanelBgFilled" id="infoPanelBgFilled" />
				<color-button caption="Background" config-section="Look" config-item="InfoPanelBgColor" id="infoPanelBgColor" parent-widget="infoPanelBgFilled" />
			</group-box>
		</tab>
		<tab name="Fonts">
			<group-box name="Fonts">
				<check-box caption="Use custom font in chat window" config-section="Look" config-item="ForceCustomChatFont"
					tool-tip="Use custom font even for chat styles which define their own fonts (most Adium styles do that)" />
				<select-font caption="Chat window" config-section="Look" config-item="ChatFont" />
				<select-font caption="Buddy list" config-section="Look" config-item="UserboxFont" />
				<select-font caption="Information panel" config-section="Look" config-item="PanelFont" />
			</group-box>
		</tab>
	</section>

	<section name="Chat" icon="internet-group-chat">
		<tab name="General">
			<group-box name="Messages">
				<check-box caption="Ignore messages from anonymous users" config-section="Chat" config-item="IgnoreAnonymousUsers"
					id="ignoreMessagesFromAnonymous" />
				<check-box caption="Ignore richtext from anonymous users" config-section="Chat" config-item="IgnoreAnonymousRichtext"
					tool-tip="Displays messages from anonymous users without formatting (colors, images, font weight...)."
					id="ignoreFormattingFromAnonymous" parent-widget="ignoreMessagesFromAnonymous" state-dependency="reversed" />
				<spin-box caption="Limit visible messages in chat window to" config-section="Chat" config-item="ChatPruneLen"
					min-value="0" max-value="255" id="chatPruneLen" tool-tip="Maximum number of messages visible in chat window"
					special-value="Unlimited" />
				<check-box caption="Fold links in messages" config-section="Chat" config-item="FoldLink" id="foldLink"
					tool-tip="Shorten ugly, long links to save space in chat window" />
				<check-box caption="Use descriptive date format" config-section="Look" config-item="NiceDateFormat"
					tool-tip="Display dates like Today, Yesterday or Friday, 2:30PM" />
			</group-box>
			<group-box name="Chat syntax">
				<action-button caption="Configure..." id="lookChatAdvanced" />
			</group-box>
		</tab>
	</section>

	<section name="Buddies list" icon="system-users">
		<tab name="General">
			<group-box name="Buddies window">
				<check-box caption="Show buddy information panel" config-section="Look" config-item="ShowInfoPanel" id="showInformationPanel"
					tool-tip="Displays buddy information panel below the buddy list" />
				<check-box caption="Show status changing button" config-section="Look" config-item="ShowStatusButton"
					tool-tip="Displays status changing buttons below the buddy list" />
			</group-box>
			<group-box name="Buddy groups">
				<check-box caption="Display group tabs" config-section="Look" config-item="DisplayGroupTabs" id="displayGroupTabs"
					tool-tip="Displays group tabs on the buddy list" />
				<check-box caption="Show tab Everybody" config-section="Look" config-item="ShowGroupAll" id="showGroupTabEverybody" parent-widget="displayGroupTabs" />
				<check-box caption="Always show tab Ungroupped" config-section="Look" config-item="AlwaysShowGroupTabUngroupped" id="alwaysShowGroupTabUngroupped" parent-widget="displayGroupTabs" />
			</group-box>
			<group-box name="Filters">
				<check-box caption="Show offline buddies" config-section="General" config-item="ShowOffline" />
				<check-box caption="Show buddies that are ignored" config-section="General" config-item="ShowBlocked" />
				<check-box caption="Show buddies which are blocking me" config-section="General" config-item="ShowBlocking" />
			</group-box>
		</tab>
		<tab name="Information">
			<group-box name="Information Panel">
				<syntax-editor caption="Style" config-section="Look" config-item="InfoPanelSyntaxFile" category="InfoPanel" id="infoPanelSyntax"
					tool-tip="Choose information panel style" />
				<preview caption="Preview" id="infoPanelSyntaxPreview" height="190" />
			</group-box>
		</tab>
		<tab name="Advanced">
			<group-box name="Contact">
				<check-box caption="Show buddy expanding button" config-section="Look" config-item="ShowExpandingControl" id="showExpandingControl"
					tool-tip="Show an icon at each buddy that allows viewing contacts attached to this buddy" />
				<check-box caption="Show connected buddies in bold" config-section="Look" config-item="ShowBold"
					tool-tip="Displays buddies that are online using a bold font" />
				<combo-box caption="Buddy icon position" config-section="Look" config-item="AlignUserboxIconsTop"
					tool-tip="Choose buddy icon alignment">
					<item value="true" caption="At the buddy's name" />
					<item value="false" caption="Centered" />
				</combo-box>
			</group-box>
		</tab>
	</section>

	<section name="Notifications" icon="kadu_icons/section-notifications">
		<tab name="Options">
			<group-box name="Chat">
				<check-box caption="Notify about chat events in chat window" config-section="Chat" config-item="ContactStateChats" id="contactStateChats" />
				<check-box caption="Notify about chat events in windows' titles" config-section="Chat" config-item="ContactStateWindowTitle" id="contactStateWindowTitle" />
				<combo-box caption="Notification position" config-section="Chat" config-item="ContactStateWindowTitlePosition" id="contactStateWindowTitlePosition" parent-widget="contactStateWindowTitle" >
					<item value="0" caption="Beginning of title" />
					<item value="1" caption="End of title" />
				</combo-box>
			</group-box>
			<group-box name="New Message">
				<check-box caption="Notify about new messages only when window is inactive" config-section="Notify"
					config-item="NewMessageOnlyIfInactive" />
				<check-box caption="Block window close" config-section="Chat" config-item="ChatCloseTimer" id="chatCloseTimer"
					tool-tip="Block chat window when a new message arrives" />
				<check-box caption="Flash chat title" config-section="Chat" config-item="BlinkChatTitle" />
				<check-box caption="Show number of new messages on chat title" config-section="Chat" config-item="NewMessagesInChatTitle" />
			</group-box>
			<group-box name="Silent Mode">
				<check-box caption="Disable notifications when a fullscreen application is active" config-section="Notify"
					config-item="FullscreenSilentMode" id="notify/fullscreenSilentMode"
					tool-tip="Disables notifications when running a fullscreen application: movie player, game, etc." />
				<check-box caption="Disable notifications when my status is set to 'Do not Disturb'" config-section="Notify"
					config-item="AwaySilentMode" id="notify/awaySilentMode" />
			</group-box>
			<group-box name="Status Change">
				<check-box caption="Ignore status changes available - busy" config-section="Notify"
					config-item="IgnoreOnlineToOnline" />
				<check-box caption="Ignore changes right after connection to the server" config-section="Notify"
					config-item="NotifyIgnoreOnConnection"
					tool-tip="This option will supersede tooltips with buddies' status\nchanges upon establishing connection to the server" />
			</group-box>
		</tab>
		<tab name="Events">
			<group-box name="Notifications">
			</group-box>
		</tab>
	</section>

	<section name="Behavior" icon="preferences-desktop-peripherals">
		<tab name="Chat">
			<group-box name="Chat Window">
				<check-box caption="Open chat window on new message" config-section="Chat" config-item="OpenChatOnMessage" id="openChatOnMessage"
						tool-tip="Open chat window when a new message arrives" />
				<check-box caption="Open chat window only when I am online" config-section="Chat" config-item="OpenChatOnMessageWhenOnline"
						id="openChatOnMessageWhenOnline" tool-tip="Open chat window on new message only when online" parent-widget="openChatOnMessage" />
				<check-box caption="Open chat window minimized" config-section="Chat" config-item="OpenChatOnMessageMinimized"
						id="openChatOnMessageMinimized" tool-tip="Open chat window on new message in minimized mode" parent-widget="openChatOnMessage" />
				<check-box caption="Remember chat windows positions" config-section="Chat" config-item="RememberPosition" />
				<check-box caption="Remember opened chats" config-section="Chat" config-item="SaveOpenedWindows"
					tool-tip="Save opened chat windows when exiting and restore them on next statup" />
				<check-box caption="Enable sending message by hitting 'Enter'" config-section="Chat" config-item="AutoSend"
					tool-tip="Hitting 'Enter' while typing in chat window sends message" />
				<check-box caption="Ask before clearing messages in chat window" config-section="Chat" config-item="ConfirmChatClear"
					tool-tip="Ask for confirmation before clearing chat window" />
			</group-box>
		</tab>
		<tab name="Status">
			<group-box name="Status">
				<combo-box caption="Set status" config-section="General" config-item="StatusContainerType">
					<item value="Account" caption="Per account separately" />
					<item value="Identity" caption="Per identity separately" />
					<item value="All" caption="For All Accounts" />
				</combo-box>
				<combo-box caption="On startup, set" config-section="General" config-item="StartupStatus" id="startupStatus"
					tool-tip="Choose status which will be set on startup">
					<item value="LastStatus" caption="Last Status" />
					<item value="FreeForChat" caption="Free for Chat" />
					<item value="Online" caption="Online" />
					<item value="Busy" caption="Away" />
					<item value="DoNotDisturb" caption="Do Not Disturb" />
					<item value="Invisible" caption="Invisible" />
					<item value="Offline" caption="Offline" />
				</combo-box>
				<check-box caption="Set invisible if last status was 'Offline'" config-section="General"
					config-item="StartupStatusInvisibleWhenLastWasOffline" id="startupStatusInvisibleWhenLastWasOffline" />
			</group-box>
			<group-box name="Description">
				<combo-box caption="On startup, set" config-section="General" config-item="StartupLastDescription" id="onStartupSetLastDescription"
					tool-tip="Choose description which will be set on startup">
					<item value="true" caption="Last Description" />
					<item value="false" caption="New Description" />
				</combo-box>
				<line-edit caption="New Description" config-section="General" config-item="StartupDescription"
					id="onStartupSetDescription" tool-tip="Define description which will be set on startup" />
				<combo-box caption="On shutdown, set" config-section="General" config-item="DisconnectWithCurrentDescription" id="disconnectWithCurrentDescription"
					tool-tip="Choose description which will be set on shutdown">
					<item value="true" caption="Current Description" />
					<item value="false" caption="New Description" />
				</combo-box>
				<line-edit caption="New description" config-section="General" config-item="DisconnectDescription"
					id="disconnectDescription" tool-tip="Define description which will be set on shutdown" />
				<check-box caption="Store descriptions" config-section="General" config-item="StoreDescriptions"
					id="storeDescriptions" tool-tip="Every description you set will be saved for further use." />
				<spin-box caption="Number of kept descriptions" config-section="General" config-item="NumberOfDescriptions" min-value="1"
					max-value="30" parent-widget="storeDescriptions" />
			</group-box>
		</tab>
		<tab name="Shortcuts">
			<group-box name="Kadu">
				<hot-key-edit caption="Configuration" config-section="ShortCuts" config-item="kadu_configure" />
				<hot-key-edit caption="Add buddy" config-section="ShortCuts" config-item="kadu_adduser" />
				<hot-key-edit caption="Manage modules" config-section="ShortCuts" config-item="kadu_modulesmanager" />
				<hot-key-edit caption="Open chat with..." config-section="ShortCuts" config-item="kadu_openchatwith" />
				<hot-key-edit caption="Exit" config-section="ShortCuts" config-item="kadu_exit" />
			</group-box>
			<group-box name="Buddy List">
				<hot-key-edit caption="Remove from buddy list" config-section="ShortCuts" config-item="kadu_deleteuser" />
				<hot-key-edit caption="Properties" config-section="ShortCuts" config-item="kadu_persinfo" />
				<hot-key-edit caption="Search this buddy in directory" config-section="ShortCuts" config-item="kadu_searchuser" />
				<hot-key-edit caption="Show / hide offline buddies" config-section="ShortCuts" config-item="kadu_showoffline" />
				<hot-key-edit caption="Show / hide buddies without description" config-section="ShortCuts" config-item="kadu_showonlydesc" />
			</group-box>
			<group-box name="Chat Window">
				<hot-key-edit caption="Clear chat" config-section="ShortCuts" config-item="chat_clear" />
				<hot-key-edit caption="Close chat" config-section="ShortCuts" config-item="chat_close" />
				<hot-key-edit caption="Send message" config-section="ShortCuts" config-item="chat_sendmessage" />
				<hot-key-edit caption="Bold text" config-section="ShortCuts" config-item="chat_bold" />
				<hot-key-edit caption="Italic text" config-section="ShortCuts" config-item="chat_italic" />
				<hot-key-edit caption="Underline text" config-section="ShortCuts" config-item="chat_underline" />
			</group-box>
		</tab>
	</section>

	<section name="Extras" icon="image-loading">
	</section>

	<section name="Plugins" icon="kadu_icons/plugins">
	</section>

</configuration-ui>