diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-25 08:35:33 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-25 08:35:33 -0800 |
commit | c282e8252547c454257fddaf8056f4f5808581f9 (patch) | |
tree | 384719ad0e10a1f537d382a6d650e6da55fe702d | |
parent | 14aa67d5e878cde2ef5ee34d3a138a82e8b491b0 (diff) | |
parent | 70c85086415f1b61c8c366f6077bc1f0bd63b178 (diff) | |
download | mate-user-share-c282e8252547c454257fddaf8056f4f5808581f9.tar.bz2 mate-user-share-c282e8252547c454257fddaf8056f4f5808581f9.tar.xz |
Merge pull request #9 from cygwinports/master
Add mateconf-gsettings-data-convert file
-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 |