From 5e2985a3609a94cf2c6f5ae1edce0eb43a85dbd8 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 25 Dec 2012 00:47:44 -0600 Subject: Add mateconf-gsettings-data-convert files --- mate-window-picker-applet/Makefile.am | 4 ++++ mate-window-picker-applet/mate-window-picker-applet.convert | 2 ++ maximus/Makefile.am | 5 ++++- maximus/mate-maximus.convert | 5 +++++ 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 mate-window-picker-applet/mate-window-picker-applet.convert create mode 100644 maximus/mate-maximus.convert diff --git a/mate-window-picker-applet/Makefile.am b/mate-window-picker-applet/Makefile.am index 74d642b..d1113d6 100644 --- a/mate-window-picker-applet/Makefile.am +++ b/mate-window-picker-applet/Makefile.am @@ -52,6 +52,9 @@ gsettings_SCHEMAS = org.mate.panel.applet.mate-window-picker-applet.gschema.xml %.gschema.xml.in: %.gschema.xml.in.in Makefile $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = mate-window-picker-applet.convert + xmluidir = $(datadir)/mate-panel/ui xmlui_DATA = mate-window-picker-applet-menu.xml @@ -59,6 +62,7 @@ EXTRA_DIST = \ org.mate.panel.MateWindowPicker.panel-applet.in.in \ $(service_in_files) \ $(ui_DATA) \ + $(convert_DATA) \ $(gsettings_SCHEMAS_in_in) CLEANFILES = $(applet_DATA) $(applet_DATA).in $(service_DATA) $(gsettings_SCHEMAS_in) $(gsettings_SCHEMAS) diff --git a/mate-window-picker-applet/mate-window-picker-applet.convert b/mate-window-picker-applet/mate-window-picker-applet.convert new file mode 100644 index 0000000..ba733fe --- /dev/null +++ b/mate-window-picker-applet/mate-window-picker-applet.convert @@ -0,0 +1,2 @@ +[org.mate.panel.applet.mate-window-picker-applet] +show-all-windows = /apps/mate-window-picker-applet/prefs/show_all_windows diff --git a/maximus/Makefile.am b/maximus/Makefile.am index 265f76f..884fb22 100644 --- a/maximus/Makefile.am +++ b/maximus/Makefile.am @@ -37,7 +37,10 @@ gsettings_SCHEMAS = org.mate.maximus.gschema.xml %.gschema.xml.in: %.gschema.xml.in.in Makefile $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = mate-maximus.convert + desktopdir=$(sysconfdir)/xdg/autostart dist_desktop_DATA=mate-maximus-autostart.desktop -EXTRA_DIST = $(schema_DATA) +EXTRA_DIST = $(schema_DATA) $(convert_DATA) diff --git a/maximus/mate-maximus.convert b/maximus/mate-maximus.convert new file mode 100644 index 0000000..e640b95 --- /dev/null +++ b/maximus/mate-maximus.convert @@ -0,0 +1,5 @@ +[org.mate.maximus] +exclude-class = /apps/maximus/exclude_class +binding = /apps/maximus/binding +undecorate = /apps/maximus/undecorate +no-maximize = /apps/maximus/no_maximize -- cgit v1.2.1