/usr/share/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml is in gnome-user-share 3.14.2-2ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/desktop/file-sharing/" id="org.gnome.desktop.file-sharing" gettext-domain="gnome-user-share">
<key type="b" name="enabled">
<default>false</default>
<summary>Share Public directory over the network</summary>
<description>If this is true, the Public directory in the users home directory will be shared over the network when the user is logged in.</description>
</key>
<key type="s" name="require-password">
<default>'never'</default>
<summary>When to require passwords</summary>
<description>When to ask for passwords. Possible values are "never", "on_write", and "always".</description>
</key>
<key type="b" name="bluetooth-obexpush-enabled">
<default>false</default>
<summary>Whether Bluetooth clients can send files using ObexPush.</summary>
<description>If this is true, Bluetooth devices can send files to the user's Downloads directory when logged in.</description>
</key>
<key type="s" name="bluetooth-accept-files">
<default>'bonded'</default>
<summary>When to accept files sent over Bluetooth</summary>
<description>When to accept files sent over Bluetooth. Possible values are "always", "bonded" and "ask".</description>
</key>
<key type="b" name="bluetooth-notify">
<default>true</default>
<summary>Whether to notify about newly received files.</summary>
<description>Whether to notify about newly received files.</description>
</key>
</schema>
</schemalist>
|