This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml is in gnome-user-share 3.14.0-2.

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
<?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="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>