diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-06-08 17:28:55 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-06-08 17:28:55 +0200 |
commit | 58cc3326be8fa3b841d0596987090d7cb356e101 (patch) | |
tree | 9382dca6a9fa5a503bb1f307c902f73d5e7b8653 /src/krb5-auth-dialog.schemas.in | |
parent | Imported upstream version 0.6 (diff) | |
download | krb5-auth-dialog-58cc3326be8fa3b841d0596987090d7cb356e101.tar.gz krb5-auth-dialog-58cc3326be8fa3b841d0596987090d7cb356e101.tar.bz2 krb5-auth-dialog-58cc3326be8fa3b841d0596987090d7cb356e101.zip |
Imported Upstream version 0.7.git30891fc
Diffstat (limited to 'src/krb5-auth-dialog.schemas.in')
-rw-r--r-- | src/krb5-auth-dialog.schemas.in | 39 |
1 files changed, 39 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..e715d26 --- /dev/null +++ b/src/krb5-auth-dialog.schemas.in @@ -0,0 +1,39 @@ +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/::PACKAGE::/show_trayicon</key> + <applyto>/apps/::PACKAGE::/show_trayicon</applyto> + <owner>::PACKAGE::</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Display trayicon</short> + <long>Display the trayicon in the panel</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/::PACKAGE::/prompt_minutes</key> + <applyto>/apps/::PACKAGE::/prompt_minutes</applyto> + <owner>::PACKAGE::</owner> + <type>int</type> + <default>::MINIMUM_LIFETIME::</default> + <locale name="C"> + <short>Minutes before ticket expires</short> + <long>How many minutes before the ticket expires should + prompting for the new password start</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/::PACKAGE::/principal</key> + <applyto>/apps/::PACKAGE::/principal</applyto> + <type>string</type> + <default></default> + <locale name="C"> + <short>default principal</short> + <long>principal to use when no ticket cache is present</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> |