diff options
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> |