diff options
-rw-r--r-- | data/Makefile.am | 3 | ||||
-rw-r--r-- | data/mate-user-share.convert | 9 |
2 files changed, 12 insertions, 0 deletions
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 |