From 70c85086415f1b61c8c366f6077bc1f0bd63b178 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 24 Dec 2012 19:36:31 -0600 Subject: Add mateconf-gsettings-data-convert file --- data/Makefile.am | 3 +++ data/mate-user-share.convert | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 data/mate-user-share.convert diff --git a/data/Makefile.am b/data/Makefile.am index 93ce715..953fa83 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -15,6 +15,9 @@ app_DATA=dav_user_2.0.conf dav_user_2.2.conf dav_groupfile file-share-properties gsettings_SCHEMAS = org.mate.FileSharing.gschema.xml @GSETTINGS_RULES@ +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = mate-user-share.convert + EXTRA_DIST = $(gsettings_SCHEMAS) \ $(app_DATA) \ $(desktop_in_files) \ diff --git a/data/mate-user-share.convert b/data/mate-user-share.convert new file mode 100644 index 0000000..694b95d --- /dev/null +++ b/data/mate-user-share.convert @@ -0,0 +1,9 @@ +[org.mate.FileSharing] +enabled = /desktop/mate/file_sharing/enabled +require-password = /desktop/mate/file_sharing/require_password +bluetooth-enabled = /desktop/mate/file_sharing/bluetooth_enabled +bluetooth-allow-write = /desktop/mate/file_sharing/bluetooth_allow_write +bluetooth-require-pairing = /desktop/mate/file_sharing/bluetooth_require_pairing +bluetooth-obexpush-enabled = /desktop/mate/file_sharing/bluetooth_obexpush_enabled +bluetooth-accept-files = /desktop/mate/file_sharing/bluetooth_accept_files +bluetooth-notify = /desktop/mate/file_sharing/bluetooth_notify -- cgit v1.2.1