blob: 2a3a707b9b5e2d42d9a1ffdc6aee21531398aa3e (
plain)
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
|
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/::PACKAGE::/show_trayicon</key>
<applyto>/apps/::PACKAGE::/show_trayicon</applyto>
<owner>::PACKAGE::</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Show trayicon</short>
<long>Show a trayicon in the status area of the panel</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/::PACKAGE::/principal</key>
<applyto>/apps/::PACKAGE::/principal</applyto>
<owner>::PACKAGE::</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Kerberos principal</short>
<long>The kerberos principal to acquire the ticket for</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/::PACKAGE::/pk_userid</key>
<applyto>/apps/::PACKAGE::/pk_userid</applyto>
<owner>::PACKAGE::</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Pkinit identifier</short>
<long>The principal's public/private/certificate identifier when using pkinit</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/::PACKAGE::/prompt_minutes</key>
<applyto>/apps/::PACKAGE::/prompt_minutes</applyto>
<owner>::PACKAGE::</owner>
<type>int</type>
<default>30</default>
<locale name="C">
<short>Prompt minutes before expiry</short>
<long>Start prompting/displaying notifications that many minutes before expiry</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|