summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-01 23:53:21 -0300
committerPerberos <[email protected]>2011-12-01 23:53:21 -0300
commit505cabbd3036081f26586cabc64c26e7769c0ec9 (patch)
tree09e0498bf572128f5c9ab551531cb28d6d75e992 /data
downloadmate-settings-daemon-505cabbd3036081f26586cabc64c26e7769c0ec9.tar.bz2
mate-settings-daemon-505cabbd3036081f26586cabc64c26e7769c0ec9.tar.xz
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'data')
-rw-r--r--data/50-accessibility.xml.in8
-rw-r--r--data/Makefile.am69
-rw-r--r--data/Makefile.in632
-rw-r--r--data/apps_mate_settings_daemon_housekeeping.schemas.in61
-rw-r--r--data/apps_mate_settings_daemon_keybindings.schemas.in240
-rw-r--r--data/apps_mate_settings_daemon_xrandr.schemas.in62
-rw-r--r--data/desktop_mate_font_rendering.schemas.in68
-rw-r--r--data/desktop_mate_keybindings.schemas.in20
-rw-r--r--data/desktop_mate_peripherals_smartcard.schemas.in17
-rw-r--r--data/desktop_mate_peripherals_touchpad.schemas.in65
-rw-r--r--data/mate-settings-daemon-uninstalled.pc.in11
-rw-r--r--data/mate-settings-daemon.desktop.in.in8
-rw-r--r--data/mate-settings-daemon.pc.in13
-rw-r--r--data/mate-settings-daemon.schemas.in561
-rw-r--r--data/org.mate.SettingsDaemon.service.in3
15 files changed, 1838 insertions, 0 deletions
diff --git a/data/50-accessibility.xml.in b/data/50-accessibility.xml.in
new file mode 100644
index 0000000..998ba17
--- /dev/null
+++ b/data/50-accessibility.xml.in
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<KeyListEntries _name="Accessibility">
+
+ <KeyListEntry name="/desktop/mate/keybindings/magnifier/binding"/>
+ <KeyListEntry name="/desktop/mate/keybindings/screenreader/binding"/>
+ <KeyListEntry name="/desktop/mate/keybindings/onscreenkeyboard/binding"/>
+
+</KeyListEntries>
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..2fba955
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,69 @@
+NULL =
+
+@INTLTOOL_SCHEMAS_RULE@
+
+schemasdir = $(MATECONF_SCHEMA_FILE_DIR)
+schemas_in_files = \
+ mate-settings-daemon.schemas.in \
+ apps_mate_settings_daemon_housekeeping.schemas.in \
+ apps_mate_settings_daemon_keybindings.schemas.in \
+ desktop_mate_font_rendering.schemas.in \
+ desktop_mate_keybindings.schemas.in \
+ apps_mate_settings_daemon_xrandr.schemas.in \
+ desktop_mate_peripherals_touchpad.schemas.in \
+ desktop_mate_peripherals_smartcard.schemas.in \
+ $(NULL)
+
+schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+
+@INTLTOOL_DESKTOP_RULE@
+desktopdir = $(sysconfdir)/xdg/autostart
+desktop_in_files = mate-settings-daemon.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+
+servicedir = $(datadir)/dbus-1/services
+service_in_files = org.mate.SettingsDaemon.service.in
+service_DATA = $(service_in_files:.service.in=.service)
+
+org.mate.SettingsDaemon.service: org.mate.SettingsDaemon.service.in Makefile
+ @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = mate-settings-daemon.pc
+
+@INTLTOOL_XML_NOMERGE_RULE@
+
+xmldir = @MATE_KEYBINDINGS_KEYSDIR@
+xml_in_files = 50-accessibility.xml.in
+xml_DATA = $(xml_in_files:.xml.in=.xml)
+
+EXTRA_DIST = \
+ $(schemas_in_files) \
+ $(service_in_files) \
+ $(desktop_in_files) \
+ $(xml_in_files) \
+ mate-settings-daemon.pc.in \
+ $(NULL)
+
+DISTCLEANFILES = \
+ $(schemas_DATA) \
+ $(service_DATA) \
+ $(desktop_DATA) \
+ $(xml_DATA) \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in
+
+if MATECONF_SCHEMAS_INSTALL
+# don't do this if we are building in eg. rpm
+install-data-local: $(schemas_DATA)
+ if test -z "$(DESTDIR)" ; then \
+ for p in $(schemas_DATA) ; do \
+ MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) $(MATECONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p 2>&1 > /dev/null; \
+ done \
+ fi
+else
+install-data-local:
+endif
diff --git a/data/Makefile.in b/data/Makefile.in
new file mode 100644
index 0000000..bb85361
--- /dev/null
+++ b/data/Makefile.in
@@ -0,0 +1,632 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = data
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ $(srcdir)/mate-settings-daemon-uninstalled.pc.in \
+ $(srcdir)/mate-settings-daemon.desktop.in.in \
+ $(srcdir)/mate-settings-daemon.pc.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+ $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES = mate-settings-daemon.desktop.in \
+ mate-settings-daemon.pc mate-settings-daemon-uninstalled.pc
+CONFIG_CLEAN_VPATH_FILES =
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(desktopdir)" \
+ "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(schemasdir)" \
+ "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(xmldir)"
+DATA = $(desktop_DATA) $(pkgconfig_DATA) $(schemas_DATA) \
+ $(service_DATA) $(xml_DATA)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ALL_LINGUAS = @ALL_LINGUAS@
+AMTAR = @AMTAR@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
+DBUS_SYS_DIR = @DBUS_SYS_DIR@
+DEBUG_CFLAGS = @DEBUG_CFLAGS@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
+FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+GIOUNIX_CFLAGS = @GIOUNIX_CFLAGS@
+GIOUNIX_LIBS = @GIOUNIX_LIBS@
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GREP = @GREP@
+GSD_INTLTOOL_PLUGIN_RULE = @GSD_INTLTOOL_PLUGIN_RULE@
+GSD_PLUGIN_LDFLAGS = @GSD_PLUGIN_LDFLAGS@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLLIBS = @INTLLIBS@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
+INTLTOOL_PERL = @INTLTOOL_PERL@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBEXECDIR = @LIBEXECDIR@
+LIBMATEKBDUI_CFLAGS = @LIBMATEKBDUI_CFLAGS@
+LIBMATEKBDUI_LIBS = @LIBMATEKBDUI_LIBS@
+LIBMATENOTIFY_CFLAGS = @LIBMATENOTIFY_CFLAGS@
+LIBMATENOTIFY_LIBS = @LIBMATENOTIFY_LIBS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MATECONFTOOL = @MATECONFTOOL@
+MATECONF_SCHEMA_CONFIG_SOURCE = @MATECONF_SCHEMA_CONFIG_SOURCE@
+MATECONF_SCHEMA_FILE_DIR = @MATECONF_SCHEMA_FILE_DIR@
+MATE_KEYBINDINGS_KEYSDIR = @MATE_KEYBINDINGS_KEYSDIR@
+MKDIR_P = @MKDIR_P@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+MSGMERGE = @MSGMERGE@
+NM = @NM@
+NMEDIT = @NMEDIT@
+NSS_CFLAGS = @NSS_CFLAGS@
+NSS_DATABASE = @NSS_DATABASE@
+NSS_LIBS = @NSS_LIBS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POFILES = @POFILES@
+POLKIT_CFLAGS = @POLKIT_CFLAGS@
+POLKIT_LIBS = @POLKIT_LIBS@
+POSUB = @POSUB@
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
+PULSE_CFLAGS = @PULSE_CFLAGS@
+PULSE_LIBS = @PULSE_LIBS@
+RANLIB = @RANLIB@
+SED = @SED@
+SETTINGS_DAEMON_CFLAGS = @SETTINGS_DAEMON_CFLAGS@
+SETTINGS_DAEMON_LIBS = @SETTINGS_DAEMON_LIBS@
+SETTINGS_PLUGIN_CFLAGS = @SETTINGS_PLUGIN_CFLAGS@
+SETTINGS_PLUGIN_LIBS = @SETTINGS_PLUGIN_LIBS@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
+X11_LIBS = @X11_LIBS@
+XF86MISC_LIBS = @XF86MISC_LIBS@
+XGETTEXT = @XGETTEXT@
+XINPUT_LIBS = @XINPUT_LIBS@
+XMKMF = @XMKMF@
+X_CFLAGS = @X_CFLAGS@
+X_EXTRA_LIBS = @X_EXTRA_LIBS@
+X_LIBS = @X_LIBS@
+X_PRE_LIBS = @X_PRE_LIBS@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+plugindir = @plugindir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+NULL =
+schemasdir = $(MATECONF_SCHEMA_FILE_DIR)
+schemas_in_files = \
+ mate-settings-daemon.schemas.in \
+ apps_mate_settings_daemon_housekeeping.schemas.in \
+ apps_mate_settings_daemon_keybindings.schemas.in \
+ desktop_mate_font_rendering.schemas.in \
+ desktop_mate_keybindings.schemas.in \
+ apps_mate_settings_daemon_xrandr.schemas.in \
+ desktop_mate_peripherals_touchpad.schemas.in \
+ desktop_mate_peripherals_smartcard.schemas.in \
+ $(NULL)
+
+schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+desktopdir = $(sysconfdir)/xdg/autostart
+desktop_in_files = mate-settings-daemon.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+servicedir = $(datadir)/dbus-1/services
+service_in_files = org.mate.SettingsDaemon.service.in
+service_DATA = $(service_in_files:.service.in=.service)
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = mate-settings-daemon.pc
+xmldir = @MATE_KEYBINDINGS_KEYSDIR@
+xml_in_files = 50-accessibility.xml.in
+xml_DATA = $(xml_in_files:.xml.in=.xml)
+EXTRA_DIST = \
+ $(schemas_in_files) \
+ $(service_in_files) \
+ $(desktop_in_files) \
+ $(xml_in_files) \
+ mate-settings-daemon.pc.in \
+ $(NULL)
+
+DISTCLEANFILES = \
+ $(schemas_DATA) \
+ $(service_DATA) \
+ $(desktop_DATA) \
+ $(xml_DATA) \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+ && { if test -f $@; then exit 0; else break; fi; }; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu data/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+mate-settings-daemon.desktop.in: $(top_builddir)/config.status $(srcdir)/mate-settings-daemon.desktop.in.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+mate-settings-daemon.pc: $(top_builddir)/config.status $(srcdir)/mate-settings-daemon.pc.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+mate-settings-daemon-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/mate-settings-daemon-uninstalled.pc.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+
+mostlyclean-libtool:
+ -rm -f *.lo
+
+clean-libtool:
+ -rm -rf .libs _libs
+install-desktopDATA: $(desktop_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
+ @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
+ done
+
+uninstall-desktopDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
+install-pkgconfigDATA: $(pkgconfig_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
+ done
+
+uninstall-pkgconfigDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
+install-schemasDATA: $(schemas_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(schemasdir)" || $(MKDIR_P) "$(DESTDIR)$(schemasdir)"
+ @list='$(schemas_DATA)'; test -n "$(schemasdir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemasdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(schemasdir)" || exit $$?; \
+ done
+
+uninstall-schemasDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(schemas_DATA)'; test -n "$(schemasdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(schemasdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(schemasdir)" && rm -f $$files
+install-serviceDATA: $(service_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)"
+ @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(servicedir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(servicedir)" || exit $$?; \
+ done
+
+uninstall-serviceDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(servicedir)" && rm -f $$files
+install-xmlDATA: $(xml_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
+ @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
+ for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
+ done
+
+uninstall-xmlDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(xmldir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(xmldir)" && rm -f $$files
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ else \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(schemasdir)" "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(xmldir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local install-desktopDATA \
+ install-pkgconfigDATA install-schemasDATA install-serviceDATA \
+ install-xmlDATA
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-desktopDATA uninstall-pkgconfigDATA \
+ uninstall-schemasDATA uninstall-serviceDATA uninstall-xmlDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+ distclean distclean-generic distclean-libtool distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-data-local \
+ install-desktopDATA install-dvi install-dvi-am install-exec \
+ install-exec-am install-html install-html-am install-info \
+ install-info-am install-man install-pdf install-pdf-am \
+ install-pkgconfigDATA install-ps install-ps-am \
+ install-schemasDATA install-serviceDATA install-strip \
+ install-xmlDATA installcheck installcheck-am installdirs \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ uninstall uninstall-am uninstall-desktopDATA \
+ uninstall-pkgconfigDATA uninstall-schemasDATA \
+ uninstall-serviceDATA uninstall-xmlDATA
+
+
+@INTLTOOL_SCHEMAS_RULE@
+
+@INTLTOOL_DESKTOP_RULE@
+
+org.mate.SettingsDaemon.service: org.mate.SettingsDaemon.service.in Makefile
+ @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+
+@INTLTOOL_XML_NOMERGE_RULE@
+
+# don't do this if we are building in eg. rpm
+@MATECONF_SCHEMAS_INSTALL_TRUE@install-data-local: $(schemas_DATA)
+@MATECONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \
+@MATECONF_SCHEMAS_INSTALL_TRUE@ for p in $(schemas_DATA) ; do \
+@MATECONF_SCHEMAS_INSTALL_TRUE@ MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) $(MATECONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p 2>&1 > /dev/null; \
+@MATECONF_SCHEMAS_INSTALL_TRUE@ done \
+@MATECONF_SCHEMAS_INSTALL_TRUE@ fi
+@MATECONF_SCHEMAS_INSTALL_FALSE@install-data-local:
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/data/apps_mate_settings_daemon_housekeeping.schemas.in b/data/apps_mate_settings_daemon_housekeeping.schemas.in
new file mode 100644
index 0000000..7df6f4d
--- /dev/null
+++ b/data/apps_mate_settings_daemon_housekeeping.schemas.in
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<mateconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify</applyto>
+ <type>float</type>
+ <default>0.05</default>
+ <locale name="C">
+ <short>Free percentage notify threshold</short>
+ <long>Percentage free space threshold for initial warning of low disk space.
+ If the percentage free space drops below this, a warning will be shown.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again</applyto>
+ <type>float</type>
+ <default>0.01</default>
+ <locale name="C">
+ <short>Subsequent free percentage notify threshold</short>
+ <long>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify</applyto>
+ <type>int</type>
+ <default>2</default>
+ <locale name="C">
+ <short>Free space no notify threshold</short>
+ <long>Specify an amount in GB. If the amount of free space is more than this, no warning will be shown.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period</applyto>
+ <type>int</type>
+ <default>10</default>
+ <locale name="C">
+ <short>Minimum notify period for repeated warnings</short>
+ <long>Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths</applyto>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>Mount paths to ignore</short>
+ <long>Specify a list of mount paths to ignore when they run low on space.</long>
+ </locale>
+ </schema>
+ </schemalist>
+</mateconfschemafile>
diff --git a/data/apps_mate_settings_daemon_keybindings.schemas.in b/data/apps_mate_settings_daemon_keybindings.schemas.in
new file mode 100644
index 0000000..c2d1654
--- /dev/null
+++ b/data/apps_mate_settings_daemon_keybindings.schemas.in
@@ -0,0 +1,240 @@
+<?xml version="1.0"?>
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/touchpad</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/touchpad</applyto>
+ <type>string</type>
+ <default>XF86TouchpadToggle</default>
+ <locale name="C">
+ <short>Toggle touchpad</short>
+ <long>Binding to enable or disable the touchpad.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/volume_step</key>
+ <applyto>/apps/mate_settings_daemon/volume_step</applyto>
+ <type>int</type>
+ <default>6</default>
+ <locale name="C">
+ <short>Volume step</short>
+ <long>Volume step as percentage of volume.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/volume_mute</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/volume_mute</applyto>
+ <type>string</type>
+ <default>XF86AudioMute</default>
+ <locale name="C">
+ <short>Volume mute</short>
+ <long>Binding to mute the system volume.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/volume_down</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/volume_down</applyto>
+ <type>string</type>
+ <default>XF86AudioLowerVolume</default>
+ <locale name="C">
+ <short>Volume down</short>
+ <long>Binding to lower the system volume.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/volume_up</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/volume_up</applyto>
+ <type>string</type>
+ <default>XF86AudioRaiseVolume</default>
+ <locale name="C">
+ <short>Volume up</short>
+ <long>Binding to raise the system volume.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/power</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/power</applyto>
+ <type>string</type>
+ <default>&lt;Control&gt;&lt;Alt&gt;Delete</default>
+ <locale name="C">
+ <short>Log out</short>
+ <long>Binding to log out.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/eject</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/eject</applyto>
+ <type>string</type>
+ <default>XF86Eject</default>
+ <locale name="C">
+ <short>Eject</short>
+ <long>Binding to eject an optical disc.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/home</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/home</applyto>
+ <type>string</type>
+ <default>XF86Explorer</default>
+ <locale name="C">
+ <short>Home folder</short>
+ <long>Binding to open the Home folder.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/search</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/search</applyto>
+ <type>string</type>
+ <default>XF86Search</default>
+ <locale name="C">
+ <short>Search</short>
+ <long>Binding to launch the search tool.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/email</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/email</applyto>
+ <type>string</type>
+ <default>XF86Mail</default>
+ <locale name="C">
+ <short>Launch email client</short>
+ <long>Binding to launch the email client.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/screensaver</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/screensaver</applyto>
+ <type>string</type>
+ <default>&lt;Control&gt;&lt;Alt&gt;l</default>
+ <locale name="C">
+ <short>Lock screen</short>
+ <long>Binding to lock the screen.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/help</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/help</applyto>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>Launch help browser</short>
+ <long>Binding to launch the help browser.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/calculator</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/calculator</applyto>
+ <type>string</type>
+ <default>XF86Calculator</default>
+ <locale name="C">
+ <short>Launch calculator</short>
+ <long>Binding to launch the calculator.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/www</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/www</applyto>
+ <type>string</type>
+ <default>XF86WWW</default>
+ <locale name="C">
+ <short>Launch web browser</short>
+ <long>Binding to launch the web browser.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/media</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/media</applyto>
+ <type>string</type>
+ <default>XF86AudioMedia</default>
+ <locale name="C">
+ <short>Launch media player</short>
+ <long>Binding to launch the media player.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/play</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/play</applyto>
+ <type>string</type>
+ <default>XF86AudioPlay</default>
+ <locale name="C">
+ <short>Play (or play/pause)</short>
+ <long>Binding to start playback (or toggle play/pause).</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/pause</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/pause</applyto>
+ <type>string</type>
+ <default>XF86AudioPause</default>
+ <locale name="C">
+ <short>Pause playback</short>
+ <long>Binding to pause playback.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/stop</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/stop</applyto>
+ <type>string</type>
+ <default>XF86AudioStop</default>
+ <locale name="C">
+ <short>Stop playback</short>
+ <long>Binding to stop playback.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/previous</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/previous</applyto>
+ <type>string</type>
+ <default>XF86AudioPrev</default>
+ <locale name="C">
+ <short>Previous track</short>
+ <long>Binding to skip to previous track.</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/keybindings/next</key>
+ <applyto>/apps/mate_settings_daemon/keybindings/next</applyto>
+ <type>string</type>
+ <default>XF86AudioNext</default>
+ <locale name="C">
+ <short>Next track</short>
+ <long>Binding to skip to next track.</long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</mateconfschemafile>
diff --git a/data/apps_mate_settings_daemon_xrandr.schemas.in b/data/apps_mate_settings_daemon_xrandr.schemas.in
new file mode 100644
index 0000000..2314ac8
--- /dev/null
+++ b/data/apps_mate_settings_daemon_xrandr.schemas.in
@@ -0,0 +1,62 @@
+<?xml version="1.0"?>
+<mateconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/xrandr/show_notification_icon</key>
+ <applyto>/apps/mate_settings_daemon/xrandr/show_notification_icon</applyto>
+ <owner>mate</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Show Displays in Notification Area</short>
+ <long>Whether a notification icon with display-related things should be
+ shown in the panel.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup</key>
+ <applyto>/apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup</applyto>
+ <owner>mate</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Turn on external monitor after system boot</short>
+ <long>Turn on external monitor after system boot if user plugs in
+ external monitor on system boot.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup</key>
+ <applyto>/apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup</applyto>
+ <owner>mate</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Turn on laptop monitor after system boot</short>
+ <long>Turn on laptop monitor after system boot if user plugs in
+ external monitor on system boot.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/xrandr/default_configuration_file</key>
+ <applyto>/apps/mate_settings_daemon/xrandr/default_configuration_file</applyto>
+ <owner>mate</owner>
+ <type>string</type>
+ <default>/etc/mate-settings-daemon/xrandr/monitors.xml</default>
+ <locale name="C">
+ <short>File for default configuration for RandR</short>
+ <long>The XRandR plugin will look for a default
+ configuration in the file specified by this key. This
+ is similar to the ~/.config/monitors.xml that normally
+ gets stored in users' home directories. If a user
+ does not have such a file, or has one that does not
+ match the user's setup of monitors, then the file
+ specified by this key will be used instead.
+ </long>
+ </locale>
+ </schema>
+ </schemalist>
+</mateconfschemafile>
diff --git a/data/desktop_mate_font_rendering.schemas.in b/data/desktop_mate_font_rendering.schemas.in
new file mode 100644
index 0000000..6cf44cd
--- /dev/null
+++ b/data/desktop_mate_font_rendering.schemas.in
@@ -0,0 +1,68 @@
+<?xml version="1.0"?>
+<mateconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/desktop/mate/font_rendering/dpi</key>
+ <applyto>/desktop/mate/font_rendering/dpi</applyto>
+ <owner>mate</owner>
+ <type>float</type>
+ <locale name="C">
+ <short>DPI</short>
+ <long>
+ The resolution used for converting font sizes to pixel sizes,
+ in dots per inch.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/font_rendering/antialiasing</key>
+ <applyto>/desktop/mate/font_rendering/antialiasing</applyto>
+ <owner>mate</owner>
+ <type>string</type>
+ <default>grayscale</default>
+ <locale name="C">
+ <short>Antialiasing</short>
+ <long>
+ The type of antialiasing to use when rendering fonts.
+ Possible values are: "none" for no antialiasing,
+ "grayscale" for standard grayscale antialiasing, and
+ "rgba" for subpixel antialiasing (LCD screens only).
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/font_rendering/hinting</key>
+ <applyto>/desktop/mate/font_rendering/hinting</applyto>
+ <owner>mate</owner>
+ <type>string</type>
+ <default>medium</default>
+ <locale name="C">
+ <short>Hinting</short>
+ <long>
+ The type of hinting to use when rendering fonts.
+ Possible values are: "none" for no hinting,
+ "slight" for basic, "medium" for moderate, and
+ "full" for maximum hinting (may cause
+ distortion of letter forms).
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/font_rendering/rgba_order</key>
+ <applyto>/desktop/mate/font_rendering/rgba_order</applyto>
+ <owner>mate</owner>
+ <type>string</type>
+ <default>rgb</default>
+ <locale name="C">
+ <short>RGBA order</short>
+ <long>
+ The order of subpixel elements on an LCD
+ screen; only used when antialiasing is set to "rgba".
+ Possible values are: "rgb" for red on left (most common),
+ "bgr" for blue on left, "vrgb" for red on top, "vbgr" for
+ red on bottom.
+ </long>
+ </locale>
+ </schema>
+ </schemalist>
+</mateconfschemafile>
diff --git a/data/desktop_mate_keybindings.schemas.in b/data/desktop_mate_keybindings.schemas.in
new file mode 100644
index 0000000..ef0b0f6
--- /dev/null
+++ b/data/desktop_mate_keybindings.schemas.in
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<mateconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/allowed_keys</key>
+ <applyto>/desktop/mate/keybindings/allowed_keys</applyto>
+ <owner>mate</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>Allowed keys</short>
+ <long>
+ If non-empty, keybindings will be ignored unless their MateConf
+ directory is in the list. This is useful for lockdown.
+ </long>
+ </locale>
+ </schema>
+ </schemalist>
+</mateconfschemafile>
diff --git a/data/desktop_mate_peripherals_smartcard.schemas.in b/data/desktop_mate_peripherals_smartcard.schemas.in
new file mode 100644
index 0000000..d60a89c
--- /dev/null
+++ b/data/desktop_mate_peripherals_smartcard.schemas.in
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<mateconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/desktop/mate/peripherals/smartcard/removal_action</key>
+ <applyto>/desktop/mate/peripherals/smartcard/removal_action</applyto>
+ <owner>mate</owner>
+ <type>string</type>
+ <default>none</default>
+ <locale name="C">
+ <short>Smartcard removal action</short>
+ <long>Set this to one of "none", "lock_screen", or "force_logout". The action will
+ get performed when the smartcard used for log in is removed.</long>
+ </locale>
+ </schema>
+ </schemalist>
+</mateconfschemafile>
diff --git a/data/desktop_mate_peripherals_touchpad.schemas.in b/data/desktop_mate_peripherals_touchpad.schemas.in
new file mode 100644
index 0000000..546b34b
--- /dev/null
+++ b/data/desktop_mate_peripherals_touchpad.schemas.in
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/desktop/mate/peripherals/touchpad/disable_while_typing</key>
+ <applyto>/desktop/mate/peripherals/touchpad/disable_while_typing</applyto>
+ <owner>mate</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Disable touchpad while typing</short>
+ <long>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/mate/peripherals/touchpad/tap_to_click</key>
+ <applyto>/desktop/mate/peripherals/touchpad/tap_to_click</applyto>
+ <owner>mate</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Enable mouse clicks with touchpad</short>
+ <long>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/mate/peripherals/touchpad/scroll_method</key>
+ <applyto>/desktop/mate/peripherals/touchpad/scroll_method</applyto>
+ <owner>mate</owner>
+ <type>int</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Select the touchpad scroll method</short>
+ <long>Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/mate/peripherals/touchpad/horiz_scroll_enabled</key>
+ <applyto>/desktop/mate/peripherals/touchpad/horiz_scroll_enabled</applyto>
+ <owner>mate</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Enable horizontal scrolling</short>
+ <long>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/mate/peripherals/touchpad/touchpad_enabled</key>
+ <applyto>/desktop/mate/peripherals/touchpad/touchpad_enabled</applyto>
+ <owner>mate</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable touchpad</short>
+ <long>Set this to TRUE to enable all touchpads.</long>
+ </locale>
+ </schema>
+ </schemalist>
+</mateconfschemafile>
diff --git a/data/mate-settings-daemon-uninstalled.pc.in b/data/mate-settings-daemon-uninstalled.pc.in
new file mode 100644
index 0000000..29bcd91
--- /dev/null
+++ b/data/mate-settings-daemon-uninstalled.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: mate-settings-daemon
+Description: Utility library for accessing mate-settings-daemon over DBUS
+Requires: glib-2.0 dbus-1 dbus-glib-1
+Version: @VERSION@
+Libs: ${pc_top_builddir}/${pcfiledir}/libmate-settings-daemon.la
+Cflags: -I${pc_top_builddir}/${pcfiledir}/..
diff --git a/data/mate-settings-daemon.desktop.in.in b/data/mate-settings-daemon.desktop.in.in
new file mode 100644
index 0000000..9a2aca7
--- /dev/null
+++ b/data/mate-settings-daemon.desktop.in.in
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+_Name=MATE Settings Daemon
+Exec=@LIBEXECDIR@/mate-settings-daemon
+OnlyShowIn=MATE;
+X-MATE-Autostart-Phase=Initialization
+X-MATE-Autostart-Notify=true
+X-MATE-AutoRestart=true
diff --git a/data/mate-settings-daemon.pc.in b/data/mate-settings-daemon.pc.in
new file mode 100644
index 0000000..764ffdb
--- /dev/null
+++ b/data/mate-settings-daemon.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+libexecdir=@libexecdir@
+plugindir=${libdir}/mate-settings-daemon-2.0
+
+Name: mate-settings-daemon
+Description: Utility library for accessing mate-settings-daemon over DBUS
+Requires: glib-2.0 dbus-1 dbus-glib-1
+Version: @VERSION@
+Libs: -L${libdir}
+Cflags: -I${includedir}/mate-settings-daemon-2.0
diff --git a/data/mate-settings-daemon.schemas.in b/data/mate-settings-daemon.schemas.in
new file mode 100644
index 0000000..bb63ddf
--- /dev/null
+++ b/data/mate-settings-daemon.schemas.in
@@ -0,0 +1,561 @@
+<?xml version="1.0"?>
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/a11y-keyboard/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/a11y-keyboard/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable accessibility keyboard plugin</short>
+ <long>Set to True to enable the plugin to manage the accessibility keyboard settings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/a11y-keyboard/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/a11y-keyboard/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>7</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/background/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/background/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable background plugin</short>
+ <long>Set to True to enable the plugin to manage desktop background settings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/background/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/background/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>97</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/clipboard/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/clipboard/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable clipboard plugin</short>
+ <long>Set to True to enable the plugin to manage clipboard settings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/clipboard/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/clipboard/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>99</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/font/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/font/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Enable font plugin</short>
+ <long>Set to True to enable the plugin to manage font settings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/font/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/font/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>4</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable housekeeping plugin</short>
+ <long>Set to True to enable the housekeeping plugin, to prune transient file caches.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/housekeeping/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>300</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/keybindings/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/keybindings/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable keybindings plugin</short>
+ <long>Set to True to enable the plugin to manage the keybindings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/keybindings/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/keybindings/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>20</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/keyboard/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/keyboard/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable keyboard plugin</short>
+ <long>Set to True to enable the plugin to manage keyboard settings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/keyboard/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/keyboard/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>6</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/media-keys/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/media-keys/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable media keys plugin</short>
+ <long>Set to True to enable the plugin to manage multimedia keys settings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/media-keys/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/media-keys/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>98</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/mouse/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/mouse/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable mouse plugin</short>
+ <long>Set to True to enable the plugin to manage mouse settings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/mouse/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/mouse/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>7</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/smartcard/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/smartcard/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable smartcard plugin</short>
+ <long>Set to True to enable the plugin to manage locking the screen on smartcard removal.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/smartcard/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/smartcard/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>8</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/sound/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/sound/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable sound plugin</short>
+ <long>Set to True to enable the plugin to manage sound sample caches.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/sound/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/sound/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>5</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/typing-break/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/typing-break/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable typing breaks plugin</short>
+ <long>Set to True to enable the plugin to manage typing breaks.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/typing-break/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/typing-break/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>200</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/xrandr/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/xrandr/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable XRandR plugin</short>
+ <long>Set to True to enable the plugin to manage XRandR settings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/xrandr/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/xrandr/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>1</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/xrdb/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/xrdb/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Enable xrdb plugin</short>
+ <long>Set to True to enable the plugin to manage xrdb settings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/xrdb/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/xrdb/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>90</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/xsettings/active</key>
+ <applyto>/apps/mate_settings_daemon/plugins/xsettings/active</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable xsettings plugin</short>
+ <long>Set to True to enable the plugin to manage xsettings.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/mate_settings_daemon/plugins/xsettings/priority</key>
+ <applyto>/apps/mate_settings_daemon/plugins/xsettings/priority</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>int</type>
+ <default>2</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/magnifier/binding</key>
+ <applyto>/desktop/mate/keybindings/magnifier/binding</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>Toggle magnifier</short>
+ <long>
+ Binding to toggle the magnifier.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/magnifier/name</key>
+ <applyto>/desktop/mate/keybindings/magnifier/name</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>string</type>
+ <locale name="C">
+ <default>Toggle magnifier</default>
+ <short>The name of the keyboard shortcut to toggle the magnifier</short>
+ <long>
+ This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/magnifier/action</key>
+ <applyto>/desktop/mate/keybindings/magnifier/action</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>string</type>
+ <default>mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled</default>
+ <locale name="C">
+ <short>Toggle magnifier</short>
+ <long>
+ Command used to turn the magnifier on or off.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/screenreader/binding</key>
+ <applyto>/desktop/mate/keybindings/screenreader/binding</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>Toggle screen reader</short>
+ <long>
+ Binding to toggle the screen reader.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/screenreader/name</key>
+ <applyto>/desktop/mate/keybindings/screenreader/name</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>string</type>
+ <locale name="C">
+ <default>Toggle screen reader</default>
+ <short>The name of the keyboard shortcut to toggle the screen reader</short>
+ <long>
+ This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/screenreader/action</key>
+ <applyto>/desktop/mate/keybindings/screenreader/action</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>string</type>
+ <default>mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled</default>
+ <locale name="C">
+ <short>Toggle screen reader</short>
+ <long>
+ Command used to turn the screen reader on or off.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/onscreenkeyboard/name</key>
+ <applyto>/desktop/mate/keybindings/onscreenkeyboard/name</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>string</type>
+ <locale name="C">
+ <default>Toggle on-screen keyboard</default>
+ <short>The name of the keyboard shortcut to toggle the on-screen keyboard</short>
+ <long>
+ This is the name of the keyboard shortcut to toggle the on-screen keyboard. This name will be shown in the keyboard shortcut preferences dialog.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/onscreenkeyboard/binding</key>
+ <applyto>/desktop/mate/keybindings/onscreenkeyboard/binding</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>Toggle on-screen keyboard</short>
+ <long>
+ Binding to toggle the on-screen keyboard.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/keybindings/onscreenkeyboard/action</key>
+ <applyto>/desktop/mate/keybindings/onscreenkeyboard/action</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>string</type>
+ <default>mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled</default>
+ <locale name="C">
+ <short>Toggle on-screen keyboard</short>
+ <long>
+ Command used to turn the on-screen keyboard on or off.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/mate/accessibility/keyboard/stickykeys_enable</key>
+ <applyto>/desktop/mate/accessibility/keyboard/stickykeys_enable</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Sticky keys</short>
+ <long>
+ Whether the sticky keys keyboard accessibility feature is turned on.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/accessibility/keyboard/bouncekeys_enable</key>
+ <applyto>/desktop/mate/accessibility/keyboard/bouncekeys_enable</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Bounce keys</short>
+ <long>
+ Whether the bounce keys keyboard accessibility feature is turned on.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/accessibility/keyboard/slowkeys_enable</key>
+ <applyto>/desktop/mate/accessibility/keyboard/slowkeys_enable</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Slow keys</short>
+ <long>
+ Whether the slow keys keyboard accessibility feature is turned on.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/accessibility/keyboard/mousekeys_enable</key>
+ <applyto>/desktop/mate/accessibility/keyboard/mousekeys_enable</applyto>
+ <owner>mate</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Mouse keys</short>
+ <long>
+ Whether the mouse keys keyboard accessibility feature is turned on.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/applications/at/screen_keyboard_enabled</key>
+ <applyto>/desktop/mate/applications/at/screen_keyboard_enabled</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>On-screen keyboard</short>
+ <long>
+ Whether the on-screen keyboard is turned on.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/applications/at/screen_magnifier_enabled</key>
+ <applyto>/desktop/mate/applications/at/screen_magnifier_enabled</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Screen magnifier</short>
+ <long>
+ Whether the screen magnifier is turned on.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/mate/applications/at/screen_reader_enabled</key>
+ <applyto>/desktop/mate/applications/at/screen_reader_enabled</applyto>
+ <owner>mate-settings-daemon</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Screen reader</short>
+ <long>
+ Whether the screen reader is turned on.
+ </long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</mateconfschemafile>
diff --git a/data/org.mate.SettingsDaemon.service.in b/data/org.mate.SettingsDaemon.service.in
new file mode 100644
index 0000000..0deaec8
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.service.in
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.mate.SettingsDaemon
+Exec=@libexecdir@/mate-settings-daemon