This file is indexed.

/usr/share/gconf/schemas/gnome-mud.schemas is in gnome-mud 0.11.2-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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<gconfschemafile>
	<schemalist>
		<!-- user interface settings -->
		<schema>
			<key>/schemas/apps/gnome-mud/ui/font</key>
			<applyto>/apps/gnome-mud/ui/font</applyto>
			<owner>gnome-mud</owner>
			<type>string</type>
			<default>monospace 12</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Font</short>
				<long>
				 A Pango font name. Examples are "Sans 12" or
				 "Monospace Bold 14".
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/ui/background_color</key>
			<applyto>/apps/gnome-mud/ui/background_color</applyto>
			<owner>gnome-mud</owner>
			<type>string</type>
			<default>#000000</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Default color of the background</short>
				<long>
				 Default color of the background, as a color
				 specification (can be HTML-style hex digits,
				 or a color name such as "red").
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/ui/foreground_color</key>
			<applyto>/apps/gnome-mud/ui/foreground_color</applyto>
			<owner>gnome-mud</owner>
			<type>string</type>
			<default>#FFFFDD</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Default color of the text</short>
				<long>
				 Default color of the text, as a color
				 specification (can be HTML-style hex digits,
				 or a color name such as "red").
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/ui/palette</key>
			<applyto>/apps/gnome-mud/ui/palette</applyto>
			<owner>gnome-mud</owner>
			<type>string</type>
			<default>#000000:#AA0000:#00AA00:#AA5500:#0000AA:#AA00AA:#00AAAA:#AAAAAA:#555555:#FF5555:#55FF55:#FFFF55:#5555FF:#FF55FF:#55FFFF:#FFFFFF</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Color palette</short>
				<long>
				 GNOME-Mud has a 16-color palette that
				 MUDs can use. It must be specified in the form
				 of a colon-separated list of color names.
				 Color names should be in hex format e.g.
				 "#FF00FF".
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/ui/scrollback_lines</key>
			<applyto>/apps/gnome-mud/ui/scrollback_lines</applyto>
			<owner>gnome-mud</owner>
			<type>int</type>
			<default>500</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Number of lines to keep in scrollback</short>
				<long>
				 Number of scrollback lines to keep around.
				 You can scroll back in the terminal by this
				 number of lines; lines that don't fit in the
				 scrollback are discarded.
				</long>
			</locale>
		</schema>

	
		<!-- functionality settings -->
		<schema>
			<key>/schemas/apps/gnome-mud/functionality/encoding</key>
			<applyto>/apps/gnome-mud/functionality/encoding</applyto>
			<owner>gnome-mud</owner>
			<type>string</type>
			<default>ISO-8859-1</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Encoding</short>
				<long>
				The encoding for the terminal widget.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/encoding_index</key>
			<applyto>/apps/gnome-mud/functionality/encoding_index</applyto>
			<owner>gnome-mud</owner>
			<type>int</type>
			<default>0</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Encoding Index</short>
				<long>
				The index of the currently selected encoding.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/proxy_hostname</key>
			<applyto>/apps/gnome-mud/functionality/proxy_hostname</applyto>
			<owner>gnome-mud</owner>
			<type>string</type>
			<default>127.0.0.1</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Proxy Hostname</short>
				<long>
				The hostname for the SOCKS proxy server.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/proxy_version</key>
			<applyto>/apps/gnome-mud/functionality/proxy_version</applyto>
			<owner>gnome-mud</owner>
			<type>string</type>
			<default>5</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Proxy Version</short>
				<long>
				The SOCKS Version to be used.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/remote_encoding</key>
			<applyto>/apps/gnome-mud/functionality/remote_encoding</applyto>
			<owner>gnome-mud</owner>
			<type>bool</type>
			<default>false</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Remote Encoding</short>
				<long>
				Use Remote Encoding negotiation.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/use_proxy</key>
			<applyto>/apps/gnome-mud/functionality/use_proxy</applyto>
			<owner>gnome-mud</owner>
			<type>bool</type>
			<default>false</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Use Proxy</short>
				<long>
				Use a proxy server to connect to the mud.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/remote_download</key>
			<applyto>/apps/gnome-mud/functionality/remote_download</applyto>
			<owner>gnome-mud</owner>
			<type>bool</type>
			<default>true</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Remote Download</short>
				<long>
				Enable sound file downloading on MSP enabled MUDs
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/commdev</key>
			<applyto>/apps/gnome-mud/functionality/commdev</applyto>
			<owner>gnome-mud</owner>
			<type>string</type>
			<default>;</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Command Divider</short>
				<long>
				 A character that is used to split commands
				 in a string like "w;w;w;l", which will be
				 sent to the MUD as 4 separate commands.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/echo</key>
			<applyto>/apps/gnome-mud/functionality/echo</applyto>
			<owner>gnome-mud</owner>
			<type>bool</type>
			<default>true</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Whether to echo sent text to the connection</short>
				<long>
				 If enabled, all the text typed in will be
				 echoed in the terminal, making it easier to
				 control what is sent.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/keeptext</key>
			<applyto>/apps/gnome-mud/functionality/keeptext</applyto>
			<owner>gnome-mud</owner>
			<type>bool</type>
			<default>false</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Whether to keep text sent to the connection</short>
				<long>
				 If enabled, the text that is sent to the
				 connection will be left as a selection in the
				 entry box. Otherwise, the text entry box will
				 be cleared after each text input.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/system_keys</key>
			<applyto>/apps/gnome-mud/functionality/system_keys</applyto>
			<owner>gnome-mud</owner>
			<type>bool</type>
			<default>false</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Whether to enable or disable the system keys</short>
				<long>
				 If enabled, GNOME-Mud will offer a few
				 built-in keybindings. They can be overridden
				 by custom keybindings, or they can be disabled
				 completely with this option.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/scroll_on_output</key>
			<applyto>/apps/gnome-mud/functionality/scroll_on_output</applyto>
			<owner>gnome-mud</owner>
			<type>bool</type>
			<default>false</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Whether to scroll to the bottom when there's new output</short>
				<long>
				 If enabled, whenever there's new output the
				 terminal will be scrolled to the bottom.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/last_log_dir</key>
			<applyto>/apps/gnome-mud/functionality/last_log_dir</applyto>
			<owner>gnome-mud</owner>
			<type>string</type>
			<default></default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Last log file</short>
				<long>
				 The file in which a mudlog was last saved.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/functionality/flush_interval</key>
			<applyto>/apps/gnome-mud/functionality/flush_interval</applyto>
			<owner>gnome-mud</owner>
			<type>int</type>
			<default>30</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Log flush interval</short>
				<long>
				 How often in seconds gnome-mud should flush
				 logfiles.
				</long>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/profiles/list</key>
			<applyto>/apps/gnome-mud/profiles/list</applyto>
			<owner>gnome-mud</owner>
			<type>list</type>
			<list_type>string</list_type>
			<default>[Default]</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>List of profiles</short>
				<long>
				 List of profiles known to GNOME-Mud. The
				 list contains strings naming subdirectories
				 relative to /apps/gnome-mud/profiles.
				</long>
			</locale>
		</schema>

		<!-- Profile specific -->
		<schema>
			<key>/schemas/apps/gnome-mud/profiles/Default/aliases</key>
			<applyto>/apps/gnome-mud/profiles/Default/aliases</applyto>
			<owner>gnome-mud</owner>
			<type>list</type>
			<list_type>string</list_type>
			<default>[]</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Aliases</short>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/profiles/Default/variables</key>
			<applyto>/apps/gnome-mud/profiles/Default/variables</applyto>
			<owner>gnome-mud</owner>
			<type>list</type>
			<list_type>string</list_type>
			<default>[]</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Variables</short>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/profiles/Default/triggers</key>
			<applyto>/apps/gnome-mud/profiles/Default/triggers</applyto>
			<owner>gnome-mud</owner>
			<type>list</type>
			<list_type>string</list_type>
			<default>[]</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Triggers</short>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/profiles/Default/keybinds</key>
			<applyto>/apps/gnome-mud/profiles/Default/keybinds</applyto>
			<owner>gnome-mud</owner>
			<type>list</type>
			<list_type>string</list_type>
			<default>[]</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Keybindings</short>
			</locale>
		</schema>

		<schema>
			<key>/schemas/apps/gnome-mud/profiles/Default/directions</key>
			<applyto>/apps/gnome-mud/profiles/Default/directions</applyto>
			<owner>gnome-mud</owner>
			<type>list</type>
			<list_type>string</list_type>
			<default>[n,nw,e,se,s,sw,w,ne,u,d,look]</default>
			<gettext_domain>gnome-mud</gettext_domain>
			<locale name="C">
				<short>Directional keybindings</short>
			</locale>
		</schema>

	</schemalist>
</gconfschemafile>