From 19ac2fb38fa01cc5e9bdbdee786956a961aa9dc2 Mon Sep 17 00:00:00 2001 From: guidog Date: Sat, 10 Jan 2009 13:25:44 +0000 Subject: add gconf schema git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@111 517b70f8-ed25-0410-8bf6-f5db08f7b76e --- src/Makefile.am | 9 +++++++ src/krb5-auth-dialog.schemas.in | 55 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 src/krb5-auth-dialog.schemas.in (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 066e582..2837be8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,13 @@ autostart_in_files = krb5-auth-dialog.desktop.in autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ +schemadir = $(sysconfdir)/gconf/schemas +schema_in_files = $(PACKAGE).schemas.in +schema_DATA = $(PACKAGE).schemas + +%.schemas: $(srcdir)/%.schemas.in + sed -e "s,::PACKAGE::,$(PACKAGE)," < $< > $@ + krb5_auth_dialog_SOURCES = \ krb5-auth-dialog.c \ krb5-auth-dialog.h \ @@ -42,7 +49,9 @@ glade_DATA = \ EXTRA_DIST = \ $(glade_DATA) \ + $(schama_in_files) \ $(autostart_in_files) \ krb5-auth-dialog.1.in +CLEANFILES = $(schema_DATA) DISTCLEANFILES = krb5-auth-dialog.desktop 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 @@ + + + + /schemas/apps/::PACKAGE::/show_trayicon + /apps/::PACKAGE::/show_trayicon + ::PACKAGE:: + bool + 1 + + + Show trayicon + Show a trayicon in the status area of the panel + + + + + /schemas/apps/::PACKAGE::/principal + /apps/::PACKAGE::/principal + ::PACKAGE:: + string + + + + Kerberos principal + The kerberos principal to acquire the ticket for + + + + + /schemas/apps/::PACKAGE::/pk_userid + /apps/::PACKAGE::/pk_userid + ::PACKAGE:: + string + + + + Pkinit identifier + The principal's public/private/certificate identifier when using pkinit + + + + + /schemas/apps/::PACKAGE::/prompt_minutes + /apps/::PACKAGE::/prompt_minutes + ::PACKAGE:: + int + 30 + + + Prompt minutes before expiry + Start prompting/displaying notifications that many minutes before expiry + + + + -- cgit v1.2.3