summaryrefslogtreecommitdiff
path: root/libmatekbd
diff options
context:
space:
mode:
authorYaakov Selkowitz <[email protected]>2012-12-20 03:22:12 -0600
committerYaakov Selkowitz <[email protected]>2012-12-20 03:22:12 -0600
commite8282cafc4eebdd306b87d3fe8166e98be921d71 (patch)
treeb5cf7b53cb9a4fbde368aa05f7858a3e62edada0 /libmatekbd
parent18039cef0df9bcb34ad8a2a41aa221c76471751f (diff)
downloadlibmatekbd-e8282cafc4eebdd306b87d3fe8166e98be921d71.tar.bz2
libmatekbd-e8282cafc4eebdd306b87d3fe8166e98be921d71.tar.xz
Add mateconf-gsettings-data-convert file
Diffstat (limited to 'libmatekbd')
-rw-r--r--libmatekbd/Makefile.am5
-rw-r--r--libmatekbd/matekbd.convert28
2 files changed, 32 insertions, 1 deletions
diff --git a/libmatekbd/Makefile.am b/libmatekbd/Makefile.am
index 1a5932a..c935f24 100644
--- a/libmatekbd/Makefile.am
+++ b/libmatekbd/Makefile.am
@@ -81,9 +81,12 @@ gsettings_SCHEMAS = org.mate.peripherals-keyboard-xkb.gschema.xml
%.gschema.xml.in: %.gschema.xml.in.in Makefile
$(AM_V_GEN) $(SED) -e 's^\@datadir\@^$(datadir)^g' -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
+convertdir = $(datadir)/MateConf/gsettings
+convert_DATA = matekbd.convert
+
EXTRA_DIST = matekbd-indicator-marshal.list \
matekbd-keyboard-drawing-marshal.list \
- $(gsettings_SCHEMAS) $(ui_DATA)
+ $(gsettings_SCHEMAS) $(convert_DATA) $(ui_DATA)
GLIB_GENMARSHAL = $(shell pkg-config --variable=glib_genmarshal glib-2.0)
diff --git a/libmatekbd/matekbd.convert b/libmatekbd/matekbd.convert
new file mode 100644
index 0000000..d9a99c9
--- /dev/null
+++ b/libmatekbd/matekbd.convert
@@ -0,0 +1,28 @@
+[org.mate.peripherals-keyboard-xkb.kbd]
+model = /desktop/mate/peripherals/keyboard/kbd/model
+layouts = /desktop/mate/peripherals/keyboard/kbd/layouts
+options = /desktop/mate/peripherals/keyboard/kbd/options
+
+[org.mate.peripherals-keyboard-xkb.general]
+update-handlers = /desktop/mate/peripherals/keyboard/general/update_handlers
+known-file-list = /desktop/mate/peripherals/keyboard/general/known_file_list
+default-group = /desktop/mate/peripherals/keyboard/general/defaultGroup
+group-per-window = /desktop/mate/peripherals/keyboard/general/groupPerWindow
+handle-indicators = /desktop/mate/peripherals/keyboard/general/handleIndicators
+layout-names-as-group-names = /desktop/mate/peripherals/keyboard/general/layoutNamesAsGroupNames
+load-extra-items = /desktop/mate/peripherals/keyboard/general/loadExtraItems
+disable-sysconfig-changed-warning = /desktop/mate/peripherals/keyboard/general/disable_sysconfig_changed_warning
+
+[org.mate.peripherals-keyboard-xkb.preview]
+x = /desktop/mate/peripherals/keyboard/preview/x
+y = /desktop/mate/peripherals/keyboard/preview/y
+width = /desktop/mate/peripherals/keyboard/preview/width
+height = /desktop/mate/peripherals/keyboard/preview/height
+
+[org.mate.peripherals-keyboard-xkb.indicator]
+secondary = /desktop/mate/peripherals/keyboard/indicator/secondary
+show-flags = /desktop/mate/peripherals/keyboard/indicator/showFlags
+font-family = /desktop/mate/peripherals/keyboard/indicator/fontFamily
+font-size = /desktop/mate/peripherals/keyboard/indicator/fontSize
+foreground-color = /desktop/mate/peripherals/keyboard/indicator/foregroundColor
+background-color = /desktop/mate/peripherals/keyboard/indicator/backgroundColor