Codebase list empathy / upstream/2.28.1.1 data / empathy.schemas.in
upstream/2.28.1.1

Tree @upstream/2.28.1.1 (Download .tar.gz)

empathy.schemas.in @upstream/2.28.1.1raw · history · blame

  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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
<gconfschemafile>
  <schemalist>

    <schema>
      <key>/schemas/apps/empathy/ui/show_offline</key>
      <applyto>/apps/empathy/ui/show_offline</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show offline contacts</short>
        <long>
        Whether or not to show contacts that are offline in the contact list.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/contacts/sort_criterium</key>
      <applyto>/apps/empathy/contacts/sort_criterium</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default>name</default>
      <locale name="C">
        <short>Contact list sort criterium</short>
        <long>
        Which criterium to use when sorting the contact list.
        Default is to use sort by the contact's name with the value
        "name". A value of "state" will sort the contact list by state.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/ui/show_avatars</key>
      <applyto>/apps/empathy/ui/show_avatars</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show avatars</short>
        <long>
        Whether or not to show avatars for contacts in the contact
        list and chat windows.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/ui/compact_contact_list</key>
      <applyto>/apps/empathy/ui/compact_contact_list</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Compact contact list</short>
        <long>
        Whether to show the contact list in compact mode or not. 
        </long>
      </locale>
    </schema>

    <schema>
       <key>/schemas/apps/empathy/ui/main_window_hidden</key>
       <applyto>/apps/empathy/ui/main_window_hidden</applyto>
       <owner>empathy</owner>
       <type>bool</type>
       <default>false</default>
       <locale name="C">
          <short>Hide main window</short>
          <long>
            Hide the main window.
          </long>
       </locale>
    </schema>

    <schema>
       <key>/schemas/apps/empathy/ui/avatar_directory</key>
       <applyto>/apps/empathy/ui/avatar_directory</applyto>
       <owner>empathy</owner>
       <type>string</type>
       <default></default>
       <locale name="C">
          <short>Default directory to select an avatar image from</short>
          <long>
            The last directory that an avatar image was chosen from.
          </long>
       </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/sounds/sounds_enabled</key>
      <applyto>/apps/empathy/sounds/sounds_enabled</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Use notification sounds</short>
         <long>
         Whether or not to play a sound to notify for events.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/sounds/sounds_disabled_away</key>
      <applyto>/apps/empathy/sounds/sounds_disabled_away</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Disable sounds when away</short>
         <long>
         Whether or not to play sound notifications when away or busy.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/sounds/sounds_incoming_message</key>
      <applyto>/apps/empathy/sounds/sounds_incoming_message</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Play a sound for incoming messages</short>
         <long>
         Whether or not to play a sound to notify for incoming messages.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/sounds/sounds_outgoing_message</key>
      <applyto>/apps/empathy/sounds/sounds_outgoing_message</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Play a sound for outgoing messages</short>
         <long>
         Whether or not to play a sound to notify for outgoing messages.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/sounds/sounds_new_conversation</key>
      <applyto>/apps/empathy/sounds/sounds_new_conversation</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Play a sound for new conversations</short>
         <long>
         Whether or not to play a sound to notify for new conversations.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/sounds/sounds_contact_login</key>
      <applyto>/apps/empathy/sounds/sounds_contact_login</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Play a sound when a contact logs in</short>
         <long>
         Whether or not to play a sound to notify for contacts logging in the
         network.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/sounds/sounds_contact_logout</key>
      <applyto>/apps/empathy/sounds/sounds_contact_logout</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Play a sound when a contact logs out</short>
         <long>
         Whether or not to play a sound to notify for contacts logging off the
         network.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/sounds/sounds_service_login</key>
      <applyto>/apps/empathy/sounds/sounds_service_login</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Play a sound when we log in</short>
         <long>
         Whether or not to play a sound when logging in a network.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/sounds/sounds_service_logout</key>
      <applyto>/apps/empathy/sounds/sounds_service_logout</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Play a sound when we log out</short>
         <long>
         Whether or not to play a sound when logging off a network.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/notifications/notifications_enabled</key>
      <applyto>/apps/empathy/notifications/notifications_enabled</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Enable popup notifications for new messages</short>
         <long>
         Whether or not to show a popup notification when receiving a new
         message.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/notifications/notifications_disabled_away</key>
      <applyto>/apps/empathy/notifications/notifications_disabled_away</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Disable popup notifications when away</short>
         <long>
         Whether or not to show popup notifications when away or busy.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/notifications/notifications_focus</key>
      <applyto>/apps/empathy/notifications/notifications_focus</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Popup notifications if the chat isn't focused</short>
         <long>
         Whether or not to show a popup notification when receiving a new
         message even if the chat is already opened, but not focused.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/notifications/notifications_contact_signin</key>
      <applyto>/apps/empathy/notifications/notifications_contact_signin</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Popup notifications when a contact sign in</short>
         <long>
         Whether or not to show a popup notification when a contact goes
         online.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/notifications/notifications_contact_signout</key>
      <applyto>/apps/empathy/notifications/notifications_contact_signout</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Popup notifications when a contact sign out</short>
         <long>
         Whether or not to show a popup notification when a contact goes
         offline.
         </long>
      </locale>
    </schema>

    <schema>
       <key>/schemas/apps/empathy/ui/separate_chat_windows</key>
       <applyto>/apps/empathy/ui/separate_chat_windows</applyto>
       <owner>empathy</owner>
       <type>bool</type>
       <default>false</default>
       <locale name="C">
          <short>Open new chats in separate windows</short>
          <long>
            Always open a separate chat window for new chats.
          </long>
       </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/graphical_smileys</key>
      <applyto>/apps/empathy/conversation/graphical_smileys</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Use graphical smileys</short>
         <long>
         Whether or not to convert smileys into graphical images in
         conversations.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/show_contacts_in_rooms</key>
      <applyto>/apps/empathy/conversation/show_contacts_in_rooms</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Show contact list in rooms</short>
         <long>
         Whether or not to show the contact list in chat rooms.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/theme</key>
      <applyto>/apps/empathy/conversation/theme</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default>classic</default>
      <locale name="C">
         <short>Chat window theme</short>
         <long>
           The theme that is used to display the conversation in chat windows.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/adium_path</key>
      <applyto>/apps/empathy/conversation/adium_path</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
         <short>Path of the adium theme to use</short>
         <long>
           Path of the adium theme to use if the theme used for chat is adium.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/enable_webkit_developer_tools</key>
      <applyto>/apps/empathy/conversation/enable_webkit_developer_tools</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Enable WebKit Developer Tools</short>
         <long>
           Whether WebKit developer tools, such as the Web Inspector, should be enabled.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/theme_chat_room</key>
      <applyto>/apps/empathy/conversation/theme_chat_room</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Use theme for chat rooms</short>
         <long>
           Whether to use the theme for chat rooms or not.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/spell_checker_languages</key>
      <applyto>/apps/empathy/conversation/spell_checker_languages</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default>en</default>
      <locale name="C">
        <short>Spell checking languages</short>
        <long>
          Comma separated list of spell checker languages to use (e.g. en, fr, nl).
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/spell_checker_enabled</key>
      <applyto>/apps/empathy/conversation/spell_checker_enabled</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Enable spell checker</short>
        <long>
        Whether or not to check words typed against the languages you
      want to check with.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/nick_completion_char</key>
      <applyto>/apps/empathy/conversation/nick_completion_char</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default>:</default>
      <locale name="C">
        <short>Nick completed character</short>
        <long>
        Character to add after nickname when using nick completion (tab)
        in group chat.
        </long>

      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/conversation/avatar_in_icon</key>
      <applyto>/apps/empathy/conversation/avatar_in_icon</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Empathy should use the avatar of the contact as the chat window icon</short>
        <long>
        Whether or not Empathy should use the avatar of the contact as the chat window icon.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/hints/close_main_window</key>
      <applyto>/apps/empathy/hints/close_main_window</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Show hint about closing the main window</short>
        <long>
        Whether or not to show the message dialog about closing the
      main window with the 'x' button in the title bar.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/accounts/salut_created</key>
      <applyto>/apps/empathy/accounts/salut_created</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Salut account is created</short>
        <long>
        Whether or not the Salut account has been created on the first
      Empathy run.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/accounts/imported_mc4_accounts</key>
      <applyto>/apps/empathy/accounts/imported_mc4_accounts</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>MC 4 accounts have been imported</short>
        <long>
          MC 4 accounts have been imported.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/use_conn</key>
      <applyto>/apps/empathy/use_conn</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Connection managers should be used</short>
        <long>
        Whether or not connectivity managers should be used to automatically
        disconnect/reconnect.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/autoconnect</key>
      <applyto>/apps/empathy/autoconnect</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Empathy should auto-connect on startup</short>
        <long>
        Whether or not Empathy should automatically log in to your accounts on startup.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/import_asked</key>
      <applyto>/apps/empathy/import_asked</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Empathy has asked about importing accounts</short>
        <long>
        Whether or not Empathy has asked about importing accounts from other programs.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/file_transfer/default_folder</key>
      <applyto>/apps/empathy/file_transfer_default_folder</applyto>
      <owner>empathy</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Empathy default download folder</short>
        <long>
        The default folder to save file transfers in.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/location/publish</key>
      <applyto>/apps/empathy/location/publish</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Empathy can publish the user's location</short>
        <long>
        Whether or not Empathy can publish the user's location to his contacts.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/location/resource_network</key>
      <applyto>/apps/empathy/location/resource_network</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Empathy can use the network to guess the location</short>
        <long>
        Whether or not Empathy can use the network to guess the location.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/location/resource_cell</key>
      <applyto>/apps/empathy/location/resource_cell</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Empathy can use the cellular network to guess the location</short>
        <long>
        Whether or not Empathy can use the cellular network to guess the location.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/location/resource_gps</key>
      <applyto>/apps/empathy/location/resource_gps</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Empathy can use the GPS to guess the location</short>
        <long>
        Whether or not Empathy can use the GPS to guess the location.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/empathy/location/reduce_accuracy</key>
      <applyto>/apps/empathy/location/reduce_accuracy</applyto>
      <owner>empathy</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Empathy should reduce the location's accuracy</short>
        <long>
        Whether or not Empathy should reduce the location's accuracy for privacy reasons.
        </long>
      </locale>
    </schema>

  </schemalist>  
</gconfschemafile>