File: org.blueman.gschema.xml

package info (click to toggle)
blueman 2.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,428 kB
  • sloc: python: 11,744; sh: 5,063; makefile: 899; ansic: 343; xml: 207; sed: 16
file content (207 lines) | stat: -rw-r--r-- 8,865 bytes parent folder | download
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?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"/>
    <child name="standarditems" schema="org.blueman.plugins.standarditems"/>
  </schema>
  <schema id="org.blueman.general" path="/org/blueman/general/">
    <key type="ai" name="window-properties">
      <default>[500, 350, 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="s" name="sort-by">
      <choices>
        <choice value="timestamp"/>
        <choice value="alias"/>
      </choices>
      <default>"timestamp"</default>
      <summary>Sort device list</summary>
      <description>Sort the device list by column, possible values are timestamp and alias</description>
    </key>
    <key type="s" name="sort-order">
      <choices>
        <choice value="ascending"/>
        <choice value="descending"/>
      </choices>
      <default>"ascending"</default>
      <summary>Sort ascending or descending</summary>
    </key>
    <key type="b" name="hide-unnamed">
      <summary>Hide devices with no name</summary>
      <default>true</default>
    </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>
    <key type="b" name="symbolic-status-icons">
      <default>false</default>
      <summary>Use symbolic icons in the status tray</summary>
      <description>If this is set to true blueman uses symbolic icon in the status tray, otherwise it uses fullcolor icons.</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>
    <key type="s" name="nmdunuuid">
      <default>""</default>
      <summary>NM DUN Connection uuid</summary>
      <description>The uuid of the NM DUN Connection which may not exist anymore</description>
    </key>
    <key type="s" name="nmpanuuid">
      <default>""</default>
      <summary>NM PANU Connection uuid</summary>
      <description>The uuid of the NM PANU Connection which may not exist anymore</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>Receive</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="b" name="nap-enable">
      <default>false</default>
      <summary></summary>
      <description></description>
    </key>
    <key type="ms" name="ip4-address">
      <default>nothing</default>
      <summary>NAP IPv4 address</summary>
    </key>
    <key type="s" name="ip4-netmask">
      <default>"255.255.255.0"</default>
      <summary>NAP IPv4 netmask</summary>
    </key>
    <key type="ms" name="dhcp-handler">
      <default>nothing</default>
      <summary>DHCP handler</summary>
    </key>
  </schema>
  <schema id="org.blueman.plugins.autoconnect" path="/org/blueman/plugins/autoconnect/">
    <key type="a(ss)" name="services">
      <default>[]</default>
      <summary>Services to connect to automatically</summary>
      <description>A list of services to connect to stored as tuples with the address and the UUID</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="aa{ss}" name="recent-connections">
      <default>[]</default>
      <summary>Recent connected devices data</summary>
      <description>A list of recently connected devices stored as a dictionary</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>
  </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 separated 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>
  <schema id="org.blueman.plugins.standarditems" path="/org/blueman/plugins/standarditems/">
    <key type="b" name="toggle-manager-onclick">
      <default>false</default>
      <summary>Toggle the manager on clicking the system tray icon</summary>
      <description>If this is set to true clicking the system tray icon will toggle the manager instead of focusing on it.</description>
    </key>
  </schema>
</schemalist>