summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <[email protected]>2012-12-25 00:47:44 -0600
committerYaakov Selkowitz <[email protected]>2012-12-25 00:47:44 -0600
commit5e2985a3609a94cf2c6f5ae1edce0eb43a85dbd8 (patch)
tree38d8d8b925f49e7c8f9c2639fd89515b7afc08cd
parent4f79502e2c626d037b380f451c16ce1135ea3623 (diff)
downloadmate-netbook-5e2985a3609a94cf2c6f5ae1edce0eb43a85dbd8.tar.bz2
mate-netbook-5e2985a3609a94cf2c6f5ae1edce0eb43a85dbd8.tar.xz
Add mateconf-gsettings-data-convert files
-rw-r--r--mate-window-picker-applet/Makefile.am4
-rw-r--r--mate-window-picker-applet/mate-window-picker-applet.convert2
-rw-r--r--maximus/Makefile.am5
-rw-r--r--maximus/mate-maximus.convert5
4 files changed, 15 insertions, 1 deletions
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