[gnome-user-share] data: Add GSettings conversion file



commit 5f2834f4fad6715de7b5a2fae1689d131e6fe01c
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 24 16:19:06 2012 +0100

    data: Add GSettings conversion file

 data/Makefile.am              |    4 ++++
 data/gnome-user-share.convert |   10 ++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 2b3f418..1abd255 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -18,6 +18,9 @@ gsettings_DATA = $(gsettings_in_files:.xml.in=.xml)
 @INTLTOOL_XML_NOMERGE_RULE@
 @GSETTINGS_RULES@
 
+convertdir = $(datadir)/GConf/gsettings
+convert_DATA = gnome-user-share.convert
+
 install-data-local:
 	-$(GLIB_COMPILE_SCHEMAS) $(DESTDIR)/$(datadir)/glib-2.0/schemas
 
@@ -27,6 +30,7 @@ uninstall-local:
 EXTRA_DIST = $(app_DATA)  \
 	$(desktop_in_files)   \
 	$(gsettings_in_files) \
+	$(convert_DATA) \
 	gnome-user-share.desktop.in.in \
 	file-share-properties.ui
 
diff --git a/data/gnome-user-share.convert b/data/gnome-user-share.convert
new file mode 100644
index 0000000..89fd986
--- /dev/null
+++ b/data/gnome-user-share.convert
@@ -0,0 +1,10 @@
+[org.gnome.desktop.file-sharing]
+
+enabled = /desktop/gnome/file_sharing/enabled
+require-password = /desktop/gnome/file_sharing/require_password
+bluetooth-enabled = /desktop/gnome/file_sharing/bluetooth_enabled
+bluetooth-allow-write = /desktop/gnome/file_sharing/bluetooth_allow_write
+bluetooth-require-pairing = /desktop/gnome/file_sharing/bluetooth_require_pairing
+bluetooth-obexpush-enabled = /desktop/gnome/file_sharing/bluetooth_obexpush_enabled
+bluetooth-accept-files = /desktop/gnome/file_sharing/bluetooth_accept_files
+bluetooth-notify = /desktop/gnome/file_sharing/bluetooth_notify



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]