This file is indexed.

/usr/share/glib-2.0/schemas/org.blueman.gschema.xml is in blueman 2.0.4-1ubuntu2.

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
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="org.blueman" path="/org/blueman/">
    <child name="general" schema="org.blueman.general"/>
    <child name="network" schema="org.blueman.network"/>
    <child name="gsmsettings" schema="org.blueman.gsmsettings"/>
    <child name="netusages" schema="org.blueman.plugins.netusages"/>
    <child name="transfer" schema="org.blueman.transfer"/>
    <child name="serialmanager" schema="org.blueman.plugins.serialmanager"/>
    <child name="discvmanager" schema="org.blueman.plugins.discvmanager"/>
  </schema>
  <schema id="org.blueman.general" path="/org/blueman/general/">
    <key type="ai" name="window-properties">
      <default>[0, 0, 0, 0]</default>
      <summary>The window position and size, [width, height, x, y]</summary>
      <description>Stores the manager window's width, height and x, y position on screen</description>
    </key>
    <key type="s" name="last-adapter">
      <default>""</default>
      <summary>The adapter last selected</summary>
      <description>This stores the lass adapter device selected in Manager</description>
    </key>
    <key type="i" name="services-last-item">
      <default>0</default>
      <summary>Last selected tab in Services</summary>
      <description>Stores the selected tab id number in the Services UI</description>
    </key>
    <key type="b" name="show-toolbar">
      <default>true</default>
      <summary>Show Manager's ToolBar</summary>
      <description>Show or hide Manager's ToolBar</description>
    </key>
    <key type="b" name="show-statusbar">
      <default>true</default>
      <summary>Show Manager's StatusBar</summary>
       <description>Show or hide the Manager's StatusBar</description>
    </key>
    <key type="b" name="latest-last">
      <default>true</default>
      <summary>Sort the device list by last usage</summary>
      <description>This sorts the devicelist in manager by last used or the reversed</description>
    </key>
    <key type="as" name="plugin-list">
      <default>[]</default>
      <summary>List of enabled/disabled plugins</summary>
      <description>Stores which plugins have been disabled/enabled by the user. Note plugins have a default whether it should be loaded or not and this only stores the plugins enabled/disabled by the user</description>
    </key>
    <key type="as" name="gsm-list">
      <default>[]</default>
      <summary>List of gsm which have apn settings</summary>
      <description></description>
    </key>
    <key type="as" name="netusage-dev-list">
      <default>[]</default>
      <summary>List of devices we have netusage data stored.</summary>
      <description></description>
    </key>
    <key type="b" name="notification-daemon">
      <default>true</default>
      <summary>Use notification daemon</summary>
      <description>If this is set to false blueman always uses its internal fallback notification dialog and does not invoke a notification daemon. Otherwise the fallback dialog will only be used if actions need to be displayed and the notification daemon does not report to support them.</description>
    </key>
  </schema>
  <schema id="org.blueman.gsmsettings" path="/org/blueman/gsmsettings/">
  </schema>
  <schema id="org.blueman.gsmsetting">
    <key type="s" name="apn">
      <default>""</default>
      <summary>APN</summary>
      <description>Bluetooth APN</description>
    </key>
    <key type="s" name="number">
      <default>"*99#"</default>
      <summary>PhoneNumber</summary>
      <description>Phone Number</description>
    </key>
  </schema>
  <schema id="org.blueman.plugins.headset" path="/org/blueman/plugins/headset/">
    <key type="s" name="command">
      <default>""</default>
      <summary>Execute Command</summary>
      <description>Command to Execute when a Headset is connected</description>
    </key>
  </schema>
  <schema id="org.blueman.plugins.killswitch" path="/org/blueman/plugins/killswitch/">
    <key type="b" name="checked">
      <default>false</default>
      <summary></summary>
      <description></description>
    </key>
  </schema>
  <schema id="org.blueman.plugins.netusages" path="/org/blueman/plugins/netusages/">
  </schema>
  <schema id="org.blueman.plugins.netusage">
    <key type="i" name="tx">
      <default>0</default>
      <summary>TX</summary>
       <description>Transmit</description>
    </key>
    <key type="i" name="rx">
      <default>0</default>
      <summary>RX</summary>
      <description>Recieve</description>
    </key>
    <key type="i" name="time">
      <default>0</default>
      <summary>TimeStamp</summary>
      <description>Current TimeStamp</description>
    </key>
  </schema>
  <schema id="org.blueman.network" path="/org/blueman/network/">
    <key type="s" name="dhcp-client">
      <default>"dnsmasq"</default>
      <summary>Which dhcp client to use, possible value 'dnsmasq' and 'dhcpd3'</summary>
      <description></description>
    </key>
    <key type="b" name="nap-enable">
      <default>false</default>
      <summary></summary>
      <description></description>
    </key>
    <key type="b" name="gn-enable">
      <default>false</default>
      <summary></summary>
      <description></description>
    </key>
    <key type="b" name="nat">
      <default>false</default>
      <summary></summary>
      <description></description>
    </key>
  </schema>
  <schema id="org.blueman.plugins.powermanager" path="/org/blueman/plugins/powermanager/">
    <key type="b" name="auto-power-on">
        <default>true</default>
        <summary>Automatically power on adapters</summary>
        <description></description>
    </key>
  </schema>
  <schema id="org.blueman.plugins.recentconns" path="/org/blueman/plugins/recentconns/">
    <key type="i" name="max-items">
      <default>6</default>
      <summary>Maximum items</summary>
      <description>Maximum number of items recent connections menu will display</description>
    </key>
    <key type="s" name="recent-connections">
      <default>""</default>
      <summary>Recent connected devices data</summary>
      <description>A base64 encoded zlib compressed string</description>
    </key>
  </schema>
  <schema id="org.blueman.transfer" path="/org/blueman/transfer/">
    <key type="b" name="opp-accept">
      <default>false</default>
      <summary>OPP Accept Connections</summary>
      <description></description>
    </key>
    <key type="s" name="shared-path">
      <default>""</default>
      <summary>Path for incoming file transfers</summary>
      <description></description>
    </key>
    <key type="s" name="browse-command">
      <default>""</default>
      <summary>File Browser Command for OBEXn</summary>
      <description></description>
    </key>
  </schema>
  <schema id="org.blueman.plugins.serialmanager" path="/org/blueman/plugins/serialmanager/">
    <key type="s" name="script">
    <default>""</default>
    <summary>Script to execute on connection</summary>
    <description>The following arguments will be passed: "Address, Name, service name, uuid16s, rfcomm node". For example: "AA:BB:CC:DD:EE:FF, Phone, DUN service, 0x1103, /dev/rfcomm0". uuid16s are returned as a comma seperated list. Upon device disconnection the script will be sent a HUP signal"</description>
  </key>
  </schema>
  <schema id="org.blueman.plugins.discvmanager" path="/org/blueman/plugins/discvmanager/">
    <key type="i" name="time">
      <default>60</default>
      <summary>Adapter discovery timeout</summary>
      <description>Amount of time in seconds discoverable mode will last</description>
    </key>
  </schema>
</schemalist>