From 505cabbd3036081f26586cabc64c26e7769c0ec9 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 23:53:21 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- data/50-accessibility.xml.in | 8 + data/Makefile.am | 69 +++ data/Makefile.in | 632 +++++++++++++++++++++ ...ps_mate_settings_daemon_housekeeping.schemas.in | 61 ++ ...pps_mate_settings_daemon_keybindings.schemas.in | 240 ++++++++ data/apps_mate_settings_daemon_xrandr.schemas.in | 62 ++ data/desktop_mate_font_rendering.schemas.in | 68 +++ data/desktop_mate_keybindings.schemas.in | 20 + data/desktop_mate_peripherals_smartcard.schemas.in | 17 + data/desktop_mate_peripherals_touchpad.schemas.in | 65 +++ data/mate-settings-daemon-uninstalled.pc.in | 11 + data/mate-settings-daemon.desktop.in.in | 8 + data/mate-settings-daemon.pc.in | 13 + data/mate-settings-daemon.schemas.in | 561 ++++++++++++++++++ data/org.mate.SettingsDaemon.service.in | 3 + 15 files changed, 1838 insertions(+) create mode 100644 data/50-accessibility.xml.in create mode 100644 data/Makefile.am create mode 100644 data/Makefile.in create mode 100644 data/apps_mate_settings_daemon_housekeeping.schemas.in create mode 100644 data/apps_mate_settings_daemon_keybindings.schemas.in create mode 100644 data/apps_mate_settings_daemon_xrandr.schemas.in create mode 100644 data/desktop_mate_font_rendering.schemas.in create mode 100644 data/desktop_mate_keybindings.schemas.in create mode 100644 data/desktop_mate_peripherals_smartcard.schemas.in create mode 100644 data/desktop_mate_peripherals_touchpad.schemas.in create mode 100644 data/mate-settings-daemon-uninstalled.pc.in create mode 100644 data/mate-settings-daemon.desktop.in.in create mode 100644 data/mate-settings-daemon.pc.in create mode 100644 data/mate-settings-daemon.schemas.in create mode 100644 data/org.mate.SettingsDaemon.service.in (limited to 'data') 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 @@ + + + + + + + + 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 @@ + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify + /apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify + float + 0.05 + + Free percentage notify threshold + Percentage free space threshold for initial warning of low disk space. + If the percentage free space drops below this, a warning will be shown. + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again + /apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again + float + 0.01 + + Subsequent free percentage notify threshold + Specify the percentage that the free disk space should reduce by before issuing a subsequent warning. + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify + /apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify + int + 2 + + Free space no notify threshold + Specify an amount in GB. If the amount of free space is more than this, no warning will be shown. + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period + /apps/mate_settings_daemon/plugins/housekeeping/min_notify_period + int + 10 + + Minimum notify period for repeated warnings + Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period. + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths + /apps/mate_settings_daemon/plugins/housekeeping/ignore_paths + list + string + [] + + Mount paths to ignore + Specify a list of mount paths to ignore when they run low on space. + + + + 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 @@ + + + + + + /schemas/apps/mate_settings_daemon/keybindings/touchpad + /apps/mate_settings_daemon/keybindings/touchpad + string + XF86TouchpadToggle + + Toggle touchpad + Binding to enable or disable the touchpad. + + + + + /schemas/apps/mate_settings_daemon/volume_step + /apps/mate_settings_daemon/volume_step + int + 6 + + Volume step + Volume step as percentage of volume. + + + + + /schemas/apps/mate_settings_daemon/keybindings/volume_mute + /apps/mate_settings_daemon/keybindings/volume_mute + string + XF86AudioMute + + Volume mute + Binding to mute the system volume. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/volume_down + /apps/mate_settings_daemon/keybindings/volume_down + string + XF86AudioLowerVolume + + Volume down + Binding to lower the system volume. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/volume_up + /apps/mate_settings_daemon/keybindings/volume_up + string + XF86AudioRaiseVolume + + Volume up + Binding to raise the system volume. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/power + /apps/mate_settings_daemon/keybindings/power + string + <Control><Alt>Delete + + Log out + Binding to log out. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/eject + /apps/mate_settings_daemon/keybindings/eject + string + XF86Eject + + Eject + Binding to eject an optical disc. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/home + /apps/mate_settings_daemon/keybindings/home + string + XF86Explorer + + Home folder + Binding to open the Home folder. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/search + /apps/mate_settings_daemon/keybindings/search + string + XF86Search + + Search + Binding to launch the search tool. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/email + /apps/mate_settings_daemon/keybindings/email + string + XF86Mail + + Launch email client + Binding to launch the email client. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/screensaver + /apps/mate_settings_daemon/keybindings/screensaver + string + <Control><Alt>l + + Lock screen + Binding to lock the screen. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/help + /apps/mate_settings_daemon/keybindings/help + string + + + Launch help browser + Binding to launch the help browser. + + + + + /schemas/apps/mate_settings_daemon/keybindings/calculator + /apps/mate_settings_daemon/keybindings/calculator + string + XF86Calculator + + Launch calculator + Binding to launch the calculator. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/www + /apps/mate_settings_daemon/keybindings/www + string + XF86WWW + + Launch web browser + Binding to launch the web browser. + + + + + /schemas/apps/mate_settings_daemon/keybindings/media + /apps/mate_settings_daemon/keybindings/media + string + XF86AudioMedia + + Launch media player + Binding to launch the media player. + + + + + /schemas/apps/mate_settings_daemon/keybindings/play + /apps/mate_settings_daemon/keybindings/play + string + XF86AudioPlay + + Play (or play/pause) + Binding to start playback (or toggle play/pause). + + + + + + /schemas/apps/mate_settings_daemon/keybindings/pause + /apps/mate_settings_daemon/keybindings/pause + string + XF86AudioPause + + Pause playback + Binding to pause playback. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/stop + /apps/mate_settings_daemon/keybindings/stop + string + XF86AudioStop + + Stop playback + Binding to stop playback. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/previous + /apps/mate_settings_daemon/keybindings/previous + string + XF86AudioPrev + + Previous track + Binding to skip to previous track. + + + + + + /schemas/apps/mate_settings_daemon/keybindings/next + /apps/mate_settings_daemon/keybindings/next + string + XF86AudioNext + + Next track + Binding to skip to next track. + + + + + 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 @@ + + + + + /schemas/apps/mate_settings_daemon/xrandr/show_notification_icon + /apps/mate_settings_daemon/xrandr/show_notification_icon + mate + bool + false + + Show Displays in Notification Area + Whether a notification icon with display-related things should be + shown in the panel. + + + + + /schemas/apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup + /apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup + mate + bool + false + + Turn on external monitor after system boot + Turn on external monitor after system boot if user plugs in + external monitor on system boot. + + + + + /schemas/apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup + /apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup + mate + bool + true + + Turn on laptop monitor after system boot + Turn on laptop monitor after system boot if user plugs in + external monitor on system boot. + + + + + /schemas/apps/mate_settings_daemon/xrandr/default_configuration_file + /apps/mate_settings_daemon/xrandr/default_configuration_file + mate + string + /etc/mate-settings-daemon/xrandr/monitors.xml + + File for default configuration for RandR + 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. + + + + + 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 @@ + + + + + /schemas/desktop/mate/font_rendering/dpi + /desktop/mate/font_rendering/dpi + mate + float + + DPI + + The resolution used for converting font sizes to pixel sizes, + in dots per inch. + + + + + /schemas/desktop/mate/font_rendering/antialiasing + /desktop/mate/font_rendering/antialiasing + mate + string + grayscale + + Antialiasing + + 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). + + + + + /schemas/desktop/mate/font_rendering/hinting + /desktop/mate/font_rendering/hinting + mate + string + medium + + Hinting + + 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). + + + + + /schemas/desktop/mate/font_rendering/rgba_order + /desktop/mate/font_rendering/rgba_order + mate + string + rgb + + RGBA order + + 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. + + + + + 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 @@ + + + + + /schemas/desktop/mate/keybindings/allowed_keys + /desktop/mate/keybindings/allowed_keys + mate + list + string + [] + + Allowed keys + + If non-empty, keybindings will be ignored unless their MateConf + directory is in the list. This is useful for lockdown. + + + + + 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 @@ + + + + + /schemas/desktop/mate/peripherals/smartcard/removal_action + /desktop/mate/peripherals/smartcard/removal_action + mate + string + none + + Smartcard removal action + 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. + + + + 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 @@ + + + + + + /schemas/desktop/mate/peripherals/touchpad/disable_while_typing + /desktop/mate/peripherals/touchpad/disable_while_typing + mate + bool + FALSE + + Disable touchpad while typing + Set this to TRUE if you have problems with accidentally hitting the touchpad while typing. + + + + + /schemas/desktop/mate/peripherals/touchpad/tap_to_click + /desktop/mate/peripherals/touchpad/tap_to_click + mate + bool + FALSE + + Enable mouse clicks with touchpad + Set this to TRUE to be able to send mouse clicks by tapping on the touchpad. + + + + + /schemas/desktop/mate/peripherals/touchpad/scroll_method + /desktop/mate/peripherals/touchpad/scroll_method + mate + int + 1 + + Select the touchpad scroll method + Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling + + + + + /schemas/desktop/mate/peripherals/touchpad/horiz_scroll_enabled + /desktop/mate/peripherals/touchpad/horiz_scroll_enabled + mate + bool + FALSE + + Enable horizontal scrolling + Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key. + + + + + /schemas/desktop/mate/peripherals/touchpad/touchpad_enabled + /desktop/mate/peripherals/touchpad/touchpad_enabled + mate + bool + TRUE + + Enable touchpad + Set this to TRUE to enable all touchpads. + + + + 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 @@ + + + + + + /schemas/apps/mate_settings_daemon/plugins/a11y-keyboard/active + /apps/mate_settings_daemon/plugins/a11y-keyboard/active + mate-settings-daemon + bool + TRUE + + Enable accessibility keyboard plugin + Set to True to enable the plugin to manage the accessibility keyboard settings. + + + + /schemas/apps/mate_settings_daemon/plugins/a11y-keyboard/priority + /apps/mate_settings_daemon/plugins/a11y-keyboard/priority + mate-settings-daemon + int + 7 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/background/active + /apps/mate_settings_daemon/plugins/background/active + mate-settings-daemon + bool + TRUE + + Enable background plugin + Set to True to enable the plugin to manage desktop background settings. + + + + /schemas/apps/mate_settings_daemon/plugins/background/priority + /apps/mate_settings_daemon/plugins/background/priority + mate-settings-daemon + int + 97 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/clipboard/active + /apps/mate_settings_daemon/plugins/clipboard/active + mate-settings-daemon + bool + TRUE + + Enable clipboard plugin + Set to True to enable the plugin to manage clipboard settings. + + + + /schemas/apps/mate_settings_daemon/plugins/clipboard/priority + /apps/mate_settings_daemon/plugins/clipboard/priority + mate-settings-daemon + int + 99 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/font/active + /apps/mate_settings_daemon/plugins/font/active + mate-settings-daemon + bool + FALSE + + Enable font plugin + Set to True to enable the plugin to manage font settings. + + + + /schemas/apps/mate_settings_daemon/plugins/font/priority + /apps/mate_settings_daemon/plugins/font/priority + mate-settings-daemon + int + 4 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/active + /apps/mate_settings_daemon/plugins/housekeeping/active + mate-settings-daemon + bool + TRUE + + Enable housekeeping plugin + Set to True to enable the housekeeping plugin, to prune transient file caches. + + + + /schemas/apps/mate_settings_daemon/plugins/housekeeping/priority + /apps/mate_settings_daemon/plugins/housekeeping/priority + mate-settings-daemon + int + 300 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/keybindings/active + /apps/mate_settings_daemon/plugins/keybindings/active + mate-settings-daemon + bool + TRUE + + Enable keybindings plugin + Set to True to enable the plugin to manage the keybindings. + + + + /schemas/apps/mate_settings_daemon/plugins/keybindings/priority + /apps/mate_settings_daemon/plugins/keybindings/priority + mate-settings-daemon + int + 20 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/keyboard/active + /apps/mate_settings_daemon/plugins/keyboard/active + mate-settings-daemon + bool + TRUE + + Enable keyboard plugin + Set to True to enable the plugin to manage keyboard settings. + + + + /schemas/apps/mate_settings_daemon/plugins/keyboard/priority + /apps/mate_settings_daemon/plugins/keyboard/priority + mate-settings-daemon + int + 6 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/media-keys/active + /apps/mate_settings_daemon/plugins/media-keys/active + mate-settings-daemon + bool + TRUE + + Enable media keys plugin + Set to True to enable the plugin to manage multimedia keys settings. + + + + /schemas/apps/mate_settings_daemon/plugins/media-keys/priority + /apps/mate_settings_daemon/plugins/media-keys/priority + mate-settings-daemon + int + 98 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/mouse/active + /apps/mate_settings_daemon/plugins/mouse/active + mate-settings-daemon + bool + TRUE + + Enable mouse plugin + Set to True to enable the plugin to manage mouse settings. + + + + /schemas/apps/mate_settings_daemon/plugins/mouse/priority + /apps/mate_settings_daemon/plugins/mouse/priority + mate-settings-daemon + int + 7 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/smartcard/active + /apps/mate_settings_daemon/plugins/smartcard/active + mate-settings-daemon + bool + TRUE + + Enable smartcard plugin + Set to True to enable the plugin to manage locking the screen on smartcard removal. + + + + /schemas/apps/mate_settings_daemon/plugins/smartcard/priority + /apps/mate_settings_daemon/plugins/smartcard/priority + mate-settings-daemon + int + 8 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/sound/active + /apps/mate_settings_daemon/plugins/sound/active + mate-settings-daemon + bool + TRUE + + Enable sound plugin + Set to True to enable the plugin to manage sound sample caches. + + + + /schemas/apps/mate_settings_daemon/plugins/sound/priority + /apps/mate_settings_daemon/plugins/sound/priority + mate-settings-daemon + int + 5 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/typing-break/active + /apps/mate_settings_daemon/plugins/typing-break/active + mate-settings-daemon + bool + TRUE + + Enable typing breaks plugin + Set to True to enable the plugin to manage typing breaks. + + + + /schemas/apps/mate_settings_daemon/plugins/typing-break/priority + /apps/mate_settings_daemon/plugins/typing-break/priority + mate-settings-daemon + int + 200 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/xrandr/active + /apps/mate_settings_daemon/plugins/xrandr/active + mate-settings-daemon + bool + TRUE + + Enable XRandR plugin + Set to True to enable the plugin to manage XRandR settings. + + + + /schemas/apps/mate_settings_daemon/plugins/xrandr/priority + /apps/mate_settings_daemon/plugins/xrandr/priority + mate-settings-daemon + int + 1 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/xrdb/active + /apps/mate_settings_daemon/plugins/xrdb/active + mate-settings-daemon + bool + FALSE + + Enable xrdb plugin + Set to True to enable the plugin to manage xrdb settings. + + + + /schemas/apps/mate_settings_daemon/plugins/xrdb/priority + /apps/mate_settings_daemon/plugins/xrdb/priority + mate-settings-daemon + int + 90 + + + + + + + + /schemas/apps/mate_settings_daemon/plugins/xsettings/active + /apps/mate_settings_daemon/plugins/xsettings/active + mate-settings-daemon + bool + TRUE + + Enable xsettings plugin + Set to True to enable the plugin to manage xsettings. + + + + /schemas/apps/mate_settings_daemon/plugins/xsettings/priority + /apps/mate_settings_daemon/plugins/xsettings/priority + mate-settings-daemon + int + 2 + + + + + + + + /schemas/desktop/mate/keybindings/magnifier/binding + /desktop/mate/keybindings/magnifier/binding + mate-settings-daemon + string + + + Toggle magnifier + + Binding to toggle the magnifier. + + + + + /schemas/desktop/mate/keybindings/magnifier/name + /desktop/mate/keybindings/magnifier/name + mate-settings-daemon + string + + Toggle magnifier + The name of the keyboard shortcut to toggle the magnifier + + This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog. + + + + + /schemas/desktop/mate/keybindings/magnifier/action + /desktop/mate/keybindings/magnifier/action + mate-settings-daemon + string + mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled + + Toggle magnifier + + Command used to turn the magnifier on or off. + + + + + /schemas/desktop/mate/keybindings/screenreader/binding + /desktop/mate/keybindings/screenreader/binding + mate-settings-daemon + string + + + Toggle screen reader + + Binding to toggle the screen reader. + + + + + /schemas/desktop/mate/keybindings/screenreader/name + /desktop/mate/keybindings/screenreader/name + mate-settings-daemon + string + + Toggle screen reader + The name of the keyboard shortcut to toggle the screen reader + + This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog. + + + + + /schemas/desktop/mate/keybindings/screenreader/action + /desktop/mate/keybindings/screenreader/action + mate-settings-daemon + string + mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled + + Toggle screen reader + + Command used to turn the screen reader on or off. + + + + + /schemas/desktop/mate/keybindings/onscreenkeyboard/name + /desktop/mate/keybindings/onscreenkeyboard/name + mate-settings-daemon + string + + Toggle on-screen keyboard + The name of the keyboard shortcut to toggle the on-screen keyboard + + 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. + + + + + /schemas/desktop/mate/keybindings/onscreenkeyboard/binding + /desktop/mate/keybindings/onscreenkeyboard/binding + mate-settings-daemon + string + + + Toggle on-screen keyboard + + Binding to toggle the on-screen keyboard. + + + + + /schemas/desktop/mate/keybindings/onscreenkeyboard/action + /desktop/mate/keybindings/onscreenkeyboard/action + mate-settings-daemon + string + mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled + + Toggle on-screen keyboard + + Command used to turn the on-screen keyboard on or off. + + + + + + /schemas/desktop/mate/accessibility/keyboard/stickykeys_enable + /desktop/mate/accessibility/keyboard/stickykeys_enable + mate-settings-daemon + bool + FALSE + + Sticky keys + + Whether the sticky keys keyboard accessibility feature is turned on. + + + + + /schemas/desktop/mate/accessibility/keyboard/bouncekeys_enable + /desktop/mate/accessibility/keyboard/bouncekeys_enable + mate-settings-daemon + bool + FALSE + + Bounce keys + + Whether the bounce keys keyboard accessibility feature is turned on. + + + + + /schemas/desktop/mate/accessibility/keyboard/slowkeys_enable + /desktop/mate/accessibility/keyboard/slowkeys_enable + mate-settings-daemon + bool + FALSE + + Slow keys + + Whether the slow keys keyboard accessibility feature is turned on. + + + + + /schemas/desktop/mate/accessibility/keyboard/mousekeys_enable + /desktop/mate/accessibility/keyboard/mousekeys_enable + mate + bool + FALSE + + Mouse keys + + Whether the mouse keys keyboard accessibility feature is turned on. + + + + + /schemas/desktop/mate/applications/at/screen_keyboard_enabled + /desktop/mate/applications/at/screen_keyboard_enabled + mate-settings-daemon + bool + FALSE + + On-screen keyboard + + Whether the on-screen keyboard is turned on. + + + + + /schemas/desktop/mate/applications/at/screen_magnifier_enabled + /desktop/mate/applications/at/screen_magnifier_enabled + mate-settings-daemon + bool + FALSE + + Screen magnifier + + Whether the screen magnifier is turned on. + + + + + /schemas/desktop/mate/applications/at/screen_reader_enabled + /desktop/mate/applications/at/screen_reader_enabled + mate-settings-daemon + bool + FALSE + + Screen reader + + Whether the screen reader is turned on. + + + + + + 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 -- cgit v1.2.1