aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.schemas.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-10-18 18:17:23 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-10-18 18:17:23 +0200
commitf1bf81e507d3319a6b31f4f679165fb72d58086a (patch)
tree8f6ac6188a950d210f8c3e8fedbf29bc343aa4d5 /src/krb5-auth-dialog.schemas.in
parentdocument changes and release 0.7.hit7cc1d84-1 (diff)
parentImported Upstream version 0.7.jit26357da (diff)
downloadkrb5-auth-dialog-f1bf81e507d3319a6b31f4f679165fb72d58086a.tar.gz
krb5-auth-dialog-f1bf81e507d3319a6b31f4f679165fb72d58086a.tar.bz2
krb5-auth-dialog-f1bf81e507d3319a6b31f4f679165fb72d58086a.zip
Merge commit 'upstream/0.7.jit26357da'
Diffstat (limited to 'src/krb5-auth-dialog.schemas.in')
-rw-r--r--src/krb5-auth-dialog.schemas.in55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/krb5-auth-dialog.schemas.in b/src/krb5-auth-dialog.schemas.in
new file mode 100644
index 0000000..2a3a707
--- /dev/null
+++ b/src/krb5-auth-dialog.schemas.in
@@ -0,0 +1,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>
bgstack15