From 130eaa7d69ed4803041774442ccb6a9d7ea1ec4c Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Mon, 14 May 2012 13:35:03 -0400 Subject: Forked gnome-user-share. Work in progress. --- data/desktop_mate_file_sharing.schemas.in | 94 +++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 data/desktop_mate_file_sharing.schemas.in (limited to 'data/desktop_mate_file_sharing.schemas.in') diff --git a/data/desktop_mate_file_sharing.schemas.in b/data/desktop_mate_file_sharing.schemas.in new file mode 100644 index 0000000..72c740b --- /dev/null +++ b/data/desktop_mate_file_sharing.schemas.in @@ -0,0 +1,94 @@ + + + + + /schemas/desktop/mate/file_sharing/enabled + /desktop/mate/file_sharing/enabled + mate-user-share + bool + false + + Share Public directory over the network + If this is true, the Public directory in the users home directory will be shared over the network when the user is logged in. + + + + /schemas/desktop/mate/file_sharing/require_password + /desktop/mate/file_sharing/require_password + mate-user-share + string + never + + When to require passwords + When to ask for passwords. Possible values are "never", "on_write", and "always". + + + + /schemas/desktop/mate/file_sharing/bluetooth_enabled + /desktop/mate/file_sharing/bluetooth_enabled + mate-user-share + bool + false + + Share Public directory over Bluetooth + If this is true, the Public directory in the users home directory will be shared over Bluetooth when the user is logged in. + + + + /schemas/desktop/mate/file_sharing/bluetooth_allow_write + /desktop/mate/file_sharing/bluetooth_allow_write + mate-user-share + bool + false + + Whether to allow Bluetooth clients to write files. + Whether to allow Bluetooth clients to write files, or share the files read-only. + + + + /schemas/desktop/mate/file_sharing/bluetooth_require_pairing + /desktop/mate/file_sharing/bluetooth_require_pairing + mate-user-share + bool + true + + Whether Bluetooth clients need to pair with the computer to send files. + Whether Bluetooth clients need to pair with the computer to send files. + + + + /schemas/desktop/mate/file_sharing/bluetooth_obexpush_enabled + /desktop/mate/file_sharing/bluetooth_obexpush_enabled + mate-user-share + bool + false + + Whether Bluetooth clients can send files using ObexPush. + If this is true, Bluetooth devices can send files to the user's Downloads directory when logged in. + + + + /schemas/desktop/mate/file_sharing/bluetooth_accept_files + /desktop/mate/file_sharing/bluetooth_accept_files + mate-user-share + string + bonded + + When to accept files sent over Bluetooth + When to accept files sent over Bluetooth. Possible values are "always", "bonded" and "ask". + + + + /schemas/desktop/mate/file_sharing/bluetooth_notify + /desktop/mate/file_sharing/bluetooth_notify + mate-user-share + bool + false + + Whether to notify about newly received files. + Whether to notify about newly received files. + + + + + -- cgit v1.2.1